| Package | Description |
|---|---|
| org.rhq.enterprise.communications | |
| org.rhq.enterprise.communications.command.client | |
| org.rhq.enterprise.communications.command.server |
| 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.
|
void |
ServiceContainerSenderCreationListener.preCreate(ServiceContainer serviceContainer,
RemoteCommunicator remoteCommunicator,
ClientCommandSenderConfiguration senderConfiguration)
Called when the given service container is going to create a sender.
|
| Constructor and Description |
|---|
GlobalConcurrencyLimitCommandListener(ServiceContainer serviceContainer) |
ServiceContainerMetrics(ServiceContainer service_container,
CommandProcessor command_processor)
Creates a new
ServiceContainerMetrics object. |
| Constructor and Description |
|---|
RemoteInputStream(InputStream stream,
ServiceContainer server)
Creates a new
RemoteInputStream object. |
RemoteInputStream(Long id,
ServiceContainer server)
Creates a new
RemoteInputStream object. |
RemoteOutputStream(Long id,
ServiceContainer server)
Creates a new
RemoteOutputStream object. |
RemoteOutputStream(OutputStream stream,
ServiceContainer server)
Creates a new
RemoteOutputStream object. |
| Modifier and Type | Method and Description |
|---|---|
ServiceContainer |
CommandService.getServiceContainer()
If this service was registered by the
ServiceContainer, that container's reference will be returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandAuthenticator.setServiceContainer(ServiceContainer serviceContainer)
This sets the object that is handling the communications and is what received the command that needs to be authenticated.
|
void |
CommandService.setServiceContainer(ServiceContainer container)
When this service is added by the
ServiceContainer, that container's reference will be set via this
method. |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.