Uses of Interface
org.rhq.enterprise.communications.command.server.CommandListener

Packages that use CommandListener
org.rhq.enterprise.communications   
org.rhq.enterprise.communications.command.server   
 

Uses of CommandListener in org.rhq.enterprise.communications
 

Classes in org.rhq.enterprise.communications that implement CommandListener
 class GlobalConcurrencyLimitCommandListener
          This is a listener for commands coming into the ServiceContainer's CommandPreprocessor and will immediately drop the command if the global concurrent limit has been exceeded.
 class GlobalSuspendCommandListener
          This is a listener for commands coming into the ServiceContainer's CommandPreprocessor and will immediately deny processing of the command, returning a NotProcessedException.
 

Methods in org.rhq.enterprise.communications with parameters of type CommandListener
 void ServiceContainer.addCommandListener(CommandListener listener)
          Adds the given listener so it can be notified everytime a new command is received.
 void ServiceContainer.removeCommandListener(CommandListener listener)
          Removes the given listener so it no longer is notified when a new command is received.
 

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

Methods in org.rhq.enterprise.communications.command.server with parameters of type CommandListener
 void CommandProcessor.addCommandListener(CommandListener listener)
          Adds the given listener to this object's list of command listeners.
 void CommandProcessor.removeCommandListener(CommandListener listener)
          Removes the given listener from this object's list of command listeners.
 



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