| Class and Description |
|---|
| ClientCommandSender
A client that sends commands to a server.
|
| ClientCommandSenderConfiguration
This is a simple object that encapsulates initial configuration settings for the client command sender.
|
| RemoteCommunicator
Interface defining the generic contract that is used to locate a remote endpoint and communicate with that remote
endpoint via any remoting framework.
|
| Class and Description |
|---|
| ClientCommandSender
A client that sends commands to a server.
|
| ClientCommandSenderConfiguration
This is a simple object that encapsulates initial configuration settings for the client command sender.
|
| ClientCommandSenderMetrics
This is a simple object that encapsulates all the different metrics collected by a single
sender. |
| ClientCommandSenderStateListener
This interface defines an object that is to listen for state changes to a
ClientCommandSender. |
| ClientRemotePojoFactory
This class is a factory of proxies that can be used to invoke methods on a remote POJO.
|
| ClientRemotePojoFactory.GuaranteedDelivery
Settings describing whether this factory generates proxies that have guaranteed delivery by default.
|
| CommandClient
Interface to all clients of commands.
|
| CommandPreprocessor
This interface allows implementors to preprocess a command before it is queued and sent.
|
| CommandResponseCallback
This defines the callback object that will be called when an asynchronous command has been sent.
|
| FailureCallback
Callback that is informed when communication failures are detected.
|
| InitializeCallback
Callback that is informed when a
communicator is about to
send its very first command since being connected. |
| PersistentFifo
Persists byte arrays in a FIFO queue file.
|
| PollingListener
Listener that gets the response of each poll.
|
| RemoteCommunicator
Interface defining the generic contract that is used to locate a remote endpoint and communicate with that remote
endpoint via any remoting framework.
|
| RemoteIOException
This represents an IOException that occurred on a remote input stream.
|
| SendCallback
This interface allows implementors to perform logic just before and just after the send.
|
| Class and Description |
|---|
| AbstractCommandClient
Provides basic functionality to all command clients.
|
| CommandClient
Interface to all clients of commands.
|
| RemoteCommunicator
Interface defining the generic contract that is used to locate a remote endpoint and communicate with that remote
endpoint via any remoting framework.
|
| Class and Description |
|---|
| AbstractCommandClient
Provides basic functionality to all command clients.
|
| CommandClient
Interface to all clients of commands.
|
| RemoteCommunicator
Interface defining the generic contract that is used to locate a remote endpoint and communicate with that remote
endpoint via any remoting framework.
|
| Class and Description |
|---|
| RemoteInputStream
This is an input stream that actually pulls down the stream data from a remote server.
|
| RemoteOutputStream
This is an output stream that actually sends the stream data to a remote server.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.