Package | Description |
---|---|
com.redhat.thermostat.agent | |
com.redhat.thermostat.agent.command |
Access the command-channel / Request API on the agent-side
|
com.redhat.thermostat.agent.utils.management |
Provides consistent access to remote JMX processes.
|
com.redhat.thermostat.agent.utils.username |
Utilities to help with username lookups
|
com.redhat.thermostat.client.command |
Access the command-channel / Request API on the client side.
|
com.redhat.thermostat.client.swing | |
com.redhat.thermostat.common | |
com.redhat.thermostat.launcher |
API to execute commands and load bundles that a command requires.
|
com.redhat.thermostat.service.process |
Interact directly with processes.
|
com.redhat.thermostat.shared.config | |
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
com.redhat.thermostat.storage.dao | |
com.redhat.thermostat.utils.keyring |
Secure storage for passwords.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RMIRegistry
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurationServer
An agent-side service that allows starting and stopping the command-channel
server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MXBeanConnectionPool
A pool for caching and reusing MXBeanConnections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UserNameUtil
Utility to query the operating system for a user name.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RequestQueue
Service for sending commands to an agent.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UIDefaults
Returns the default UI defaults used by this Thermostat client.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationService |
interface |
ExitStatus
Service which can be used for certain commands to set the exit status on
JVM termination.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleManager
A Service that provides features to load bundles for given command names.
|
interface |
Launcher
Launcher is the main entry point for all Thermostat commands.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UNIXProcessHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
CommonPaths
Contains locations to various files and directories used by thermostat
components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DbService
DbService provides API for handling database (i.e.
|
interface |
Storage
A storage can be used to store, query, update and remove data.
|
interface |
WriterID
Service interface class for getting the writer ID which should
be used for writing data to
Storage . |
Modifier and Type | Interface and Description |
---|---|
interface |
AgentInfoDAO
Access information about agents that agents publish to storage.
|
interface |
BackendInfoDAO |
interface |
HostInfoDAO |
interface |
NetworkInterfaceInfoDAO |
interface |
SchemaInfoDAO
A data access object for retrieving
SchemaInformation about
Category s in Storage. |
interface |
VmInfoDAO |
Modifier and Type | Interface and Description |
---|---|
interface |
Keyring
Maps url/username to passwords, securely.
|
Copyright © 2017. All Rights Reserved.