Uses of Interface
uk.org.ogsadai.common.properties.PropertyCallback

Packages that use PropertyCallback
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. 
 

Uses of PropertyCallback in uk.org.ogsadai.activity
 

Classes in uk.org.ogsadai.activity that implement PropertyCallback
 class ActivityFactoryImpl
          Class that provided the implementation of an activity factory.
 

Uses of PropertyCallback in uk.org.ogsadai.common.properties
 

Fields in uk.org.ogsadai.common.properties declared as PropertyCallback
protected  PropertyCallback DynamicProperty.mPropertyCallback
          Object to callback to for the value of the property
 

Methods in uk.org.ogsadai.common.properties that return PropertyCallback
 PropertyCallback DynamicProperty.getCallback()
          Return the property callback object.
 

Methods in uk.org.ogsadai.common.properties with parameters of type PropertyCallback
 void DynamicProperty.setCallback(PropertyCallback callback)
          Set the property callback object.
 

Uses of PropertyCallback in uk.org.ogsadai.dataresource
 

Classes in uk.org.ogsadai.dataresource that implement PropertyCallback
 class MetaDataExtractor
          Base class for meta data extractors.
 class SimpleXMLDBMetaDataExtractor
          This is a helper class that will assist in the extraction of collection schema from an XMLDB data resource, using an XMLDB collection provider, and the return of this schema in a DOM object.
 class StatusOfDataServices
          This class facilitates the dynamic properties of the SQLMultipleDataResource data resource accessor.