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

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

Uses of ClientCommandSender in org.rhq.enterprise.communications
 

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

Methods in org.rhq.enterprise.communications with parameters of type ClientCommandSender
 void ServiceContainerSenderCreationListener.postCreate(ServiceContainer serviceContainer, ClientCommandSender sender)
          Called when the given service container has finished creating the given sender.
 

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

Methods in org.rhq.enterprise.communications.command.client with parameters of type ClientCommandSender
 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 RemoteInputStream.setClientCommandSender(ClientCommandSender sender)
          Sets the sender that this input stream object will use to send the remote invocation requests.
 void RemoteOutputStream.setClientCommandSender(ClientCommandSender sender)
          Sets the sender that this output 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.
 

Constructors in org.rhq.enterprise.communications.command.client with parameters of type ClientCommandSender
ClientRemotePojoFactory(ClientCommandSender ccs)
          Constructor for ClientRemotePojoFactory.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.