Package | Description |
---|---|
com.redhat.thermostat.agent | |
com.redhat.thermostat.agent.command |
Access the command-channel / Request API on the agent-side
|
com.redhat.thermostat.backend |
API for implementing a data-collection backend for the agent.
|
com.redhat.thermostat.client.cli | |
com.redhat.thermostat.client.core | |
com.redhat.thermostat.client.core.views | |
com.redhat.thermostat.client.ui | |
com.redhat.thermostat.common | |
com.redhat.thermostat.common.cli |
Modifier and Type | Interface and Description |
---|---|
interface |
VmStatusListener
A listener that is notified when a JVM starts or is stopped.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RequestReceiver
Handles requests coming in through the command-channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Backend
Represents a plugin that runs on the agent and performs monitoring of host
and applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VMStatPrintDelegate
This interface should be implemented by plug-ins that would like to
contribute data to the output of the vm-stat command.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InformationService<T extends Ref>
Marker interface for information services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AgentInformationViewProvider
Provides an
AgentInformationDisplayView |
interface |
ClientConfigViewProvider
A services that provides
ClientConfigurationView s. |
interface |
HostInformationViewProvider
This services provides an appropriate
HostInformationView . |
interface |
VmInformationViewProvider
A service that provides a
VmInformationView |
Modifier and Type | Interface and Description |
---|---|
interface |
MenuAction
MenuAction s are used to create top-level menu items in the main
window. |
interface |
ReferenceContextAction
A common interface for
ContextAction that can execute commands
based on Ref erences. |
interface |
ReferenceFieldIconDecorator
Implementations of this interface have the ability to decorate the specific
targets by changing or replacing the target
PlatformIcon . |
interface |
ReferenceFieldLabelDecorator
Implementations of this interface have the ability to decorate the specific
targets by changing or replacing the target
String . |
class |
ReferenceFilter
|
Modifier and Type | Class and Description |
---|---|
class |
Filter<T>
A
Filter decides if some information matches what this
filter is designed to work with. |
Modifier and Type | Interface and Description |
---|---|
interface |
Command
Represents a command on the command line.
|
Copyright © 2017. All Rights Reserved.