Package org.globus.ogsa.impl.base.providers.servicedata

Interface Summary
AsyncDataProvider Asynchronous version of provider interface.
DOMDataProvider Generic interface for XML service data providers that are capable of emitting a org.w3c.dom.Document object at runtime.
ServiceDataProviderDocumentCallback Callback interface to allow for runtime discovery of custom callback handler information
ServiceDataProviderExecutionCallback Callback interface to check exit status of executed providers
SimpleDataProvider Basic interface which all service data providers must implement.
 

Class Summary
ServiceDataProviderExecutionTask This timer task executes a service data provider using the provider information specified at construction time.
ServiceDataProviderManager Execution framework for Service Data Providers
SimpleScriptExecutionProvider Generic script executing provider