|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description

| Interface Summary | |
|---|---|
| Attachable | An entity which can hold attachments. |
| Attachments | |
| Client<I,O> | A communications client. |
| ClientConnector<I,O> | A client connector. |
| ClientContext | The server context for a single remote client instance. |
| ClientListener<I,O> | A client listener associated with a service. |
| CloseHandler<T> | A handler which is notified of a resource close. |
| Connection | A connection to a remote peer. |
| Endpoint | A potential participant in a JBoss Remoting communications relationship. |
| Endpoint.ServiceBuilder<I,O> | A service builder for new service registration. |
| HandleableCloseable<T> | A Remoting resource that can be closed. |
| HandleableCloseable.Key | A key which may be used to remove this handler. |
| Registration | A simple registration handle. |
| 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. |
| ServiceRegistrationListener | A listener for watching service registrations on an endpoint. |
| TypedRequest<I,O> | A request whose replies should be of a specific type. |
| Class Summary | |
|---|---|
| Attachments.Key<T> | |
| Remoting | The standalone interface into Remoting. |
| RemotingOptions | Common options for Remoting configuration. |
| ServiceRegistrationListener.ServiceInfo | Information about a registered service. |
| ServiceURI | A parser for JBoss Remoting URI types. |
| Version | The version of Remoting. |
| Enum Summary | |
|---|---|
| Endpoint.ListenerFlag | Flags which can be passed in to listener registration methods. |
| Exception Summary | |
|---|---|
| DuplicateRegistrationException | An exception which is thrown when a provider is registered under a name which is already registered. |
| IndeterminateOutcomeException | An exception that is thrown when an operation terminates in such a way that the outcome cannot be known. |
| NotOpenException | The resource is not open. |
| ProtocolException | Indicates a wire protocol problem. |
| RemoteExecutionException | Exception thrown when execution of a remote operation fails for some reason. |
| RemoteInterruptedException | The remote execution was interrupted due to an InterruptedException. |
| 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. |
| ServiceNotFoundException | Service not found. |
| ServiceOpenException | An exception relating to service opening has occurred. |
| ServiceRegistrationException | A service registration exception, thrown when registering a service fails for some reason. |
| UnknownURISchemeException | Unknown URI scheme. |
The base Remoting 3 API package.
The main flow of client requests works like this:
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||