Package org.jboss.remoting.spi

Service provider classes and interfaces.

See:
          Description


Interface Summary
AutoCloseable<T>  
Handle<T> A handle to a local resource.
RemoteRequestContext The context of an outstanding remote request.
ReplyHandler A handler for replies from a request.
RequestHandler A request handler, which can be passed to remote endpoints.
RequestHandlerSource A request handler source, which can be passed to remote endpoints.
 

Class Summary
AbstractAutoCloseable<T> A closeable implementation that supports reference counting.
AbstractHandleableCloseable<T> A basic implementation of a closeable resource.
AbstractSimpleCloseable An abstract simple closeable implementation.
NamedServiceRegistry  
SpiUtils Utility methods for Remoting service providers.
 

Package org.jboss.remoting.spi Description

Service provider classes and interfaces. The classes are basic utility classes as well as abstract base classes to ease implementation.



Copyright © 2008 JBoss, a division of Red Hat, Inc.