| Interface | Description |
|---|---|
| CommandAuthenticator |
Implementations of this class are to perform specific tasks to authenticate an incoming command.
|
| CommandListener |
A listener that will receive notifications when new commands are received and when they have completed their
processing.
|
| CommandServiceDirectoryMBean |
The public interface to the directory that provides information on what
command types a
particular command service supports. |
| CommandServiceMBean |
The interface that all command services implement.
|
| KeyProperty |
Defines key properties and their valid values that command service MBeans can use in their
ObjectNames. |
| Class | Description |
|---|---|
| CommandMBean |
The superclass for all services that are to be deployed as MBeans.
|
| CommandProcessor |
Handles invoked
commands from remote clients. |
| CommandProcessorMetrics |
Contains the statistics collected by the
CommandProcessor. |
| CommandService |
The superclass for all command services.
|
| CommandServiceDirectory |
An MBean that maintains a directory of all currently deployed
CommandService MBean services for all
subsystems. |
| CommandServiceDirectoryEntry |
Encapsulates the information from a single entry in the
command service directory. |
| CommandServiceId |
This class identifies a registered command service.
|
| IncomingCommandTrace |
Object that will log incoming commands, used mainly for debugging a remoting endpoint.
|
| MultipleCommandService |
Provides some infrastructure to more easily facilitate the ability to execute different
commands. |
| Enum | Description |
|---|---|
| CommandProcessorMetrics.UnsuccessfulReason |
| Exception | Description |
|---|---|
| AuthenticationException |
This will occur when a command failed to be authenticated via a
CommandAuthenticator. |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.