|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RemoteCommunicator in org.rhq.enterprise.communications |
|---|
| Methods in org.rhq.enterprise.communications with parameters of type RemoteCommunicator | |
|---|---|
void |
ServiceContainerSenderCreationListener.preCreate(ServiceContainer serviceContainer,
RemoteCommunicator remoteCommunicator,
ClientCommandSenderConfiguration senderConfiguration)
Called when the given service container is going to create a sender. |
| Uses of RemoteCommunicator in org.rhq.enterprise.communications.command.client |
|---|
| Classes in org.rhq.enterprise.communications.command.client that implement RemoteCommunicator | |
|---|---|
class |
JBossRemotingRemoteCommunicator
Provides basic functionality to all command clients that want to use JBoss/Remoting as the remoting framework. |
| Methods in org.rhq.enterprise.communications.command.client that return RemoteCommunicator | |
|---|---|
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()
|
| Methods in org.rhq.enterprise.communications.command.client with parameters of type RemoteCommunicator | |
|---|---|
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)
|
| Constructors in org.rhq.enterprise.communications.command.client with parameters of type RemoteCommunicator | |
|---|---|
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. |
|
| Uses of RemoteCommunicator in org.rhq.enterprise.communications.command.impl.echo |
|---|
| Constructors in org.rhq.enterprise.communications.command.impl.echo with parameters of type RemoteCommunicator | |
|---|---|
EchoCommandClient(RemoteCommunicator communicator)
|
|
| Uses of RemoteCommunicator in org.rhq.enterprise.communications.command.impl.generic |
|---|
| Constructors in org.rhq.enterprise.communications.command.impl.generic with parameters of type RemoteCommunicator | |
|---|---|
GenericCommandClient(RemoteCommunicator communicator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||