Package org.globus.wsrf

Interface Summary
LocalInvocationEnabledSubscription Interface to be implemented by subscription resources that can be used in local subscription requests.
NotificationConsumerCallbackManager Interface to be implemented by a notification consumer resource.
NotifyCallback Interface that is required to be implemented by callbacks registered with the notification consumer implementation.
PausableSubscription  
PersistenceCallback Defines callback operations for persistence operations.
PersistentResource Defines general purpose interface for persistent resources.
RemoveCallback Defines a callback operation that is invoked whenever a resource is removed from ResourceHome.
Resource A marker interface for a resource.
ResourceHome Defines a basic interface through which resources are discovered, and removed.
ResourceIdentifier This interface is used to retrieve a unique id of the resource.
ResourceKey A basic representation of a resource key.
ResourceLifetime Interface that contains operations which expose the state associated with resource lifetime.
ResourceProperties This interface is used to identify resources that expose ResourcePropertySet.
ResourceProperty Represents a single resource property.
ResourcePropertyMetaData Defines a metadata information about a resource property.
ResourcePropertySet This interface defines the API used to access a collection of resource property contained in a resource.
ResourceStore  
Subscription Interface to be implemented by subscription resources.
Topic Interface for representing a topic.
TopicList Interface for managing and performing queries on a set of root topics.
TopicListAccessor Interface implemented by entities (e.g.
TopicListener Interface that should be implemented by parties interested in changes in topics and the list of root topics.
TopicListenerList Interface used for managing a list of topic listeners.
TopicListMetaData Interface for TopicList meta data.
 

Class Summary
Constants Implementation specific constants.
NotificationConsumerManager  
ResourceContext ResourceContext wraps around a SOAPMessageContext and provides convenience functions for obtaining ResourceKey, ResourceHome, and resource objects associated with the given SOAP message (referenced in SOAPMessageContext).
WSNConstants Generic constants of WSN family of specifications.
WSRFConstants Generic constants defined by WSRF family of specifications.
 

Exception Summary
InvalidResourceKeyException This exception is raised if the ResourceKey is in any way invalid.
NoResourceHomeException This is a basic exception raised by ResourceContext operations in cases where a ResourceHome is not configured for a given service.
NoSuchResourceException This exception is raised when a resource for a given key is not found.
RemoveNotSupportedException This exception is raised when a ResourceHome implementation does not support removal of resources.
ResourceContextException This is a basic exception raised by ResourceContext operations.
ResourceException This is a basic exception raised by resources or ResourceHome operations.
ResourcePropertyException An exception that might be thrown by a ResourceProperty implementation.
TerminationTimeRejectedException This is an exception raised by the ResourceLifetime.setTerminationTime() operation in case the new termination time cannot be accepted by the service.