| Package | Description |
|---|---|
| org.rhq.enterprise.communications | |
| org.rhq.enterprise.communications.command.client |
| Modifier and Type | Method and Description |
|---|---|
ClientCommandSenderConfiguration |
ServiceContainer.getClientConfiguration()
Returns the configuration that the server-side services will use when it needs to be a client itself and send
commands to a remote server.
|
| 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. |
void |
ServiceContainerSenderCreationListener.preCreate(ServiceContainer serviceContainer,
RemoteCommunicator remoteCommunicator,
ClientCommandSenderConfiguration senderConfiguration)
Called when the given service container is going to create a sender.
|
void |
ServiceContainer.start(Preferences configuration,
ClientCommandSenderConfiguration client_configuration)
This initializes the container with the given set of configuration preferences and starts the communications
services.
|
void |
ServiceContainer.start(Preferences configuration,
ClientCommandSenderConfiguration client_configuration,
MBeanServer mbs)
This initializes the container with the given set of configuration preferences and starts the communications
services using the given MBeanServer to register the services.
|
| Modifier and Type | Method and Description |
|---|---|
ClientCommandSenderConfiguration |
ClientCommandSenderConfiguration.copy()
Makes a copy of this object; use this if you wish to isolate the caller from seeing changes made to the original
object.
|
ClientCommandSenderConfiguration |
ClientCommandSender.getConfiguration()
Provides a copy of this sender's configuration - because it is a copy, changes made to the returned object have
no effect on this sender's behavior.
|
| Constructor and Description |
|---|
ClientCommandSender(RemoteCommunicator remote_communicator,
ClientCommandSenderConfiguration config)
Constructor for
ClientCommandSender. |
ClientCommandSender(RemoteCommunicator remote_communicator,
ClientCommandSenderConfiguration config,
LinkedList<Runnable> previously_queued_tasks)
Constructor for
ClientCommandSender. |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.