| Package | Description |
|---|---|
| org.rhq.enterprise.communications | |
| org.rhq.enterprise.communications.command.server |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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-2014 Red Hat, Inc.. All Rights Reserved.