Uses of Class
org.rhq.enterprise.communications.command.client.ClientCommandSenderConfiguration

Packages that use ClientCommandSenderConfiguration
org.rhq.enterprise.communications   
org.rhq.enterprise.communications.command.client   
 

Uses of ClientCommandSenderConfiguration in org.rhq.enterprise.communications
 

Methods in org.rhq.enterprise.communications that return ClientCommandSenderConfiguration
 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.
 

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

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

Methods in org.rhq.enterprise.communications.command.client that return ClientCommandSenderConfiguration
 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.
 

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