JBoss Remoting 3.0.0.Beta2

Package org.jboss.remoting

The base Remoting 3 API package.

See:
          Description


Interface Summary
Client<I,O> A communications client.
ClientContext The server context for a single remote client instance.
ClientSource<I,O> A source for new Remoting contexts.
CloseHandler<T> A handler which is notified of a resource close.
Endpoint A potential participant in a JBoss Remoting communications relationship.
HandleableCloseable<T> A Remoting resource that can be closed.
HandleableCloseable.Key A key which may be used to remove this handler.
RequestCancelHandler<O> A handler for request listeners to receive a notification when a request was cancelled.
RequestContext<O> The context of a single request.
RequestListener<I,O> A request listener.
ServiceContext The server-side context of a service.
ServiceListener A listener for watching service registrations on an endpoint.
SimpleCloseable A simple close-only handle.
 

Class Summary
AbstractRequestListener<I,O> A simple request listener implementation that implements all methods with no-operation implementations.
EndpointPermission This class is for permissions relating to Remoting endpoints.
LocalServiceConfiguration<I,O> A configuration for a service to be deployed into the endpoint.
RemoteServiceConfiguration A configuration for registering a remote service with an endpoint.
Remoting The standalone interface into Remoting.
ServiceListener.ServiceInfo Information about a registered service.
ServiceURI A parser for JBoss Remoting URI types.
 

Exception Summary
IndeterminateOutcomeException An exception that is thrown when an operation terminates in such a way that the outcome cannot be known.
RemoteExecutionException Exception thrown when execution of a remote operation fails for some reason.
RemoteReplyException An exception indicating that a the remote side tried and failed to send a reply message.
RemoteRequestException Remote request exception.
RemotingException A general Remoting exception.
ReplyException An exception type indicating that an operation completed and a reply was received, but it could not be delivered to the client.
ServiceRegistrationException A service registration exception, thrown when registering a service fails for some reason.
 

Package org.jboss.remoting Description

The base Remoting 3 API package.


JBoss Remoting 3.0.0.Beta2

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