|
JBoss Remoting 3 3.2.12.GA | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Attachable | An entity which can hold attachments. |
| Channel | The most basic level of communications in a Remoting connection. |
| Channel.Receiver | A handler for an incoming message. |
| 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. |
| HandleableCloseable<T> | A Remoting resource that can be closed. |
| HandleableCloseable.Key | A key which may be used to remove this handler. |
| OpenListener | A listener for new channels. |
| Registration | A simple registration handle. |
| Class Summary | |
|---|---|
| Attachments | A set of attachments for an entity. |
| Attachments.Key<T> | An attachment key. |
| MessageInputStream | An input stream for messages. |
| MessageOutputStream | An output stream for a message. |
| Remoting | The standalone interface into Remoting. |
| RemotingOptions | Common options for Remoting configuration. |
| Version | The version of Remoting. |
| Enum Summary | |
|---|---|
| Endpoint.ListenerFlag | Flags which can be passed in to listener registration methods. |
| Exception Summary | |
|---|---|
| ChannelBusyException | |
| DuplicateRegistrationException | An exception which is thrown when a provider is registered under a name which is already registered. |
| MessageCancelledException | An exception indicating that the sending side cancelled the message before completing it; the receiving side should act accordingly. |
| NotOpenException | The resource is not open. |
| ProtocolException | Indicates a wire protocol problem. |
| RemoteInterruptedException | The remote execution was interrupted due to an InterruptedException. |
| RemotingException | A general Remoting exception. |
| 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 3.2.12.GA | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||