Package org.apache.slide.common

Interface Summary
NamespaceAccessToken The NamespaceAccessToken is an interface used to completely hide the real Namespace object reference from the client application.
Service Slide Service interface.
SlideMBean Slide MBean interface.
SlideToken The SlideToken interface identifies the current acting principal and its credentials, and maintains information about the state of the user transaction.
 

Class Summary
AbstractService Slide Service abstract implementation with support for multiple simultaneous transaction context.
AbstractServiceBase Slide Service abstract implementation.
AbstractSimpleService Slide Service simple implementation.
AbstractXAService Slide Service abstract implementation, which does not implement any of the XA related methods.
CacheInfoToken Caching strategy token class.
Domain The Domain controls access to its registered namespaces and performs initialization and connection management on behalf of the namespaces.
DomainAccessToken Domain accessor token class.
EmbeddedDomain Alternate domain designed to ease embedding.
Namespace A Namespace contains a hierarchically organized tree of information.
NamespaceAccessTokenImpl Namespace access token implementation.
NamespaceConfig Configuration of the Namespace.
Scope Scope object.
ScopeTokenizer Tokenizes a scope.
Slide Implementation of the Slide JMX MBean.
SlideTokenImpl Slide token class.
SlideTokenWrapper Slide token class.
Uri This class manages the unique identifier of an object which is manipulated by Slide.
UriTokenizer Tokenizes a scope.
XMLMarshaller XMLMarshaller helper class.
XMLUnmarshaller XMLUnmarshaller class.
 

Exception Summary
InvalidNamespaceConfigurationException Invalid Namespace configuration.
MalformedUriException Malformed Uri.
NamespaceException Namespace exception.
NestedSlideException Nested Slide exception.
ObjectValidationFailedException Thrown when an object validation fails.
ServiceAccessException Service access exception.
ServiceConnectionFailedException Service connection failed.
ServiceDisconnectionFailedException Service disconnection failed.
ServiceInitializationFailedException Service initialization failed.
ServiceMissingOnRootNodeException A service declaration is missing on the root node.
ServiceParameterErrorException Service parameter error.
ServiceParameterMissingException Service parameter missing.
ServiceRegistrationFailedException Service registration failed.
ServiceResetFailedException Service reset failed.
ServicesInitializationFailedException Services intitalization failed.
ServicesShutDownFailedException Services shut down failed.
SlideException Exception supertype for all Slide components.
SlideRuntimeException Runtime Exception supertype for all Slide components.
SLMLParsingException Slide XML parsing exception.
UnableToLocateServiceException Unable to locate service.
UnknownObjectClassException Unknown object class.
UnknownServiceDeclarationException Unknown service declaration exception.
 

Error Summary
DomainInitializationFailedError Domain initialization failed.
SlideError Error supertype for all Slide components.