|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyValue | |
uk.org.ogsadai.common.properties | This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. |
uk.org.ogsadai.sessions.impl | Contains implementations of the sessions interfaces to provide support for transient sessions. |
Uses of PropertyValue in uk.org.ogsadai.common.properties |
Fields in uk.org.ogsadai.common.properties declared as PropertyValue | |
private PropertyValue |
CallbackSelfNotifyingProperty.mValueCallback
|
Constructors in uk.org.ogsadai.common.properties with parameters of type PropertyValue | |
CallbackSelfNotifyingProperty(javax.xml.namespace.QName name,
java.util.Observable observable,
PropertyValue value)
Create a new property with the specified name and observable value. |
Uses of PropertyValue in uk.org.ogsadai.sessions.impl |
Classes in uk.org.ogsadai.sessions.impl that implement PropertyValue | |
class |
SessionRequestStatusPropertyValue
A class to generate the resource property value associated with a session request status. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |