|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
uk.org.ogsadai.activity | Contains the core interfaces and classes of the Activity Framework. |
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.dataresource | Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. |
uk.org.ogsadai.dataresource.config | Provides functionality related to data resource accessor meta-data resource properties. |
uk.org.ogsadai.examples.dataResourceAccessor | Example code for the data resource accessor tutorial. |
uk.org.ogsadai.examples.demoFactory | Example code for the demo factory tutorial. |
uk.org.ogsadai.examples.demoTransientFactory | Example code for the demo transient factory tutorial. |
uk.org.ogsadai.service.wsrf.properties | This package provides classes that support the wrapping of OGSA-DAI data service resource properties in a form compatible with Globus Toolkit 4.0. |
Uses of Property in uk.org.ogsadai.activity |
Methods in uk.org.ogsadai.activity that return Property | |
Property[] |
ActivityFactoryImpl.getProperties()
Returns the resource properties associated with the supported activities. |
Property[] |
ActivityFactory.getProperties()
Gets a array of Property objects associated
with the activity list. |
Uses of Property in uk.org.ogsadai.common.properties |
Subclasses of Property in uk.org.ogsadai.common.properties | |
class |
CallbackSelfNotifyingProperty
A property that automatically notifies its observers whenever its value changes state. |
class |
DynamicProperty
A property consisting of a name and a value - the value is not stored within this class. |
class |
SelfNotifyingProperty
A property that automatically notifies its observers whenever its value changes state. |
class |
SelfUpdatingProperty
A property that updates its value automatically whenever a specified object changes state. |
class |
StaticProperty
A property consisting of a name and a value - the value is stored within this class. |
Fields in uk.org.ogsadai.common.properties declared as Property | |
private Property |
PropertyEvent.mProperty
|
Methods in uk.org.ogsadai.common.properties that return Property | |
Property |
Properties.put(Property property)
Add the specified Property to the map. |
Property |
PropertyEvent.getProperty()
Returns the Property that was involved in the event. |
Property |
PropertiesImpl.put(Property property)
|
Methods in uk.org.ogsadai.common.properties with parameters of type Property | |
Property |
Properties.put(Property property)
Add the specified Property to the map. |
Property |
PropertiesImpl.put(Property property)
|
Constructors in uk.org.ogsadai.common.properties with parameters of type Property | |
PropertyEvent(Properties source,
Property property)
Constructs a PropertyEvent representing an occurence
between a source properties collection and a property object. |
Uses of Property in uk.org.ogsadai.dataresource |
Fields in uk.org.ogsadai.dataresource declared as Property | |
private Property[] |
FilesDataResourceAccessor.mProperties
|
private Property[] |
JDBCDataResourceAccessor.mProperties
|
private Property[] |
XMLDBDataResourceAccessor.mProperties
|
private Property[] |
SQLMultipleDataResourceAccessor.mProperties
the properties of this data service resource |
Methods in uk.org.ogsadai.dataresource that return Property | |
private Property[] |
FilesDataResourceAccessor.getMetaData(java.lang.String name,
org.w3c.dom.Document configDoc)
Extract meta data from the data resource accessor configuration and convert to properties. |
Property[] |
FilesDataResourceAccessor.getProperties()
|
private Property |
JDBCDataResourceAccessor.getProductInfo(org.w3c.dom.Document configDoc)
Extract product meta data from the data resource accessor configuration and convert to property. |
private Property[] |
JDBCDataResourceAccessor.getMetaData(java.lang.String name,
org.w3c.dom.Document configDoc)
Extract meta data from the data resource accessor configuration and convert to properties. |
private Property[] |
JDBCDataResourceAccessor.getProperties(Property productInfo,
Property[] metaData)
Gets data resource accessor properties - formed from aggregation of all meta data properties. |
Property[] |
JDBCDataResourceAccessor.getProperties()
|
private Property |
XMLDBDataResourceAccessor.getProductInfo(org.w3c.dom.Document configDoc)
Extract product meta data from the data resource accessor configuration and convert to property. |
private Property[] |
XMLDBDataResourceAccessor.getMetaData(java.lang.String name,
org.w3c.dom.Document configDoc)
Extract meta data from the data resource accessor configuration and convert to properties. |
private Property[] |
XMLDBDataResourceAccessor.getProperties(Property productInfo,
Property collectionSchema,
Property[] metaData)
Gets data resource accessor properties - formed from aggregation of all meta data properties. |
private Property |
XMLDBDataResourceAccessor.getCollectionSchema(java.lang.String name,
org.w3c.dom.Document configDoc)
Extract collection schema meta data from the data resource accessor configuration and converts to a property. |
Property[] |
XMLDBDataResourceAccessor.getProperties()
|
Property[] |
DataResourceAccessor.getProperties()
Gets the resource properties associated with the data resource accessor. |
Property[] |
SQLMultipleDataResourceAccessor.getProperties()
Returns the resource properties that will be available to service users via the resource properties mechanism. |
private Property[] |
SQLMultipleDataResourceAccessor.constructProperties()
Constructs the data resource properties. |
Property[] |
TestDataResourceAccessor.getProperties()
|
Methods in uk.org.ogsadai.dataresource with parameters of type Property | |
private Property[] |
JDBCDataResourceAccessor.getProperties(Property productInfo,
Property[] metaData)
Gets data resource accessor properties - formed from aggregation of all meta data properties. |
private Property[] |
JDBCDataResourceAccessor.getProperties(Property productInfo,
Property[] metaData)
Gets data resource accessor properties - formed from aggregation of all meta data properties. |
private Property[] |
XMLDBDataResourceAccessor.getProperties(Property productInfo,
Property collectionSchema,
Property[] metaData)
Gets data resource accessor properties - formed from aggregation of all meta data properties. |
private Property[] |
XMLDBDataResourceAccessor.getProperties(Property productInfo,
Property collectionSchema,
Property[] metaData)
Gets data resource accessor properties - formed from aggregation of all meta data properties. |
private Property[] |
XMLDBDataResourceAccessor.getProperties(Property productInfo,
Property collectionSchema,
Property[] metaData)
Gets data resource accessor properties - formed from aggregation of all meta data properties. |
Uses of Property in uk.org.ogsadai.dataresource.config |
Fields in uk.org.ogsadai.dataresource.config declared as Property | |
private Property |
ProductInfo.mProperty
|
private Property[] |
MetaData.mProperties
|
Methods in uk.org.ogsadai.dataresource.config that return Property | |
Property |
ProductInfo.getProperty()
Get product information property. |
Property[] |
MetaData.getProperties()
Gets the resource properties that expose the application-specific data resource meta-data. |
Uses of Property in uk.org.ogsadai.examples.dataResourceAccessor |
Methods in uk.org.ogsadai.examples.dataResourceAccessor that return Property | |
Property[] |
TemperatureDataResourceAccessor.getProperties()
|
Uses of Property in uk.org.ogsadai.examples.demoFactory |
Methods in uk.org.ogsadai.examples.demoFactory that return Property | |
Property[] |
DemoInstanceDataResourceAccessor.getProperties()
|
Property[] |
DemoFactoryDataResourceAccessor.getProperties()
|
Uses of Property in uk.org.ogsadai.examples.demoTransientFactory |
Methods in uk.org.ogsadai.examples.demoTransientFactory that return Property | |
Property[] |
DemoTransientInstanceDataResourceAccessor.getProperties()
|
Property[] |
DemoTransientFactoryDataResourceAccessor.getProperties()
|
Uses of Property in uk.org.ogsadai.service.wsrf.properties |
Fields in uk.org.ogsadai.service.wsrf.properties declared as Property | |
private Property |
DataServiceResourceProperty.mProperty
Wrapped property |
Methods in uk.org.ogsadai.service.wsrf.properties with parameters of type Property | |
org.globus.wsrf.ResourceProperty |
ResourcePropertyFactory.createResourceProperty(Property property)
Creates and returns a Globus Toolkit resource property from the specified OGSA-DAI property. |
org.globus.wsrf.ResourceProperty |
DataServiceResourcePropertyFactory.createResourceProperty(Property property)
|
Constructors in uk.org.ogsadai.service.wsrf.properties with parameters of type Property | |
DataServiceResourceProperty(javax.xml.namespace.QName name,
Property property)
Create a new wrapper for the given property with the given name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |