| Package | Description |
|---|---|
| org.rhq.enterprise.communications | |
| org.rhq.enterprise.communications.command.client |
| Modifier and Type | Method and Description |
|---|---|
ClientCommandSender |
ServiceContainer.createClientCommandSender(String server_endpoint,
ClientCommandSenderConfiguration client_config)
A convienence method that takes a
client configuration and builds a sender
object with it. |
ClientCommandSender |
ServiceContainer.createClientCommandSenderWithSecurity(String server_endpoint,
ClientCommandSenderConfiguration client_config)
A convienence method that takes a
client configuration and builds a sender
object with it. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContainerSenderCreationListener.postCreate(ServiceContainer serviceContainer,
ClientCommandSender sender)
Called when the given service container has finished creating the given sender.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandPreprocessor.preprocess(Command command,
ClientCommandSender sender)
This method provides the hook for a command preprocessor to manipulate a command (such as add things to its
configuration. |
void |
RemoteOutputStream.setClientCommandSender(ClientCommandSender sender)
Sets the sender that this output stream object will use to send the remote invocation requests.
|
void |
RemoteInputStream.setClientCommandSender(ClientCommandSender sender)
Sets the sender that this input stream object will use to send the remote invocation requests.
|
boolean |
ClientCommandSenderStateListener.startedSending(ClientCommandSender sender)
The notification method that is called when the sender this object is listening to has started sending commands
to its remote endpoint.
|
boolean |
ClientCommandSenderStateListener.stoppedSending(ClientCommandSender sender)
The notification method that is called when the sender this object is listening to has stopped sending commands
to its remote endpoint.
|
| Constructor and Description |
|---|
ClientRemotePojoFactory(ClientCommandSender ccs)
Constructor for
ClientRemotePojoFactory. |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.