Package org.globus.wsrf

Interface Summary
ExpressionEvaluator An ExpressionEvaluator is used to implement a query expression evaluation of a ResourcePropertySet.
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.
PersistentResource Defines callback operations for persistent resources.
QueryEngine The QueryEngine interface is used to map queries on the service data of a service to the appropriate ExpressionEvaluators and then return the result.
RemoveCallback Defines a callback operation that is invoked whenever a resource is removed from ResourceHome.
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.
ResourcePropertySet This interface defines the API used to access a collection of resource property contained in a resource.
Subscription Interface to be implemented by subscription resources.
Topic Interface for representing a topic.
TopicExpressionEngine The TopicExpressionEngine interface is used to map queries on a topic list to the appropriate TopicExpressionEvaluators and then return the result.
TopicExpressionEvaluator A TopicExpressionEvaluator is used to implement a topic expression evaluation against a TopicList.
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.
 

Class Summary
GridConstants Non-WSRF related constants used by this implementation of WSRF.
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).
WSRFConstants Constants used by this implementation of WSRF.
 

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.
 



Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.