| Interface | Description |
|---|---|
| AgentManagerLocal |
Local interface to the
AgentManagerBean SLSB. |
| CoreServerMBean |
An MBean that exposes various global attributes of the underlying AS Server (version, uptime, etc.).
|
| CustomJaasDeploymentServiceMBean |
MBean interface to the service that is responsible for installing JON's JAAS login handlers.
|
| EmailManagerLocal |
Local interface that allows clients to send SMTP email messages.
|
| RemoteClientManagerLocal |
Local interface to the
RemoteAgentClientManagerBean SLSB. |
| Class | Description |
|---|---|
| AgentManagerBean |
Manages the access to
Agent objects.Some of these methods need to execute as fast as possible. |
| CoreServer |
Get information about RHQ's underlying AS Server.
|
| CoreServerServiceImpl |
The service that receives agent requests to perform functionality such as registering agents.
|
| CustomJaasDeploymentService |
Deploy the JAAS login modules that are configured.
|
| EmailManagerBean |
EJB interface to an SMTP email system.
|
| ExternalizableStrategyCommandListener |
This is a listener for commands coming into the
ServiceContainer's CommandPreprocessor and will
set the ExternalizableStratagy for the command processing thread. |
| RemoteClientManagerBean |
Provides access to the remote client binary distribution (the CLI).
|
| ShutdownListener |
This listens for the RHQ server's shutdown notification and when it hears it, will start shutting down RHQ components
that need to clean up.
|
| StartupBean |
This startup singleton EJB performs the rest of the RHQ Server startup initialization.
|
| StartupBeanPreparation |
This startup singleton EJB is here to work around bug AS7-5530 and to
schedule the real StartupBean's work in a delayed fashion (this is to allow
AS7 to complete its deployment work before we do our work).
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.