| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContainerSenderCreationListener.preCreate(ServiceContainer serviceContainer,
RemoteCommunicator remoteCommunicator,
ClientCommandSenderConfiguration senderConfiguration)
Called when the given service container is going to create a sender.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JBossRemotingRemoteCommunicator
Provides basic functionality to all command clients that want to use JBoss/Remoting as the remoting framework.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteCommunicator |
ClientCommandSender.getRemoteCommunicator()
Returns the communicator object that actually sends the commands to the remote endpoint.
|
RemoteCommunicator |
CommandClient.getRemoteCommunicator()
Gets the object that encapsulates the underlying remote framework implementation.
|
RemoteCommunicator |
AbstractCommandClient.getRemoteCommunicator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FailureCallback.failureDetected(RemoteCommunicator remoteCommunicator,
Command command,
CommandResponse response,
Throwable t)
The callback method that is called when a failure is detected by a remote communicator.
|
boolean |
InitializeCallback.sendingInitialCommand(RemoteCommunicator remoteCommunicator,
Command command)
The callback method that is called when a remote communicator is about to send its very
first command.
|
void |
ClientCommandSender.setRemoteCommunicator(RemoteCommunicator remote_communicator)
Sets the information about the server to which all commands are sent.
|
void |
CommandClient.setRemoteCommunicator(RemoteCommunicator remoteCommunicator)
Sets the object that encapsulates the underlying remote framework implementation.
|
void |
AbstractCommandClient.setRemoteCommunicator(RemoteCommunicator communicator) |
| Constructor and Description |
|---|
AbstractCommandClient(RemoteCommunicator communicator)
Constructor for
AbstractCommandClient that allows you to specify the
remote communicator to use. |
ClientCommandSender(RemoteCommunicator remote_communicator,
ClientCommandSenderConfiguration config)
Constructor for
ClientCommandSender. |
ClientCommandSender(RemoteCommunicator remote_communicator,
ClientCommandSenderConfiguration config,
LinkedList<Runnable> previously_queued_tasks)
Constructor for
ClientCommandSender. |
| Constructor and Description |
|---|
EchoCommandClient(RemoteCommunicator communicator) |
| Constructor and Description |
|---|
GenericCommandClient(RemoteCommunicator communicator) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.