Uses of Class
org.rhq.enterprise.communications.ServiceContainer

Packages that use ServiceContainer
org.rhq.enterprise.communications   
org.rhq.enterprise.communications.command.client   
org.rhq.enterprise.communications.command.server   
 

Uses of ServiceContainer in org.rhq.enterprise.communications
 

Methods in org.rhq.enterprise.communications with parameters of type ServiceContainer
 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.
 

Constructors in org.rhq.enterprise.communications with parameters of type ServiceContainer
GlobalConcurrencyLimitCommandListener(ServiceContainer serviceContainer)
           
ServiceContainerMetrics(ServiceContainer service_container, CommandProcessor command_processor)
          Creates a new ServiceContainerMetrics object.
 

Uses of ServiceContainer in org.rhq.enterprise.communications.command.client
 

Constructors in org.rhq.enterprise.communications.command.client with parameters of type ServiceContainer
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.
 

Uses of ServiceContainer in org.rhq.enterprise.communications.command.server
 

Methods in org.rhq.enterprise.communications.command.server that return ServiceContainer
 ServiceContainer CommandService.getServiceContainer()
          If this service was registered by the ServiceContainer, that container's reference will be returned.
 

Methods in org.rhq.enterprise.communications.command.server with parameters of type ServiceContainer
 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-2012 Red Hat, Inc.. All Rights Reserved.