Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

abort() - Method in interface com.redhat.thermostat.client.ui.ClientConfigReconnector
 
AbstractCommand - Class in com.redhat.thermostat.common.cli
A partial implementation of Command that most implementations should extend.
AbstractCommand() - Constructor for class com.redhat.thermostat.common.cli.AbstractCommand
 
AbstractCompleterCommand - Class in com.redhat.thermostat.common.cli
An abstract class to help with implementing commands which also provide tab completions for arguments and sub- commands within Thermostat shell.
AbstractCompleterCommand() - Constructor for class com.redhat.thermostat.common.cli.AbstractCompleterCommand
 
AbstractCompleterService - Class in com.redhat.thermostat.common.cli
An abstract CompleterService implementation which adds facilities for easy dependency tracking.
AbstractCompleterService() - Constructor for class com.redhat.thermostat.common.cli.AbstractCompleterService
 
AbstractCompletionFinder - Class in com.redhat.thermostat.common.cli
A CompletionFinder with facilities for service dependency tracking.
AbstractCompletionFinder(DependencyServices) - Constructor for class com.redhat.thermostat.common.cli.AbstractCompletionFinder
Construct an instance.
AbstractDao - Class in com.redhat.thermostat.storage.dao
 
AbstractDao() - Constructor for class com.redhat.thermostat.storage.dao.AbstractDao
 
AbstractDaoOperation<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
 
AbstractDaoOperation(Storage, Category<T>, String) - Constructor for class com.redhat.thermostat.storage.dao.AbstractDaoOperation
 
AbstractDaoOperationResult<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
 
AbstractDaoOperationResult() - Constructor for class com.redhat.thermostat.storage.dao.AbstractDaoOperationResult
 
AbstractDaoQuery<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
 
AbstractDaoQuery(Storage, Category<T>, String) - Constructor for class com.redhat.thermostat.storage.dao.AbstractDaoQuery
 
AbstractDaoStatement<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
 
AbstractDaoStatement(Storage, Category<T>, String) - Constructor for class com.redhat.thermostat.storage.dao.AbstractDaoStatement
 
AbstractLayout - Class in com.redhat.thermostat.client.swing.components
An empty template LayoutManager2.
AbstractLayout() - Constructor for class com.redhat.thermostat.client.swing.components.AbstractLayout
 
AbstractQuery<T extends Pojo> - Class in com.redhat.thermostat.storage.core
 
AbstractQuery() - Constructor for class com.redhat.thermostat.storage.core.AbstractQuery
 
AbstractQuery.Sort - Class in com.redhat.thermostat.storage.core
 
AbstractStateNotifyingCommand - Class in com.redhat.thermostat.common.cli
Abstract Command implementation including all the default functionality of AbstractCommand, but also contains an ActionNotifier so that concrete implementations of this class can use this to provide updates with regards to their runtime status to other components.
AbstractStateNotifyingCommand() - Constructor for class com.redhat.thermostat.common.cli.AbstractStateNotifyingCommand
 
acquire(int) - Method in interface com.redhat.thermostat.agent.utils.management.MXBeanConnectionPool
 
ACTION - Static variable in class com.redhat.thermostat.common.command.Request
 
ActionButton - Class in com.redhat.thermostat.client.swing.components
A swing implementation of ToolbarButton.
ActionButton(Icon) - Constructor for class com.redhat.thermostat.client.swing.components.ActionButton
 
ActionButton(Icon, LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.ActionButton
 
ActionEvent<T extends Enum<?>> - Class in com.redhat.thermostat.common
 
ActionEvent(Object, T) - Constructor for class com.redhat.thermostat.common.ActionEvent
 
ActionListener<T extends Enum<?>> - Interface in com.redhat.thermostat.common
 
ActionNotifier<T extends Enum<?>> - Class in com.redhat.thermostat.common
 
ActionNotifier(Object) - Constructor for class com.redhat.thermostat.common.ActionNotifier
 
actionPerformed(ActionEvent<AgentInformationDisplayView.ConfigurationAction>) - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayController
 
actionPerformed(ActionEvent<ClientConfigurationView.Action>) - Method in class com.redhat.thermostat.client.ui.ClientConfigurationController
 
actionPerformed(ActionEvent<T>) - Method in interface com.redhat.thermostat.common.ActionListener
 
ActionToggleButton - Class in com.redhat.thermostat.client.swing.components
 
ActionToggleButton(Icon) - Constructor for class com.redhat.thermostat.client.swing.components.ActionToggleButton
 
ActionToggleButton(Icon, LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.ActionToggleButton
 
ActionToggleButton(Icon, Icon, LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.ActionToggleButton
 
ActionToggleButtonUI - Class in com.redhat.thermostat.client.swing.components
An ActionButtonUI which is intended specifically for "togglebuttons", which are defined to have exactly 4 possible states: conceptually, they are STARTING, STARTED, STOPPING, and STOPPED.
activate() - Method in interface com.redhat.thermostat.backend.Backend
Activate the Backend.
activate() - Method in class com.redhat.thermostat.backend.VmListenerBackend
Activate the Backend.
activate(ComponentContext) - Method in class com.redhat.thermostat.common.cli.AbstractCompleterCommand
If implementation subclasses override this method, they must call through to this super implementation as well, or else tab completions will fail to be registered correctly.
activate() - Method in class com.redhat.thermostat.tools.dependency.DependencyAnalyzerCommand
 
activated() - Static method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
add(Component) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
 
add(long, long, double) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
add(SwingView) - Method in class com.redhat.thermostat.platform.swing.SwingView
 
add(SwingView, Object, int) - Method in class com.redhat.thermostat.platform.swing.SwingView
 
Add<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
Write operation to be used for adding new records into storage.
add(Category<?>) - Static method in class com.redhat.thermostat.storage.core.Categories
 
add(int, TimeStampedPojo) - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoCorrelator
 
add(TraceElement) - Method in class com.redhat.thermostat.ui.swing.model.Trace
 
add(String) - Method in class com.redhat.thermostat.ui.swing.model.Trace
 
addActionListener(ActionListener<BasicView.Action>) - Method in class com.redhat.thermostat.client.core.views.BasicView
 
addActionListener(ActionListener<T>) - Method in class com.redhat.thermostat.common.ActionNotifier
 
addActionListener(ActionListener<ThermostatExtensionRegistry.Action>) - Method in class com.redhat.thermostat.common.ThermostatExtensionRegistry
 
addAgent(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
addAgentInformation(AgentInformation) - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
Publish information about agent into the storage.
addArgument(String, String) - Method in class com.redhat.thermostat.common.cli.SimpleArguments
 
addAttribute(Object, Object) - Method in class com.redhat.thermostat.common.ApplicationCache
 
addBackendInformation(BackendInformation) - Method in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
addChart(MultiChartPanel.DataGroup, String, LocalizedString) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
The chart will not be displayed until #showChart(String) is called.
addChildView(LocalizedString, UIComponent) - Method in class com.redhat.thermostat.client.core.views.HostInformationView
 
addChildView(LocalizedString, UIComponent) - Method in class com.redhat.thermostat.client.core.views.VmInformationView
 
addChildViews(List<UIPluginInfo>) - Method in class com.redhat.thermostat.client.core.views.HostInformationView
 
addChildViews(List<UIPluginInfo>) - Method in class com.redhat.thermostat.client.core.views.VmInformationView
 
addClip(Clip) - Method in class com.redhat.thermostat.animation.Animation
 
addCloseEventListener(OverlayPanel.CloseEventListener) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
Add a listener which will decide what to do when this OverlayPanel is requested to be closed.
addConfigurationListener(ActionListener<AgentInformationDisplayView.ConfigurationAction>) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
addConnectionListener(Connection.ConnectionListener) - Method in interface com.redhat.thermostat.storage.core.DbService
Registers the supplied ConnectionListener to be notified when the status of the database connection changes.
addData(String, List<DiscreteTimeData<? extends Number>>) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
 
addEventHandler(EventHandler<T>) - Method in class com.redhat.thermostat.event.EventNotifier
 
addException(Exception) - Method in class com.redhat.thermostat.storage.dao.AbstractDaoOperationResult
 
addException(Exception) - Method in interface com.redhat.thermostat.storage.dao.DaoOperationResult
 
addExceptions(Iterable<Exception>) - Method in class com.redhat.thermostat.storage.dao.AbstractDaoOperationResult
 
addExceptions(Iterable<Exception>) - Method in interface com.redhat.thermostat.storage.dao.DaoOperationResult
 
addFilterEventListener(ActionListener<Filter.FilterEvent>) - Method in class com.redhat.thermostat.common.Filter
 
addHostChangeListener(HostRef, ActionListener<HostMonitor.Action>) - Method in interface com.redhat.thermostat.storage.monitor.HostMonitor
Adds this listener to the given HostRef
addImpl(ContentPane, Object, int) - Method in class com.redhat.thermostat.platform.swing.SwingView
 
addIssue(IssueView.IssueDescription) - Method in class com.redhat.thermostat.client.core.views.IssueView
 
addIssueActionListener(ActionListener<IssueView.IssueAction>) - Method in class com.redhat.thermostat.client.core.views.IssueView
 
addLayoutComponent(String, Component) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
addLayoutComponent(Component, Object) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
addListener(ChangeListener<? super T>) - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
addListener(InvalidationListener) - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
addListener(InvalidationListener) - Method in interface com.redhat.thermostat.beans.property.Observable
 
addListener(ChangeListener<? super T>) - Method in interface com.redhat.thermostat.beans.property.ObservableValue
 
addListener(ActionListener<ClientConfigurationView.Action>) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
addListener(RequestResponseListener) - Method in class com.redhat.thermostat.common.command.Request
 
addListener(Connection.ConnectionListener) - Method in class com.redhat.thermostat.storage.core.Connection
Adds a connection listener to this connection.
addListSelectionListener(ListSelectionListener) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
addMenuAction(MenuAction) - Method in class com.redhat.thermostat.client.swing.MenuHelper
Add a menu item as specified though the MenuAction argument.
addModelListener(ModelListener<T>) - Method in class com.redhat.thermostat.ui.swing.model.Model
 
addNetworkChangeListener(ActionListener<NetworkMonitor.Action>) - Method in interface com.redhat.thermostat.storage.monitor.NetworkMonitor
 
addNonOptionArgument(String) - Method in class com.redhat.thermostat.common.cli.SimpleArguments
 
addOverlayCloseListeners(OverlayPanel) - Method in class com.redhat.thermostat.client.swing.components.HeaderPanel
 
addProgressListener(ActionListener<ProgressHandle.Status>) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
addReferenceSelectionChangeListener(ReferenceSelectionChangeListener) - Method in interface com.redhat.thermostat.client.swing.ReferenceSelectionService
 
addRelationship(Node, String, Node) - Method in interface com.redhat.thermostat.collections.graph.Graph
Creates a new Relationship to this Graph from the given nodes and relationship String representation.
addRelationship(Relationship) - Method in interface com.redhat.thermostat.collections.graph.Graph
Adds the given Relationship to this Graph.
addRelationship(Node, String, Node) - Method in class com.redhat.thermostat.collections.graph.HashGraph
 
addRelationship(Relationship) - Method in class com.redhat.thermostat.collections.graph.HashGraph
 
addSearchListener(ActionListener<SearchProvider.SearchAction>) - Method in interface com.redhat.thermostat.client.ui.SearchProvider
 
addSelectionInterval(int, int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
addService(Class<T>, T) - Method in class com.redhat.thermostat.common.cli.DependencyServices
 
addStatusEventListener(ActionListener<ToggleableReferenceFieldLabelDecorator.StatusEvent>) - Method in interface com.redhat.thermostat.client.ui.ToggleableReferenceFieldLabelDecorator
Add a listener which will be notified when this decorator's enabled/disabled status changes.
addSubcommand(String) - Method in class com.redhat.thermostat.common.cli.SimpleArguments
 
addToolBarButton(ToolbarButton) - Method in class com.redhat.thermostat.client.swing.components.HeaderPanel
 
addTrace(Trace) - Method in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
 
addVmFilter(Filter<VmRef>) - Method in interface com.redhat.thermostat.agent.VmBlacklist
Adds a Filter to the blacklist.
Agent - Class in com.redhat.thermostat.agent
Represents the Agent running on a host.
Agent(BackendRegistry, AgentStartupConfiguration, Storage, AgentInfoDAO, BackendInfoDAO, WriterID) - Constructor for class com.redhat.thermostat.agent.Agent
 
agent - Variable in class com.redhat.thermostat.client.core.views.IssueView.IssueDescription
 
AGENT_ID - Static variable in class com.redhat.thermostat.storage.core.Key
 
AgentArgument - Class in com.redhat.thermostat.client.cli
 
AgentConfigsUtils - Class in com.redhat.thermostat.agent.config
 
AgentConfigsUtils() - Constructor for class com.redhat.thermostat.agent.config.AgentConfigsUtils
 
AgentId - Class in com.redhat.thermostat.storage.core
This class uniquely identifies a Thermostat agent
AgentId(String) - Constructor for class com.redhat.thermostat.storage.core.AgentId
 
AgentInfoDAO - Interface in com.redhat.thermostat.storage.dao
Access information about agents that agents publish to storage.
AgentInformation - Class in com.redhat.thermostat.storage.model
 
AgentInformation() - Constructor for class com.redhat.thermostat.storage.model.AgentInformation
 
AgentInformation(String) - Constructor for class com.redhat.thermostat.storage.model.AgentInformation
 
AgentInformationDisplayController - Class in com.redhat.thermostat.client.ui
 
AgentInformationDisplayController(AgentInformationDisplayModel, AgentInformationDisplayView) - Constructor for class com.redhat.thermostat.client.ui.AgentInformationDisplayController
 
AgentInformationDisplayModel - Class in com.redhat.thermostat.client.ui
This model sits between the current view and the remote model, and maintains a state of the agents that it knows about.
AgentInformationDisplayModel(AgentInfoDAO, BackendInfoDAO) - Constructor for class com.redhat.thermostat.client.ui.AgentInformationDisplayModel
 
AgentInformationDisplayView - Class in com.redhat.thermostat.client.core.views
A view that displays an agent's information
AgentInformationDisplayView() - Constructor for class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
AgentInformationDisplayView.ConfigurationAction - Enum in com.redhat.thermostat.client.core.views
 
AgentInformationViewProvider - Interface in com.redhat.thermostat.client.core.views
AgentIPCService - Interface in com.redhat.thermostat.agent.ipc.server
Provides a standardized inter-process communication mechanism for the Thermostat agent.
AgentIssue - Class in com.redhat.thermostat.client.core
 
AgentIssue(AgentId, Severity, String) - Constructor for class com.redhat.thermostat.client.core.AgentIssue
 
AgentOptionParser - Class in com.redhat.thermostat.agent.config
 
AgentOptionParser(AgentStartupConfiguration, Arguments) - Constructor for class com.redhat.thermostat.agent.config.AgentOptionParser
 
AgentProperties - Enum in com.redhat.thermostat.agent.config
 
AgentStartupConfiguration - Class in com.redhat.thermostat.agent.config
 
AggregateCount - Class in com.redhat.thermostat.storage.model
Model class for aggregate counts.
AggregateCount() - Constructor for class com.redhat.thermostat.storage.model.AggregateCount
 
AggregateQuery<T extends Pojo> - Class in com.redhat.thermostat.storage.core
Common super class for aggregate queries.
AggregateQuery(AggregateQuery.AggregateFunction, Query<T>) - Constructor for class com.redhat.thermostat.storage.core.AggregateQuery
 
AggregateQuery.AggregateFunction - Enum in com.redhat.thermostat.storage.core
 
AggregateResult - Interface in com.redhat.thermostat.storage.model
Super type for aggregate results.
ALIVE_KEY - Static variable in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
 
allDependenciesAvailable() - Method in class com.redhat.thermostat.common.cli.AbstractCompletionFinder
Helper method which returns true iff all dependencies listed by AbstractCompletionFinder.getRequiredDependencies() are currently available.
AllPassFilter<T> - Class in com.redhat.thermostat.common
A Filter that passes everything.
AllPassFilter() - Constructor for class com.redhat.thermostat.common.AllPassFilter
 
and(S, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinaryLogicalExpression with the two provided expressions joined in order by a logical AND operation.
Animation - Class in com.redhat.thermostat.animation
 
Animation() - Constructor for class com.redhat.thermostat.animation.Animation
 
Animation(long) - Constructor for class com.redhat.thermostat.animation.Animation
 
Animation(double) - Constructor for class com.redhat.thermostat.animation.Animation
 
Animation(double, long) - Constructor for class com.redhat.thermostat.animation.Animation
 
Animation(double, Interpolator) - Constructor for class com.redhat.thermostat.animation.Animation
 
Animation(long, Interpolator) - Constructor for class com.redhat.thermostat.animation.Animation
 
Animation(double, long, Interpolator) - Constructor for class com.redhat.thermostat.animation.Animation
 
Animation.AnimationEvent - Class in com.redhat.thermostat.animation
 
Animation.Status - Enum in com.redhat.thermostat.animation
 
AnimationEvent(Object, Animation.Status) - Constructor for class com.redhat.thermostat.animation.Animation.AnimationEvent
 
Application - Class in com.redhat.thermostat.platform
Entry point for aW Thermostat Application.
Application() - Constructor for class com.redhat.thermostat.platform.Application
 
ApplicationCache - Class in com.redhat.thermostat.common
A simple cache to keep resources in.
ApplicationCache() - Constructor for class com.redhat.thermostat.common.ApplicationCache
 
ApplicationDescriptor - Annotation Type in com.redhat.thermostat.platform.annotations
 
ApplicationException - Exception in com.redhat.thermostat.common.tools
 
ApplicationException(String) - Constructor for exception com.redhat.thermostat.common.tools.ApplicationException
 
ApplicationException(Throwable) - Constructor for exception com.redhat.thermostat.common.tools.ApplicationException
 
ApplicationException(String, Throwable) - Constructor for exception com.redhat.thermostat.common.tools.ApplicationException
 
ApplicationException(String, Throwable, boolean, boolean) - Constructor for exception com.redhat.thermostat.common.tools.ApplicationException
 
ApplicationID - Class in com.redhat.thermostat.platform
 
ApplicationID() - Constructor for class com.redhat.thermostat.platform.ApplicationID
 
ApplicationInfo - Class in com.redhat.thermostat.common
 
ApplicationInfo() - Constructor for class com.redhat.thermostat.common.ApplicationInfo
 
ApplicationProvider - Interface in com.redhat.thermostat.platform
 
ApplicationService - Interface in com.redhat.thermostat.common
 
ApplicationState - Enum in com.redhat.thermostat.common.tools
Denotes the condition this application is in.
applies(Ref) - Method in class com.redhat.thermostat.client.ui.ReferenceFilter
Return true if the given filter applies to this reference.
apply() - Method in interface com.redhat.thermostat.storage.core.Add
Applies this Add operation to storage.
apply() - Method in interface com.redhat.thermostat.storage.core.DataModifyingStatement
Executes this statement.
apply() - Method in interface com.redhat.thermostat.storage.core.Remove
Applies this remove operation.
apply() - Method in interface com.redhat.thermostat.storage.core.Replace
Applies this Replace operation to the storage.
apply() - Method in interface com.redhat.thermostat.storage.core.Update
Applies this update operation.
applyFilter(int, BufferedImage) - Static method in class com.redhat.thermostat.client.swing.components.GaussianBlur
 
applyPropertyChange(PropertyChangeEvent, JLayer<? extends ThermostatComponent>) - Method in class com.redhat.thermostat.ui.swing.components.SpinnerLayerUI
 
ARGUMENT_NAME - Static variable in class com.redhat.thermostat.client.cli.AgentArgument
 
ARGUMENT_NAME - Static variable in class com.redhat.thermostat.client.cli.FileNameArgument
 
ARGUMENT_NAME - Static variable in class com.redhat.thermostat.client.cli.VmArgument
 
Arguments - Interface in com.redhat.thermostat.common.cli
 
ARROW_LEFT - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
ARROW_RIGHT - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
asList(Iterator<T>) - Static method in class com.redhat.thermostat.common.utils.IteratorUtils
Returns a List view of an Iterator.
asList() - Method in class com.redhat.thermostat.storage.dao.QueryResult
 
asMilliseconds() - Method in class com.redhat.thermostat.common.Duration
 
AUTH_TOKEN - Static variable in class com.redhat.thermostat.common.command.Request
 
AuthenticationConfiguration - Interface in com.redhat.thermostat.storage.config
 
AuthToken - Class in com.redhat.thermostat.storage.core
 
AuthToken(byte[], byte[]) - Constructor for class com.redhat.thermostat.storage.core.AuthToken
 

B

Backend - Interface in com.redhat.thermostat.backend
Represents a plugin that runs on the agent and performs monitoring of host and applications.
BACKEND_DESCRIPTION - Static variable in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
BACKEND_NAME - Static variable in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
BackendInfoDAO - Interface in com.redhat.thermostat.storage.dao
 
BackendInformation - Class in com.redhat.thermostat.storage.model
 
BackendInformation() - Constructor for class com.redhat.thermostat.storage.model.BackendInformation
 
BackendInformation(String) - Constructor for class com.redhat.thermostat.storage.model.BackendInformation
 
BackendRegistry - Class in com.redhat.thermostat.backend
A registry for Backends.
BackendRegistry(BundleContext) - Constructor for class com.redhat.thermostat.backend.BackendRegistry
 
BackendService - Class in com.redhat.thermostat.backend
Class used to signal that Backends can start registering themselves into the Framework.
BackendService() - Constructor for class com.redhat.thermostat.backend.BackendService
 
BackingStorage - Interface in com.redhat.thermostat.storage.core
This subclass of Storage should be implemented by classes that interact directly with a form of storage (e.g.
BaseBackend - Class in com.redhat.thermostat.backend
 
BaseBackend(String, String, String, String) - Constructor for class com.redhat.thermostat.backend.BaseBackend
 
BaseBackend(String, String, String, String, boolean) - Constructor for class com.redhat.thermostat.backend.BaseBackend
 
BaseCountable - Class in com.redhat.thermostat.storage.dao
This class provides generic functionality for performing an aggregate count query.
BaseCountable() - Constructor for class com.redhat.thermostat.storage.dao.BaseCountable
 
BasePojo - Class in com.redhat.thermostat.storage.model
 
BasePojo(String) - Constructor for class com.redhat.thermostat.storage.model.BasePojo
 
BaseProperty<T> - Class in com.redhat.thermostat.beans.property
 
BaseProperty() - Constructor for class com.redhat.thermostat.beans.property.BaseProperty
 
BaseProperty(T) - Constructor for class com.redhat.thermostat.beans.property.BaseProperty
 
BaseProperty(T, String) - Constructor for class com.redhat.thermostat.beans.property.BaseProperty
 
BasicBatchCursor<T extends Pojo> - Class in com.redhat.thermostat.storage.core
 
BasicBatchCursor() - Constructor for class com.redhat.thermostat.storage.core.BasicBatchCursor
 
BasicView - Class in com.redhat.thermostat.client.core.views
A View with support for notifying listeners on visibility changes.
BasicView() - Constructor for class com.redhat.thermostat.client.core.views.BasicView
 
BasicView.Action - Enum in com.redhat.thermostat.client.core.views
 
BFSPayload - Class in com.redhat.thermostat.collections.graph
 
BinaryComparisonExpression<T> - Class in com.redhat.thermostat.storage.query
A BinaryExpression that corresponds to an algebraic comparison between a Key and a corresponding value.
BinaryComparisonExpression(LiteralExpression<Key<T>>, BinaryComparisonOperator, LiteralExpression<T>) - Constructor for class com.redhat.thermostat.storage.query.BinaryComparisonExpression
Constructs a BinaryComparisonExpression whose operands are a LiteralExpression for a Key and a LiteralExpression for the value to compare against the key.
BinaryComparisonOperator - Enum in com.redhat.thermostat.storage.query
Operators to be used with BinaryComparisonExpression
BinaryLogicalExpression<S extends Expression,T extends Expression> - Class in com.redhat.thermostat.storage.query
A BinaryExpression that represents a boolean formula with two expressions joined by a logical operator.
BinaryLogicalExpression(S, BinaryLogicalOperator, T) - Constructor for class com.redhat.thermostat.storage.query.BinaryLogicalExpression
Constructs a BinaryLogicalExpression whose operands are expressions joined by a BinaryLogicalOperator.
BinaryLogicalOperator - Enum in com.redhat.thermostat.storage.query
Boolean operators to be used with BinaryLogicalExpression.
BinarySetMembershipExpression<T> - Class in com.redhat.thermostat.storage.query
A BinaryExpression that corresponds to an algebraic comparison between a Key and multiple values.
BinarySetMembershipExpression(LiteralExpression<Key<T>>, BinarySetMembershipOperator, LiteralSetExpression<T>) - Constructor for class com.redhat.thermostat.storage.query.BinarySetMembershipExpression
Constructs a BinarySetMembershipExpression whose operands are a LiteralExpression for a Key and a LiteralSetExpression for the set of values to compare against the key.
BinarySetMembershipOperator - Enum in com.redhat.thermostat.storage.query
Operators to be used with BinarySetMembershipExpression
bind(ObservableValue<? extends T>) - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
bind(ObservableValue<? extends T>) - Method in interface com.redhat.thermostat.beans.property.Bindable
 
Bindable<T> - Interface in com.redhat.thermostat.beans.property
 
BindException - Exception in com.redhat.thermostat.beans.property
Signals an error in the Binding process.
BindException(String) - Constructor for exception com.redhat.thermostat.beans.property.BindException
 
BindException(String, Throwable) - Constructor for exception com.redhat.thermostat.beans.property.BindException
 
BindException(Throwable) - Constructor for exception com.redhat.thermostat.beans.property.BindException
 
BooleanProperty - Class in com.redhat.thermostat.beans.property
 
BooleanProperty() - Constructor for class com.redhat.thermostat.beans.property.BooleanProperty
 
BooleanProperty(boolean) - Constructor for class com.redhat.thermostat.beans.property.BooleanProperty
 
BooleanProperty(boolean, String) - Constructor for class com.redhat.thermostat.beans.property.BooleanProperty
 
BorderedTableRenderer - Class in com.redhat.thermostat.common.cli
A TableRenderer that adds column and row dividers to text-based tables
BorderedTableRenderer(int) - Constructor for class com.redhat.thermostat.common.cli.BorderedTableRenderer
 
BorderedTableRenderer(int, int) - Constructor for class com.redhat.thermostat.common.cli.BorderedTableRenderer
 
BreadthFirstSearch - Class in com.redhat.thermostat.collections.graph
 
BreadthFirstSearch(Graph) - Constructor for class com.redhat.thermostat.collections.graph.BreadthFirstSearch
 
build() - Static method in class com.redhat.thermostat.common.portability.PortableMemoryStatFactory
 
build(int) - Static method in class com.redhat.thermostat.common.portability.PortableProcessStatFactory
 
build(Clock, int) - Static method in class com.redhat.thermostat.common.portability.PortableVmIoStatFactory
 
build(int) - Method in interface com.redhat.thermostat.common.portability.ProcessUserInfoBuilder
 
BundleInformation - Class in com.redhat.thermostat.launcher
Represents basic meta-data about a bundle, including the Bundle-SymbolicName and Bundle-Version.
BundleInformation(String, String) - Constructor for class com.redhat.thermostat.launcher.BundleInformation
 
BundleManager - Class in com.redhat.thermostat.launcher
A Service that provides features to load bundles for given command names.
BundleManager() - Constructor for class com.redhat.thermostat.launcher.BundleManager
 
BYTEMAN_VERBOSE_PROP - Static variable in interface org.jboss.byteman.thermostat.Properties
 
BytemanMetric - Class in org.jboss.byteman.thermostat.helper
Generic record for data collected for Thermostat
BytemanMetric(String, LinkedHashMap<String, Object>) - Constructor for class org.jboss.byteman.thermostat.helper.BytemanMetric
Constructor
bytes(long) - Static method in class com.redhat.thermostat.common.Size
 
BytesTickUnit - Class in com.redhat.thermostat.client.ui
A TickUnit that displays a byte value with an appropriate unit.
BytesTickUnit(double) - Constructor for class com.redhat.thermostat.client.ui.BytesTickUnit
 

C

callAndWait(Runnable) - Method in class com.redhat.thermostat.client.swing.EdtHelper
Invoke the supplied Runnable on the EDT.
callAndWait(Callable<T>) - Method in class com.redhat.thermostat.client.swing.EdtHelper
Invokes the supplied Callable on the EDT, waits until it is finished execution and returns the result of invoking Callable.call().
canHandleProtocol() - Method in interface com.redhat.thermostat.storage.core.StorageProvider
Method which determines if this StorageProvider can handle the given protocol as set via StorageProvider#setConfig(StartupConfiguration).
Categories - Class in com.redhat.thermostat.storage.core
 
Categories() - Constructor for class com.redhat.thermostat.storage.core.Categories
 
Category<T extends Pojo> - Class in com.redhat.thermostat.storage.core
A description for data persisted in storage.
Category() - Constructor for class com.redhat.thermostat.storage.core.Category
 
Category(String, Class<T>, Key<?>...) - Constructor for class com.redhat.thermostat.storage.core.Category
Creates a new Category instance with the specified name.
Category(String, Class<T>, List<Key<?>>, List<Key<?>>) - Constructor for class com.redhat.thermostat.storage.core.Category
Creates a new Category instance with the specified name.
CATEGORY - Static variable in interface com.redhat.thermostat.storage.core.SchemaInfo
 
CATEGORY - Static variable in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
 
CATEGORY - Static variable in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
CategoryAdapter<T extends Pojo,S extends Pojo> - Class in com.redhat.thermostat.storage.core
Adapts a given category to an aggregate equivalent.
CategoryAdapter(Category<T>) - Constructor for class com.redhat.thermostat.storage.core.CategoryAdapter
Constructor.
CategoryRegistration - Interface in com.redhat.thermostat.storage.core.auth
ServiceLoader interface used for registering trusted Categorys.
changed(ObservableValue<? extends T>, T, T) - Method in interface com.redhat.thermostat.beans.property.ChangeListener
 
changed(Connection.ConnectionStatus) - Method in interface com.redhat.thermostat.storage.core.Connection.ConnectionListener
Called by the connection reporting a status update.
ChangeListener<T> - Interface in com.redhat.thermostat.beans.property
 
ChartColors - Class in com.redhat.thermostat.client.ui
Provides access to a preselected set of colors for charts and graphs.
ChartPanel - Class in com.redhat.thermostat.client.swing.components
A swing component that displays charts.
ChartPanel(JFreeChart) - Constructor for class com.redhat.thermostat.client.swing.components.ChartPanel
 
ChartPanel(JFreeChart, ChartRenderingInfo) - Constructor for class com.redhat.thermostat.client.swing.components.ChartPanel
 
classify(Relationship, DFSPayload) - Static method in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
CLEAN - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
clear() - Method in class com.redhat.thermostat.client.core.views.HostInformationView
 
clear() - Method in class com.redhat.thermostat.client.core.views.VmInformationView
 
clear() - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
 
clear() - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
clear() - Method in interface com.redhat.thermostat.collections.graph.Graph
Clear the graph by removing all its content.
clear() - Method in class com.redhat.thermostat.collections.graph.HashGraph
 
clear() - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoCorrelator
 
clear() - Method in class com.redhat.thermostat.ui.swing.model.Model
Clears this model underlying representation.
clearAllAgents() - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
clearCharArray(char[]) - Method in class com.redhat.thermostat.storage.config.FileStorageCredentials
 
clearData(String) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
 
clearImpl() - Method in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
 
clearImpl() - Method in class com.redhat.thermostat.ui.swing.model.Model
Called by Model.clear() before Model.fireModelCleared(), for implementations that want to specialise their Model.clear() method without the need to reimplement the event logic.
clearIp4Addr() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
clearIp6Addr() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
clearIssues() - Method in class com.redhat.thermostat.client.core.views.IssueView
 
clearPassword(String, String) - Method in interface com.redhat.thermostat.utils.keyring.Keyring
Clear the password associated with the given url and username, if any.
clearSelection() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
CliCommandOption - Class in com.redhat.thermostat.common.cli
Used for describing command line flags or options.
CliCommandOption(String, String, boolean, String, boolean) - Constructor for class com.redhat.thermostat.common.cli.CliCommandOption
 
CLIENT_TOKEN - Static variable in class com.redhat.thermostat.common.command.Request
 
ClientConfigReconnector - Interface in com.redhat.thermostat.client.ui
 
ClientConfigurationController - Class in com.redhat.thermostat.client.ui
 
ClientConfigurationController(ClientPreferencesModel, ClientConfigurationView) - Constructor for class com.redhat.thermostat.client.ui.ClientConfigurationController
 
ClientConfigurationController(ClientPreferencesModel, ClientConfigurationView, ClientConfigReconnector) - Constructor for class com.redhat.thermostat.client.ui.ClientConfigurationController
 
ClientConfigurationView - Interface in com.redhat.thermostat.client.core.views
A View for displaying and modifying client configuration.
ClientConfigurationView.Action - Enum in com.redhat.thermostat.client.core.views
 
ClientConfigViewProvider - Interface in com.redhat.thermostat.client.core.views
A services that provides ClientConfigurationViews.
ClientIPCService - Interface in com.redhat.thermostat.agent.ipc.client
This interface provides methods relevant to IPC clients, such as the ability to connect to IPC servers.
ClientIPCServiceFactory - Class in com.redhat.thermostat.agent.ipc.client
A class used by IPC clients to obtain a concrete instance of ClientIPCService.
ClientIPCServiceFactory() - Constructor for class com.redhat.thermostat.agent.ipc.client.ClientIPCServiceFactory
 
ClientPreferences - Class in com.redhat.thermostat.common.config
 
ClientPreferences(CommonPaths) - Constructor for class com.redhat.thermostat.common.config.ClientPreferences
 
ClientPreferencesModel - Class in com.redhat.thermostat.client.ui
 
ClientPreferencesModel(Keyring, ClientPreferences) - Constructor for class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
Clip - Interface in com.redhat.thermostat.animation
 
Clock - Interface in com.redhat.thermostat.common
A clock.
close() - Method in class com.redhat.thermostat.common.MultipleServiceTracker
 
close() - Method in class org.jboss.byteman.thermostat.helper.Transport
Sends the remaining cached records to Thermostat
close() - Method in interface org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketChannel
 
close() - Method in class org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketChannelImpl
 
close() - Method in class org.jboss.byteman.thermostat.helper.transport.ipc.NoopLocalSocketChannel
 
CloseEvent(OverlayPanel) - Constructor for class com.redhat.thermostat.client.swing.components.OverlayPanel.CloseEvent
 
CloseOnSave - Class in com.redhat.thermostat.storage.core
 
CloseOnSave(Closeable) - Constructor for class com.redhat.thermostat.storage.core.CloseOnSave
 
closeQuietly(Closeable) - Static method in class org.jboss.byteman.thermostat.helper.Utils
Closes specified closeable without throwing exceptions
closeRequested(OverlayPanel.CloseEvent) - Method in interface com.redhat.thermostat.client.swing.components.OverlayPanel.CloseEventListener
 
com.redhat.thermostat.agent - package com.redhat.thermostat.agent
 
com.redhat.thermostat.agent.command - package com.redhat.thermostat.agent.command
Access the command-channel / Request API on the agent-side
com.redhat.thermostat.agent.config - package com.redhat.thermostat.agent.config
 
com.redhat.thermostat.agent.ipc.client - package com.redhat.thermostat.agent.ipc.client
 
com.redhat.thermostat.agent.ipc.server - package com.redhat.thermostat.agent.ipc.server
 
com.redhat.thermostat.agent.utils.management - package com.redhat.thermostat.agent.utils.management
Provides consistent access to remote JMX processes.
com.redhat.thermostat.animation - package com.redhat.thermostat.animation
 
com.redhat.thermostat.annotations - package com.redhat.thermostat.annotations
Annotations that document aspects of the thermostat API.
com.redhat.thermostat.application.gui - package com.redhat.thermostat.application.gui
 
com.redhat.thermostat.backend - package com.redhat.thermostat.backend
API for implementing a data-collection backend for the agent.
com.redhat.thermostat.beans.property - package com.redhat.thermostat.beans.property
 
com.redhat.thermostat.client.cli - package com.redhat.thermostat.client.cli
 
com.redhat.thermostat.client.command - package com.redhat.thermostat.client.command
Access the command-channel / Request API on the client side.
com.redhat.thermostat.client.core - package com.redhat.thermostat.client.core
 
com.redhat.thermostat.client.core.controllers - package com.redhat.thermostat.client.core.controllers
 
com.redhat.thermostat.client.core.progress - package com.redhat.thermostat.client.core.progress
 
com.redhat.thermostat.client.core.views - package com.redhat.thermostat.client.core.views
 
com.redhat.thermostat.client.locale - package com.redhat.thermostat.client.locale
 
com.redhat.thermostat.client.swing - package com.redhat.thermostat.client.swing
 
com.redhat.thermostat.client.swing.components - package com.redhat.thermostat.client.swing.components
 
com.redhat.thermostat.client.swing.components.models - package com.redhat.thermostat.client.swing.components.models
 
com.redhat.thermostat.client.ui - package com.redhat.thermostat.client.ui
 
com.redhat.thermostat.collections.graph - package com.redhat.thermostat.collections.graph
 
com.redhat.thermostat.common - package com.redhat.thermostat.common
 
com.redhat.thermostat.common.cli - package com.redhat.thermostat.common.cli
 
com.redhat.thermostat.common.command - package com.redhat.thermostat.common.command
 
com.redhat.thermostat.common.config - package com.redhat.thermostat.common.config
 
com.redhat.thermostat.common.model - package com.redhat.thermostat.common.model
 
com.redhat.thermostat.common.portability - package com.redhat.thermostat.common.portability
Utilities to help with username lookups
com.redhat.thermostat.common.portability.linux - package com.redhat.thermostat.common.portability.linux
 
com.redhat.thermostat.common.ssl - package com.redhat.thermostat.common.ssl
 
com.redhat.thermostat.common.tools - package com.redhat.thermostat.common.tools
 
com.redhat.thermostat.common.utils - package com.redhat.thermostat.common.utils
 
com.redhat.thermostat.compat.platform - package com.redhat.thermostat.compat.platform
 
com.redhat.thermostat.event - package com.redhat.thermostat.event
 
com.redhat.thermostat.launcher - package com.redhat.thermostat.launcher
API to execute commands and load bundles that a command requires.
com.redhat.thermostat.platform - package com.redhat.thermostat.platform
 
com.redhat.thermostat.platform.annotations - package com.redhat.thermostat.platform.annotations
 
com.redhat.thermostat.platform.application.swing.core - package com.redhat.thermostat.platform.application.swing.core
 
com.redhat.thermostat.platform.event - package com.redhat.thermostat.platform.event
 
com.redhat.thermostat.platform.mvc - package com.redhat.thermostat.platform.mvc
 
com.redhat.thermostat.platform.swing - package com.redhat.thermostat.platform.swing
 
com.redhat.thermostat.platform.swing.components - package com.redhat.thermostat.platform.swing.components
 
com.redhat.thermostat.plugin.validator - package com.redhat.thermostat.plugin.validator
 
com.redhat.thermostat.service.process - package com.redhat.thermostat.service.process
Interact directly with processes.
com.redhat.thermostat.shared.config - package com.redhat.thermostat.shared.config
 
com.redhat.thermostat.shared.locale - package com.redhat.thermostat.shared.locale
Internationalize and localize user visible strings.
com.redhat.thermostat.storage.config - package com.redhat.thermostat.storage.config
Configuration for starting storage or connecting to it
com.redhat.thermostat.storage.core - package com.redhat.thermostat.storage.core
An API to manipulate data, including the basic create, read, update, and delete operations.
com.redhat.thermostat.storage.core.auth - package com.redhat.thermostat.storage.core.auth
 
com.redhat.thermostat.storage.dao - package com.redhat.thermostat.storage.dao
 
com.redhat.thermostat.storage.model - package com.redhat.thermostat.storage.model
 
com.redhat.thermostat.storage.monitor - package com.redhat.thermostat.storage.monitor
 
com.redhat.thermostat.storage.query - package com.redhat.thermostat.storage.query
 
com.redhat.thermostat.tools.dependency - package com.redhat.thermostat.tools.dependency
 
com.redhat.thermostat.ui.swing.components - package com.redhat.thermostat.ui.swing.components
 
com.redhat.thermostat.ui.swing.components.graph - package com.redhat.thermostat.ui.swing.components.graph
 
com.redhat.thermostat.ui.swing.model - package com.redhat.thermostat.ui.swing.model
 
com.redhat.thermostat.ui.swing.model.graph - package com.redhat.thermostat.ui.swing.model.graph
 
com.redhat.thermostat.utils.keyring - package com.redhat.thermostat.utils.keyring
Secure storage for passwords.
Command - Interface in com.redhat.thermostat.common.cli
Represents a command on the command line.
CommandContext - Interface in com.redhat.thermostat.common.cli
 
CommandContextFactory - Class in com.redhat.thermostat.common.cli
 
CommandContextFactory(BundleContext) - Constructor for class com.redhat.thermostat.common.cli.CommandContextFactory
 
CommandContextImpl - Class in com.redhat.thermostat.common.cli
 
CommandContextImpl(Arguments, CommandContextFactory) - Constructor for class com.redhat.thermostat.common.cli.CommandContextImpl
 
CommandException - Exception in com.redhat.thermostat.common.cli
An exception to be thrown by a Command upon implementation-defined failure conditions.
CommandException(LocalizedString) - Constructor for exception com.redhat.thermostat.common.cli.CommandException
 
CommandException(LocalizedString, Throwable) - Constructor for exception com.redhat.thermostat.common.cli.CommandException
 
CommandLineArgumentParseException - Exception in com.redhat.thermostat.common.cli
 
CommandLineArgumentParseException(LocalizedString) - Constructor for exception com.redhat.thermostat.common.cli.CommandLineArgumentParseException
 
CommandLineArgumentParseException(LocalizedString, Throwable) - Constructor for exception com.redhat.thermostat.common.cli.CommandLineArgumentParseException
 
commandLineKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
CommandRegistry - Interface in com.redhat.thermostat.common.cli
 
CommandRegistryImpl - Class in com.redhat.thermostat.common.cli
Handles registration and un-registration of Commands.
CommandRegistryImpl(BundleContext) - Constructor for class com.redhat.thermostat.common.cli.CommandRegistryImpl
 
commenceShutdown() - Method in interface com.redhat.thermostat.platform.PlatformShutdown
 
commit() - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
 
CommonPaths - Interface in com.redhat.thermostat.shared.config
Contains locations to various files and directories used by thermostat components.
compare(T, T) - Method in class com.redhat.thermostat.common.OrderedComparator
 
compare(String, String) - Static method in class com.redhat.thermostat.common.utils.StringUtils
Compare nullable Strings.
compare(T, T) - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoComparator
 
compareTo(MenuHelper.SortedMenuItem) - Method in class com.redhat.thermostat.client.swing.MenuHelper.SortedMenuItem
 
ComparisonExpression - Interface in com.redhat.thermostat.storage.query
 
complete(String, int, List<CharSequence>) - Method in class com.redhat.thermostat.common.cli.CompletionFinderTabCompleter
Perform tab completion.
complete(String, int, List<CharSequence>) - Method in class com.redhat.thermostat.common.cli.StringsTabCompleter
 
complete(String, int, List<CharSequence>) - Method in interface com.redhat.thermostat.common.cli.TabCompleter
Perform tab completion.
CompleterService - Interface in com.redhat.thermostat.common.cli
An interface marking a service which provides tab completions for cli/shell commands.
CompletionFinder - Interface in com.redhat.thermostat.common.cli
Intended for use with CompletionFinderTabCompleter.
CompletionFinderTabCompleter - Class in com.redhat.thermostat.common.cli
Provides shell tab completions as provided by CompletionFinders.
CompletionFinderTabCompleter(CompletionFinder) - Constructor for class com.redhat.thermostat.common.cli.CompletionFinderTabCompleter
Construct a new instance.
CompletionInfo - Class in com.redhat.thermostat.common.cli
A simple structure used for tab-completion candidates.
CompletionInfo(String, String) - Constructor for class com.redhat.thermostat.common.cli.CompletionInfo
Cosntruct a CompletionInfo with a tab completion candidate as well as a descriptive label to distinguish the candidate.
CompletionInfo(String) - Constructor for class com.redhat.thermostat.common.cli.CompletionInfo
Construct a CompletionInfo with a tab completion candidate, and no additional label to distinguish the candidate.
componentHidden(Component) - Method in class com.redhat.thermostat.client.swing.ComponentVisibleListener
 
componentShown(Component) - Method in class com.redhat.thermostat.client.swing.ComponentVisibleListener
 
ComponentVisibleListener - Class in com.redhat.thermostat.client.swing
 
ComponentVisibleListener() - Constructor for class com.redhat.thermostat.client.swing.ComponentVisibleListener
 
CompositeIcon - Class in com.redhat.thermostat.client.swing.components
 
CompositeIcon(IconDescriptor, IconDescriptor) - Constructor for class com.redhat.thermostat.client.swing.components.CompositeIcon
 
CompositeIcon(IconDescriptor, Icon) - Constructor for class com.redhat.thermostat.client.swing.components.CompositeIcon
 
CompositeIcon(Icon, Icon) - Constructor for class com.redhat.thermostat.client.swing.components.CompositeIcon
 
CONFIG_LISTEN_ADDRESS - Static variable in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
 
ConfigurationServer - Interface in com.redhat.thermostat.agent.command
An agent-side service that allows starting and stopping the command-channel server.
connect() - Method in class com.redhat.thermostat.storage.core.Connection
Connects to storage.
connect() - Method in interface com.redhat.thermostat.storage.core.DbService
Connects to Storage and registers Storage instance which was used for the connection as a service.
connected - Variable in class com.redhat.thermostat.storage.core.Connection
 
Connection - Class in com.redhat.thermostat.storage.core
Storage delegates to this class for connecting to storage.
Connection() - Constructor for class com.redhat.thermostat.storage.core.Connection
 
Connection.ConnectionListener - Interface in com.redhat.thermostat.storage.core
 
Connection.ConnectionStatus - Enum in com.redhat.thermostat.storage.core
 
ConnectionException - Exception in com.redhat.thermostat.storage.core
 
ConnectionException() - Constructor for exception com.redhat.thermostat.storage.core.ConnectionException
 
ConnectionException(String) - Constructor for exception com.redhat.thermostat.storage.core.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception com.redhat.thermostat.storage.core.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception com.redhat.thermostat.storage.core.ConnectionException
 
connectToServer(String) - Method in interface com.redhat.thermostat.agent.ipc.client.ClientIPCService
Connect to a named IPC server, and obtain a channel that can be used to communicate with that server.
Console - Interface in com.redhat.thermostat.common.cli
 
Constants - Class in com.redhat.thermostat.common
A grab bag of constants.
Constants() - Constructor for class com.redhat.thermostat.common.Constants
 
consume() - Method in class com.redhat.thermostat.event.Event
 
consumed - Variable in class com.redhat.thermostat.event.Event
 
contains(String) - Static method in class com.redhat.thermostat.storage.core.Categories
 
containsKey(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
ContentPane - Class in com.redhat.thermostat.platform.swing.components
 
ContentPane() - Constructor for class com.redhat.thermostat.platform.swing.components.ContentPane
 
contentPane - Variable in class com.redhat.thermostat.platform.swing.SwingView
 
ContentProvider - Interface in com.redhat.thermostat.client.ui
 
ContextAction - Interface in com.redhat.thermostat.client.ui
Parent interface for all context-sensitive actions.
Controller - Class in com.redhat.thermostat.platform.mvc
Toplevel Controller class for Thermostat components.
Controller() - Constructor for class com.redhat.thermostat.platform.mvc.Controller
 
convertTo(Size.Unit) - Method in class com.redhat.thermostat.common.Size
 
copyStream(BufferedInputStream, BufferedOutputStream) - Static method in class com.redhat.thermostat.common.utils.StreamUtils
 
Countable - Interface in com.redhat.thermostat.storage.core
 
countersUpdated(VmUpdate) - Method in interface com.redhat.thermostat.backend.VmUpdateListener
This method is called when the performance counters are updated for the JVM this listener is attached to.
CPU_TIMES_SIZE - Static variable in interface com.redhat.thermostat.common.portability.PortableHost
 
cpuCountKey - Static variable in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
cpuModelKey - Static variable in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
create() - Method in class com.redhat.thermostat.platform.mvc.Controller
 
create() - Method in class com.redhat.thermostat.platform.mvc.Model
 
create() - Method in class com.redhat.thermostat.platform.mvc.View
 
create() - Method in class com.redhat.thermostat.platform.swing.SwingView
 
create() - Static method in class org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketTransportFactory
 
createAAGraphics(Graphics) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
createAdd(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
 
createAgentConfigs() - Static method in class com.redhat.thermostat.agent.config.AgentConfigsUtils
 
createAggregateQuery(AggregateQuery.AggregateFunction, Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
 
createBuilder(ProcDataSource, UserNameUtil) - Static method in class com.redhat.thermostat.common.portability.ProcessUserInfoBuilderFactory
 
createBuilder() - Static method in class com.redhat.thermostat.common.portability.ProcessUserInfoBuilderFactory
 
createContentPane() - Method in class com.redhat.thermostat.platform.swing.SwingView
 
createContext(Arguments) - Method in class com.redhat.thermostat.common.cli.CommandContextFactory
 
createController() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
 
createDataRefreshTimer(TimerFactory, Runnable) - Static method in class com.redhat.thermostat.common.Timers
Creates a timer suitable for fetching data to refresh GUI
createDbService(String, StorageCredentials, SSLConfiguration) - Method in class com.redhat.thermostat.storage.core.DbServiceFactory
Creates a new DbService instance which can be used to establish a connection with Storage.
createDefaultComposite(Icon, Paint) - Static method in class com.redhat.thermostat.client.swing.components.CompositeIcon
Creates a default composite icon suitable for highlight.
createFrame() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
Returns the frame used as main frame for the whole application.
createGroup() - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
 
createLocalizer() - Static method in enum com.redhat.thermostat.client.locale.LocaleResources
 
createLocalizer() - Static method in enum com.redhat.thermostat.common.cli.LocaleResources
 
createModel() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
 
createPaths() - Method in class com.redhat.thermostat.shared.config.DirectoryStructureCreator
 
createProxy(String, Class<? extends E>) - Method in interface com.redhat.thermostat.agent.utils.management.MXBeanConnection
 
createQuery(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
 
createRemove(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
 
createReplace(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
 
createSchemaInfo() - Method in interface com.redhat.thermostat.storage.core.SchemaInfoInserter
 
createServer(String, ThermostatIPCCallbacks) - Method in interface com.redhat.thermostat.agent.ipc.server.AgentIPCService
Creates an IPC server identified by the provided name, which can be connected to by IPC clients.
createServer(String, ThermostatIPCCallbacks, UserPrincipal) - Method in interface com.redhat.thermostat.agent.ipc.server.AgentIPCService
Creates an IPC server identified by the provided name, which can be connected to by IPC clients.
createServer(String, ThermostatIPCCallbacks) - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
 
createServer(String, ThermostatIPCCallbacks, UserPrincipal) - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
 
createStorage() - Method in interface com.redhat.thermostat.storage.core.StorageProvider
Creates a new Storage.
createTimer() - Method in class com.redhat.thermostat.common.ThreadPoolTimerFactory
 
createTimer() - Method in interface com.redhat.thermostat.common.TimerFactory
 
createTmpDir(Class<?>) - Static method in class org.jboss.byteman.thermostat.helper.Utils
Creates temporary directory for given class
createUpdate(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
 
createView() - Method in interface com.redhat.thermostat.client.core.views.AgentInformationViewProvider
 
createView() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigViewProvider
 
createView() - Method in interface com.redhat.thermostat.client.core.views.HostInformationViewProvider
 
createView() - Method in interface com.redhat.thermostat.client.core.views.IssueViewProvider
 
createView() - Method in interface com.redhat.thermostat.client.core.views.VersionAndInfoViewProvider
 
createView() - Method in interface com.redhat.thermostat.client.core.views.ViewProvider
 
createView() - Method in interface com.redhat.thermostat.client.core.views.VmInformationViewProvider
 
createView() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
 
createVmListener(String, String, int) - Method in class com.redhat.thermostat.backend.VmListenerBackend
Creates a new VmUpdateListener for the virtual machine specified by the pid.
Cursor<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
Allows traversing over objects obtained from Storage.
customize(PreparedStatement<T>) - Method in interface com.redhat.thermostat.storage.dao.DaoOperation
 
customize(PreparedStatement<T>) - Method in class com.redhat.thermostat.storage.dao.SimpleDaoQuery
 
customize(PreparedStatement<T>) - Method in class com.redhat.thermostat.storage.dao.SimpleDaoStatement
 
CutCopyPastePopup - Class in com.redhat.thermostat.client.swing.components
 
CutCopyPastePopup(JTextComponent) - Constructor for class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
CutCopyPastePopup() - Constructor for class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 

D

DAOException - Exception in com.redhat.thermostat.storage.dao
 
DAOException() - Constructor for exception com.redhat.thermostat.storage.dao.DAOException
 
DAOException(String) - Constructor for exception com.redhat.thermostat.storage.dao.DAOException
 
DAOException(Throwable) - Constructor for exception com.redhat.thermostat.storage.dao.DAOException
 
DAOException(String, Throwable) - Constructor for exception com.redhat.thermostat.storage.dao.DAOException
 
DaoOperation<T extends Pojo> - Interface in com.redhat.thermostat.storage.dao
 
DaoOperationResult<T extends Pojo> - Interface in com.redhat.thermostat.storage.dao
 
DaoQuery<T extends Pojo> - Interface in com.redhat.thermostat.storage.dao
 
DaoStatement<T extends Pojo> - Interface in com.redhat.thermostat.storage.dao
 
dataClassName - Variable in class com.redhat.thermostat.storage.core.Category
 
DataModifyingStatement<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
Marker interface for Statements which perform write operations on storage.
DB_URL_ARGUMENT - Static variable in interface com.redhat.thermostat.common.cli.Arguments
 
DbService - Interface in com.redhat.thermostat.storage.core
DbService provides API for handling database (i.e.
DbServiceFactory - Class in com.redhat.thermostat.storage.core
Factory for creating new DbService instances.
DbServiceFactory() - Constructor for class com.redhat.thermostat.storage.core.DbServiceFactory
 
deactivate() - Method in interface com.redhat.thermostat.backend.Backend
Deactivate the Backend.
deactivate() - Method in class com.redhat.thermostat.backend.VmListenerBackend
Deactivate the Backend.
deactivated() - Static method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
DebugBorder - Class in com.redhat.thermostat.client.swing.components
 
DebugBorder() - Constructor for class com.redhat.thermostat.client.swing.components.DebugBorder
 
DebugIcon - Class in com.redhat.thermostat.client.swing.components
A simple Icon useful for debugging applications.
DebugIcon() - Constructor for class com.redhat.thermostat.client.swing.components.DebugIcon
 
DebugIcon(int, int) - Constructor for class com.redhat.thermostat.client.swing.components.DebugIcon
 
debugLayout(Window) - Method in class com.redhat.thermostat.client.swing.LayoutDebugHelper
 
debugLayout(Component) - Method in class com.redhat.thermostat.client.swing.LayoutDebugHelper
 
debugLayout(Component[]) - Method in class com.redhat.thermostat.client.swing.LayoutDebugHelper
 
Decorator - Interface in com.redhat.thermostat.client.ui
The Decorator interface offers a subtle, yet powerful way to decorate visual clues in the UI.
DEFAULT_BATCH_SIZE - Static variable in interface com.redhat.thermostat.storage.core.Cursor
 
DEFAULT_COMPLETION_MODE - Static variable in class com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder
 
DEFAULT_DATE_FORMAT - Static variable in interface com.redhat.thermostat.common.Clock
 
DEFAULT_FILE_FILTER - Static variable in class com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder
 
DEFAULT_FPS - Static variable in class com.redhat.thermostat.animation.Animation
 
DEFAULT_STATUS_FAILURE - Static variable in interface com.redhat.thermostat.storage.core.DataModifyingStatement
Default failure status.
DEFAULT_STATUS_SUCCESS - Static variable in interface com.redhat.thermostat.storage.core.DataModifyingStatement
Default success status.
DefaultClip - Class in com.redhat.thermostat.animation
 
DefaultClip() - Constructor for class com.redhat.thermostat.animation.DefaultClip
 
DefaultHostsVMsLoader - Class in com.redhat.thermostat.storage.core
 
DefaultHostsVMsLoader(HostInfoDAO, VmInfoDAO, boolean) - Constructor for class com.redhat.thermostat.storage.core.DefaultHostsVMsLoader
 
DefaultTraversalListener - Class in com.redhat.thermostat.collections.graph
 
DefaultTraversalListener() - Constructor for class com.redhat.thermostat.collections.graph.DefaultTraversalListener
 
delegate - Variable in class com.redhat.thermostat.storage.core.QueuedStorage
 
dependenciesAvailable(MultipleServiceTracker.DependencyProvider) - Method in interface com.redhat.thermostat.common.MultipleServiceTracker.Action
 
dependenciesUnavailable() - Method in interface com.redhat.thermostat.common.MultipleServiceTracker.Action
 
DependencyAnalyzerCommand - Class in com.redhat.thermostat.tools.dependency
 
DependencyAnalyzerCommand() - Constructor for class com.redhat.thermostat.tools.dependency.DependencyAnalyzerCommand
 
DependencyProvider(Map<String, Object>) - Constructor for class com.redhat.thermostat.common.MultipleServiceTracker.DependencyProvider
 
dependencyServices - Variable in class com.redhat.thermostat.common.cli.AbstractCompleterService
 
dependencyServices - Variable in class com.redhat.thermostat.common.cli.AbstractCompletionFinder
 
DependencyServices - Class in com.redhat.thermostat.common.cli
Contains dependencies for a command.
DependencyServices() - Constructor for class com.redhat.thermostat.common.cli.DependencyServices
 
DepthFirstSearch - Class in com.redhat.thermostat.collections.graph
 
DepthFirstSearch(Graph) - Constructor for class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
deriveGraphicsAndFill(Color, Graphics) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
deriveGraphicsAndFill(Palette, Graphics) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
deriveWithAlpha(Color, int) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
deriveWithAlpha(Color, float) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
deriveWithAlpha(Palette, int) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
deriveWithAlpha(Palette, float) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
DESC_NEWEST_HOST_STAT - Static variable in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
 
DESC_NEWEST_VM_STAT - Static variable in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
 
DESC_OLDEST_HOST_STAT - Static variable in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
 
DESC_OLDEST_VM_STAT - Static variable in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
 
description - Variable in class com.redhat.thermostat.client.core.views.IssueView.IssueDescription
 
DescriptorConverter - Class in com.redhat.thermostat.common.utils
The JVM uses internal names for classes and fields (like "[I").
DescriptorConverter() - Constructor for class com.redhat.thermostat.common.utils.DescriptorConverter
 
DescriptorParsingException - Exception in com.redhat.thermostat.storage.core
 
DescriptorParsingException(String) - Constructor for exception com.redhat.thermostat.storage.core.DescriptorParsingException
 
destroy() - Method in class com.redhat.thermostat.platform.Application
Called at the beginning of the destroy phase on the Application Thread.
destroy() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplication
 
destroy() - Method in class com.redhat.thermostat.platform.mvc.Controller
 
destroy() - Method in class com.redhat.thermostat.platform.mvc.Model
 
destroy() - Method in class com.redhat.thermostat.platform.mvc.View
 
destroy() - Method in class com.redhat.thermostat.platform.swing.SwingView
 
destroyServer(String) - Method in interface com.redhat.thermostat.agent.ipc.server.AgentIPCService
Destroys an IPC server identified by the provided name.
destroyServer(String) - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
 
DFSPayload - Class in com.redhat.thermostat.collections.graph
 
DFSPayload() - Constructor for class com.redhat.thermostat.collections.graph.DFSPayload
 
diagnoseIssue(AgentId) - Method in interface com.redhat.thermostat.client.core.IssueDiagnoser
Diagnose all issues in the agent
diagnoseIssue(AgentId, VmId) - Method in interface com.redhat.thermostat.client.core.IssueDiagnoser
Diagnose all issues in the JVM
DirectoryContentsCompletionFinder - Class in com.redhat.thermostat.common.cli
A CompletionFinder which provides completions for paths within a specific directory.
DirectoryContentsCompletionFinder(File) - Constructor for class com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder
 
DirectoryContentsCompletionFinder.CompletionMode - Enum in com.redhat.thermostat.common.cli
 
DirectoryStructureCreator - Class in com.redhat.thermostat.shared.config
 
DirectoryStructureCreator(CommonPaths) - Constructor for class com.redhat.thermostat.shared.config.DirectoryStructureCreator
 
disabledSelectedIcon - Variable in class com.redhat.thermostat.client.swing.components.ActionToggleButtonUI
 
disableHostnameVerification() - Method in interface com.redhat.thermostat.shared.config.SSLConfiguration
 
disconnect() - Method in class com.redhat.thermostat.storage.core.Connection
Disconnects from storage.
disconnect() - Method in interface com.redhat.thermostat.storage.core.DbService
Disconnects from Storage.
discovered - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
DiscreteInterpolator - Class in com.redhat.thermostat.animation
 
DiscreteInterpolator() - Constructor for class com.redhat.thermostat.animation.DiscreteInterpolator
 
DiscreteTimeData<T> - Class in com.redhat.thermostat.storage.model
Represents a data associated with a discrete point in time
DiscreteTimeData(long, T) - Constructor for class com.redhat.thermostat.storage.model.DiscreteTimeData
 
dispatch(Runnable) - Method in interface com.redhat.thermostat.platform.event.EventQueueDispatcher
 
DistinctResult - Class in com.redhat.thermostat.storage.model
Model class for aggregated query results based on distinct values of a key.
DistinctResult() - Constructor for class com.redhat.thermostat.storage.model.DistinctResult
 
doLayout(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
Invoked inside Tree Lock on parent.
doLayout(Container) - Method in class com.redhat.thermostat.client.swing.components.VerticalLayout
 
doLayout(Container) - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphLayout
Invokes GraphLayout.doLayout(GraphContainer) if the GraphContainer underlying Graph is not zero-order, otherwise returns immediately (no actual layout is performed in this case).
doLayout(GraphContainer) - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphLayout
 
DoubleProperty - Class in com.redhat.thermostat.beans.property
 
DoubleProperty() - Constructor for class com.redhat.thermostat.beans.property.DoubleProperty
 
DoubleProperty(double) - Constructor for class com.redhat.thermostat.beans.property.DoubleProperty
 
DoubleProperty(double, String) - Constructor for class com.redhat.thermostat.beans.property.DoubleProperty
 
drawString(JComponent, Graphics2D, String, Color, int, int) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
drawStringWithShadow(JComponent, Graphics2D, String, Color, int, int) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
drawStringWithShadow(JComponent, Graphics2D, String, Color, Color, int, int) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
Duration - Class in com.redhat.thermostat.common
 
Duration(long, TimeUnit) - Constructor for class com.redhat.thermostat.common.Duration
 
durationProperty() - Method in class com.redhat.thermostat.animation.Animation
 
DynamicHostPlugin - Class in com.redhat.thermostat.compat.platform
 
DynamicHostPlugin() - Constructor for class com.redhat.thermostat.compat.platform.DynamicHostPlugin
 
DynamicVMPlugin - Class in com.redhat.thermostat.compat.platform
 
DynamicVMPlugin() - Constructor for class com.redhat.thermostat.compat.platform.DynamicVMPlugin
 

E

edit() - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
EdtHelper - Class in com.redhat.thermostat.client.swing
Allows operations to be performed consistently on the Swing EDT irrespective of whether the caller is running on the EDT or not.
EdtHelper() - Constructor for class com.redhat.thermostat.client.swing.EdtHelper
 
EmbeddedPlatform - Class in com.redhat.thermostat.platform
A special class that allows existing clients to start Platform services from within an already running command that does not implement the Platform Application protocol, effectively embedding the Platform inside.
EmbeddedPlatform(Platform) - Constructor for class com.redhat.thermostat.platform.EmbeddedPlatform
 
EmbeddedPlatformController - Class in com.redhat.thermostat.compat.platform
 
EmbeddedPlatformController() - Constructor for class com.redhat.thermostat.compat.platform.EmbeddedPlatformController
 
EmbeddedPlatformPlugin - Class in com.redhat.thermostat.compat.platform
 
EmbeddedPlatformPlugin() - Constructor for class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
 
EmbeddedPlatformSwingView - Class in com.redhat.thermostat.compat.platform
 
EmbeddedPlatformSwingView() - Constructor for class com.redhat.thermostat.compat.platform.EmbeddedPlatformSwingView
 
EMPTY_STRING - Static variable in class com.redhat.thermostat.shared.locale.LocalizedString
 
EmptyIcon - Class in com.redhat.thermostat.client.swing.components
A blank Icon.
EmptyIcon() - Constructor for class com.redhat.thermostat.client.swing.components.EmptyIcon
 
EmptyIcon(int, int) - Constructor for class com.redhat.thermostat.client.swing.components.EmptyIcon
 
enableForBackingStorage() - Method in interface com.redhat.thermostat.shared.config.SSLConfiguration
 
enableForCmdChannel() - Method in interface com.redhat.thermostat.shared.config.SSLConfiguration
 
Entity - Annotation Type in com.redhat.thermostat.storage.core
The presence of this annotation indicates that a class maybe serialized and stored into a Storage.
entryTimes - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
EnumProperty<T extends Enum<?>> - Class in com.redhat.thermostat.beans.property
 
EnumProperty() - Constructor for class com.redhat.thermostat.beans.property.EnumProperty
 
EnumProperty(T) - Constructor for class com.redhat.thermostat.beans.property.EnumProperty
 
EnumProperty(T, String) - Constructor for class com.redhat.thermostat.beans.property.EnumProperty
 
environmentKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
EOL - Static variable in class com.redhat.thermostat.shared.config.OS
 
equal(Request, Request) - Static method in class com.redhat.thermostat.common.command.Messages
Two requests, a and b, are considered equal if and only if they are, not-null, of the same type and all parameters (all keys and values) match.
equal(Response, Response) - Static method in class com.redhat.thermostat.common.command.Messages
Two responses are equal if and only if they are of the same type.
equals(Object) - Method in class com.redhat.thermostat.backend.BaseBackend
 
equals(Object) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
equals(Object) - Method in class com.redhat.thermostat.client.ui.IconDescriptor
 
equals(Object) - Method in class com.redhat.thermostat.collections.graph.Node
 
equals(Object) - Method in class com.redhat.thermostat.collections.graph.Relationship
 
equals(Object) - Method in class com.redhat.thermostat.common.ActionEvent
 
equals(Object) - Method in class com.redhat.thermostat.common.cli.CompletionInfo
 
equals(Object) - Method in class com.redhat.thermostat.common.Duration
 
equals(Object) - Method in class com.redhat.thermostat.common.model.Range
 
equals(Object) - Method in class com.redhat.thermostat.common.Pair
 
equals(Object) - Method in class com.redhat.thermostat.common.Size
 
equals(Object) - Method in class com.redhat.thermostat.launcher.BundleInformation
 
equals(Object) - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
 
equals(Object) - Method in class com.redhat.thermostat.storage.core.Category
 
equals(Object) - Method in class com.redhat.thermostat.storage.core.HostRef
 
equals(Object) - Method in class com.redhat.thermostat.storage.core.Id
 
equals(Object) - Method in class com.redhat.thermostat.storage.core.Key
 
equals(Object) - Method in class com.redhat.thermostat.storage.core.StatementDescriptor
 
equals(Object) - Method in class com.redhat.thermostat.storage.core.VmRef
 
equals(Object) - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
equals(Object) - Method in class com.redhat.thermostat.storage.model.AggregateCount
 
equals(Object) - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
equals(Object) - Method in class com.redhat.thermostat.storage.model.BasePojo
 
equals(Object) - Method in class com.redhat.thermostat.storage.model.IntervalTimeData
 
equals(Object) - Method in class com.redhat.thermostat.storage.model.SchemaInformation
 
equals(Object) - Method in class com.redhat.thermostat.storage.query.LiteralExpression
 
equals(Object) - Method in class com.redhat.thermostat.storage.query.LiteralSetExpression
 
equalTo(Key<T>, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinaryComparisonExpression comparing the provided key and value for equality.
escapeQuotes(String) - Static method in class org.jboss.byteman.thermostat.helper.Utils
Escapes all quotes with "\" in specified string
Event - Class in com.redhat.thermostat.event
 
Event(Object) - Constructor for class com.redhat.thermostat.event.Event
 
EventDispatcher - Class in com.redhat.thermostat.event
 
EventDispatcher() - Constructor for class com.redhat.thermostat.event.EventDispatcher
 
EventHandler<T extends Event> - Interface in com.redhat.thermostat.event
 
EventNotifier<T extends Event> - Class in com.redhat.thermostat.event
Simple event notifier class that dispatches event on the main UI thread or on a specific dispatcher if one is provided.
EventNotifier() - Constructor for class com.redhat.thermostat.event.EventNotifier
 
EventNotifier(EventQueueDispatcher) - Constructor for class com.redhat.thermostat.event.EventNotifier
 
eventNotifierProperty() - Method in class com.redhat.thermostat.animation.Animation
 
EventQueue - Class in com.redhat.thermostat.platform.event
A simple Event Queue implementation that queues runnable for execution in a single thread.
EventQueue(String) - Constructor for class com.redhat.thermostat.platform.event.EventQueue
 
EventQueue(String, EventQueueDispatcher) - Constructor for class com.redhat.thermostat.platform.event.EventQueue
 
EventQueueDispatcher - Interface in com.redhat.thermostat.platform.event
Dispatcher interface for the EventQueue.
execute() - Method in interface com.redhat.thermostat.client.ui.MenuAction
Invoked when the user selects this menu item
execute(Ref) - Method in interface com.redhat.thermostat.client.ui.ReferenceContextAction
Invoked when the user selects this ReferenceAction.
execute() - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
Executes a predefined DataModifyingStatement.
execute() - Method in interface com.redhat.thermostat.storage.core.Query
 
execute(PreparedStatement<T>) - Method in class com.redhat.thermostat.storage.dao.AbstractDaoQuery
 
execute(PreparedStatement<T>) - Method in class com.redhat.thermostat.storage.dao.AbstractDaoStatement
 
execute(PreparedStatement<T>) - Method in interface com.redhat.thermostat.storage.dao.DaoQuery
 
execute(PreparedStatement<T>) - Method in interface com.redhat.thermostat.storage.dao.DaoStatement
 
executeQuery() - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
Executes a predefined Query.
executeQuery(DaoOperation<T>) - Method in class com.redhat.thermostat.storage.dao.AbstractDao
 
executeStatement(DaoStatement<T>) - Method in class com.redhat.thermostat.storage.dao.AbstractDao
 
executor - Variable in class com.redhat.thermostat.storage.core.QueuedStorage
 
exists(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
exists(int) - Method in class com.redhat.thermostat.common.portability.ProcessChecker
 
EXIT_ERROR - Static variable in interface com.redhat.thermostat.common.ExitStatus
JVM exit status indicating a generic error.
EXIT_SUCCESS - Static variable in interface com.redhat.thermostat.common.ExitStatus
JVM exit status indicating successful termination.
ExitStatus - Interface in com.redhat.thermostat.common
Service which can be used for certain commands to set the exit status on JVM termination.
exitTimes - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
Expression - Interface in com.redhat.thermostat.storage.query
Base interface for all expressions used in storage queries.
ExpressionFactory - Class in com.redhat.thermostat.storage.query
This class provides convenience methods that should be used to create all expressions used in queries.
ExpressionFactory() - Constructor for class com.redhat.thermostat.storage.query.ExpressionFactory
 
Extension - Annotation Type in com.redhat.thermostat.platform.annotations
 
ExtensionPoint - Annotation Type in com.redhat.thermostat.annotations
Indicates a point where the functionality can be extended by a plugin.
ExtensionPoint - Annotation Type in com.redhat.thermostat.platform.annotations
 

F

fileExecutor - Variable in class com.redhat.thermostat.storage.core.QueuedStorage
 
FileNameArgument - Class in com.redhat.thermostat.client.cli
 
FileNameTabCompleter - Interface in com.redhat.thermostat.common.cli
A stub interface for marking a TabCompleter which specifically provides file name completions.
FileStorageCredentials - Class in com.redhat.thermostat.storage.config
 
FileStorageCredentials(File) - Constructor for class com.redhat.thermostat.storage.config.FileStorageCredentials
 
Filter<T> - Class in com.redhat.thermostat.common
A Filter decides if some information matches what this filter is designed to work with.
Filter() - Constructor for class com.redhat.thermostat.common.Filter
 
Filter.FilterEvent - Enum in com.redhat.thermostat.common
 
findCompletions() - Method in interface com.redhat.thermostat.common.cli.CompletionFinder
 
findCompletions() - Method in class com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder
 
fireAction(T) - Method in class com.redhat.thermostat.common.ActionNotifier
 
fireAction(T, Object) - Method in class com.redhat.thermostat.common.ActionNotifier
 
fireChanged(Connection.ConnectionStatus) - Method in class com.redhat.thermostat.storage.core.Connection
Notifies all registered listeners of this ConnectionStatus event.
fireComplete(Request, Response) - Method in interface com.redhat.thermostat.common.command.RequestResponseListener
 
fireEvent(T) - Method in class com.redhat.thermostat.event.EventNotifier
 
fireModelCleared() - Method in class com.redhat.thermostat.ui.swing.model.Model
 
fireModelUpdate(T) - Method in class com.redhat.thermostat.ui.swing.model.Model
 
firePropertyChangeEvent() - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
fireSeriesChanged() - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
flush() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
flush() - Method in class com.redhat.thermostat.common.config.ClientPreferences
 
FontAwesomeIcon - Class in com.redhat.thermostat.client.swing.components
Creates an Icon from a given FontAwesome unicode identifier.
FontAwesomeIcon(char, int) - Constructor for class com.redhat.thermostat.client.swing.components.FontAwesomeIcon
Creates a new FontAwesomeIcon painted in Color.BLACK.
FontAwesomeIcon(char, int, Paint) - Constructor for class com.redhat.thermostat.client.swing.components.FontAwesomeIcon
Creates a new FontAwesomeIcon painted in the given Paint.
format(List<ValidationIssue>) - Method in class com.redhat.thermostat.plugin.validator.ValidationErrorsFormatter
 
format(LogRecord) - Method in class com.redhat.thermostat.shared.config.LogFormatter
 
FrameworkOptions - Enum in com.redhat.thermostat.launcher
 

G

GaussianBlur - Class in com.redhat.thermostat.client.swing.components
Apply Gaussian Blur on images.
GaussianBlur() - Constructor for class com.redhat.thermostat.client.swing.components.GaussianBlur
 
generateToken(String) - Method in class com.redhat.thermostat.storage.core.SecureQueuedStorage
 
generateToken(String) - Method in interface com.redhat.thermostat.storage.core.SecureStorage
Generates a token in the storage that can be used to authenticate cmd channel requests.
GENERIC_SERVICE_CLASSNAME - Static variable in class com.redhat.thermostat.common.Constants
 
get() - Method in interface com.redhat.thermostat.agent.ipc.server.IPCMessage
Retrieves the contents of this message as a series of bytes.
get() - Method in interface com.redhat.thermostat.agent.utils.management.MXBeanConnection
 
get() - Method in class com.redhat.thermostat.beans.property.BooleanProperty
 
get() - Method in class com.redhat.thermostat.beans.property.DoubleProperty
 
get() - Method in class com.redhat.thermostat.beans.property.EnumProperty
 
get() - Method in class com.redhat.thermostat.beans.property.IntegerProperty
 
get() - Method in class com.redhat.thermostat.beans.property.LongProperty
 
get() - Method in class com.redhat.thermostat.beans.property.ObjectProperty
 
get() - Method in class com.redhat.thermostat.beans.property.StringProperty
 
get(Class<T>) - Method in class com.redhat.thermostat.common.MultipleServiceTracker.DependencyProvider
 
get() - Method in class com.redhat.thermostat.storage.core.Id
 
get(int) - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoCorrelator.Correlation
 
getAbsoluteLibraryPath(String) - Static method in class com.redhat.thermostat.shared.config.NativeLibraryResolver
Gets the absolute path of a native library.
getActionId() - Method in class com.redhat.thermostat.common.ActionEvent
 
getActualCompletion() - Method in class com.redhat.thermostat.common.cli.CompletionInfo
Provides the String completion when there is only one tab-completion match.
getAdapted(Class<S>) - Method in class com.redhat.thermostat.storage.core.CategoryAdapter
 
getAgentId() - Method in class com.redhat.thermostat.client.cli.AgentArgument
 
getAgentId() - Method in class com.redhat.thermostat.client.core.AgentIssue
 
getAgentId() - Method in class com.redhat.thermostat.client.core.VmIssue
 
getAgentId() - Method in class com.redhat.thermostat.storage.core.HostRef
 
getAgentId() - Method in class com.redhat.thermostat.storage.model.BasePojo
 
getAgentIds() - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
 
getAgentInfo(String) - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayModel
 
getAgentInformation(HostRef) - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
Deprecated.
getAgentInformation(AgentId) - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
Get information about a specific agent.
getAgents() - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayModel
 
getAggregateFunction() - Method in class com.redhat.thermostat.storage.core.AggregateQuery
 
getAggregateKey() - Method in class com.redhat.thermostat.storage.core.AggregateQuery
 
getAliveAgentIds() - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
 
getAliveAgents() - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
Get information about all alive agents.
getAliveHosts() - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
Deprecated.
getAllAgentInformation() - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
Get information about all known agents.
getAllCategories() - Static method in class com.redhat.thermostat.storage.core.Categories
 
getAllErrors() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
 
getAllHostInfos() - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
getAllVmInfos() - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
getAllVmInfosForAgent(AgentId) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
getAnchorSelectionIndex() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
getApplication() - Method in class com.redhat.thermostat.application.gui.ThermostatGUIApplicationProvider
 
getApplication() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplicationProvider
 
getApplication() - Method in interface com.redhat.thermostat.platform.ApplicationProvider
 
getApplicationCache() - Method in interface com.redhat.thermostat.common.ApplicationService
 
getApplicationExecutor() - Method in interface com.redhat.thermostat.common.ApplicationService
 
getAppService() - Method in interface com.redhat.thermostat.platform.Platform
 
getArgument(String) - Method in interface com.redhat.thermostat.common.cli.Arguments
 
getArgument(String) - Method in class com.redhat.thermostat.common.cli.SimpleArguments
 
getArguments() - Method in interface com.redhat.thermostat.common.cli.CommandContext
 
getArguments() - Method in class com.redhat.thermostat.common.cli.CommandContextImpl
 
getAttribute(Object) - Method in class com.redhat.thermostat.common.ApplicationCache
 
getBackendInformation(HostRef) - Method in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
getBackendInformation(AgentId) - Method in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
getBackends(String) - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayModel
 
getBatchSize() - Method in class com.redhat.thermostat.storage.core.BasicBatchCursor
 
getBatchSize() - Method in interface com.redhat.thermostat.storage.core.Cursor
 
getBestUnit(long) - Static method in enum com.redhat.thermostat.common.Size.Unit
 
getBoolean(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getBoolean(String, boolean) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getBorderInsets(Component) - Method in class com.redhat.thermostat.client.swing.components.DebugBorder
 
getBorderInsets(Component, Insets) - Method in class com.redhat.thermostat.client.swing.components.DebugBorder
 
getBuffers() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
 
getBugReportsAddress() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getByName(String) - Static method in class com.redhat.thermostat.storage.core.Categories
 
getCached() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
 
getCategory() - Method in class com.redhat.thermostat.storage.core.StatementDescriptor
 
getCategoryName() - Method in class com.redhat.thermostat.storage.model.SchemaInformation
 
getCategoryNames() - Method in interface com.redhat.thermostat.storage.core.auth.CategoryRegistration
 
getCharactersRead() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
 
getCharactersWritten() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
 
getChartPanel() - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
 
getChartRenderingInfo() - Method in class com.redhat.thermostat.client.swing.components.ChartPanel
 
getClickOutCloseListener(Component) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
Provides a MouseListener intended for use in GlassPanes.
getClientContext(SSLConfiguration) - Static method in class com.redhat.thermostat.common.ssl.SSLContextFactory
 
getClientToken() - Method in class com.redhat.thermostat.storage.core.AuthToken
 
getClockTicksPerSecond() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getClockTicksPerSecond() - Static method in class com.redhat.thermostat.common.portability.SysConf
 
getColor(int) - Static method in class com.redhat.thermostat.client.ui.ChartColors
 
getColor() - Method in enum com.redhat.thermostat.client.ui.Palette
 
getColumnNumber() - Method in interface com.redhat.thermostat.plugin.validator.ValidationIssue
 
getCommandContextFactory() - Method in interface com.redhat.thermostat.common.cli.CommandContext
 
getCommandContextFactory() - Method in class com.redhat.thermostat.common.cli.CommandContextImpl
 
getCommandName() - Method in exception com.redhat.thermostat.common.tools.ProcessStartException
 
getCommandRegistry() - Method in interface com.redhat.thermostat.common.cli.CommandContext
 
getCommandRegistry() - Method in class com.redhat.thermostat.common.cli.CommandContextFactory
 
getCommandRegistry() - Method in class com.redhat.thermostat.common.cli.CommandContextImpl
 
getCommands() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterCommand
The set of command names for which tab completions are provided.
getCommands() - Method in interface com.redhat.thermostat.common.cli.CompleterService
The set of command names for which this service provides completions.
getCommitLimit() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
 
getCommonPaths() - Method in class com.redhat.thermostat.launcher.BundleManager
 
getCompletionWithUserVisibleText() - Method in class com.redhat.thermostat.common.cli.CompletionInfo
Provides the String displayed to the user when tab-completion returns more than one possible result.
getComponentBGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the default background colour for UI components.
getComponentFGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the foreground colour for components.
getComponentSecondaryFGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the suggested foreground colour for components that want to differentiate their text from other components.
getConfigListenAddress() - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
 
getConfigListenAddress() - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
getConfigPublishAddress() - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
 
getConfiguration() - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
getConfigurationFile() - Method in interface com.redhat.thermostat.agent.ipc.server.AgentIPCService
Returns the configuration file used by this IPC service.
getConnection() - Method in class com.redhat.thermostat.storage.core.QueuedStorage
 
getConnection() - Method in interface com.redhat.thermostat.storage.core.Storage
Returns the Connection object that may be used to manage connections to this Storage.
getConnectionUrl() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
getConnectionUrl() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
getConnectionUrl() - Method in class com.redhat.thermostat.common.config.ClientPreferences
 
getConnectionUrl() - Method in interface com.redhat.thermostat.storage.core.DbService
 
getConsole() - Method in interface com.redhat.thermostat.common.cli.CommandContext
 
getConsole() - Method in class com.redhat.thermostat.common.cli.CommandContextFactory
 
getConsole() - Method in class com.redhat.thermostat.common.cli.CommandContextImpl
 
getContents() - Method in class com.redhat.thermostat.shared.locale.LocalizedString
 
getContextMenu() - Method in class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
 
getContextMenu() - Method in class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
getContextMenu() - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextArea
 
getContextMenu() - Method in interface com.redhat.thermostat.client.swing.components.ThermostatTextComponent
 
getContextMenu() - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextField
 
getController() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
 
getController() - Method in interface com.redhat.thermostat.platform.mvc.MVCProvider
 
getController() - Method in class com.redhat.thermostat.platform.swing.SwingWorkbench
 
getCopyOnlyMenu() - Static method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
getCopyright() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getCount() - Method in interface com.redhat.thermostat.storage.core.Countable
 
getCount(Storage, Category<AggregateCount>, String) - Method in class com.redhat.thermostat.storage.dao.BaseCountable
Performs an aggregate count query as described by the given descriptor.
getCount() - Method in class com.redhat.thermostat.storage.model.AggregateCount
 
getCPUCount() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getCpuCount() - Method in class com.redhat.thermostat.storage.model.HostInfo
 
getCpuInfoReader() - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
Returns a reader for /proc/cpuinfo
getCpuLoadReader() - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
Returns a reader for /proc/loadavg
getCPUModel() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getCpuModel() - Method in class com.redhat.thermostat.storage.model.HostInfo
 
getCPUUsagePercent() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getCPUUsageTicks() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getCurrentProcessPid() - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
getCursor() - Method in class com.redhat.thermostat.storage.model.AggregateCount
 
getCursor() - Method in class com.redhat.thermostat.storage.model.DistinctResult
 
getData() - Method in class com.redhat.thermostat.client.ui.IconDescriptor
 
getData() - Method in class com.redhat.thermostat.storage.model.DiscreteTimeData
 
getData() - Method in class com.redhat.thermostat.storage.model.IntervalTimeData
 
getData() - Method in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
 
getData() - Method in class com.redhat.thermostat.ui.swing.model.Model
 
getData() - Method in class org.jboss.byteman.thermostat.helper.BytemanMetric
Data accessor
getDataClass() - Method in class com.redhat.thermostat.storage.core.Category
 
getDBConnectionString() - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
 
getDBConnectionString() - Method in interface com.redhat.thermostat.storage.config.StartupConfiguration
 
getDecorationIconColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the suggested color for icons decorations to be used in Thermostat views and components.
getDefaultFont() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the default font used by Thermostat.
getDescription() - Method in class com.redhat.thermostat.application.gui.ThermostatGUI
 
getDescription() - Method in interface com.redhat.thermostat.backend.Backend
 
getDescription() - Method in class com.redhat.thermostat.backend.BaseBackend
 
getDescription() - Method in class com.redhat.thermostat.client.core.AgentIssue
 
getDescription() - Method in interface com.redhat.thermostat.client.core.Issue
 
getDescription() - Method in class com.redhat.thermostat.client.core.VmIssue
 
getDescription() - Method in interface com.redhat.thermostat.client.ui.ContextAction
A user-visible description for this action
getDescription() - Method in interface com.redhat.thermostat.client.ui.MenuAction
A user-visible description of what this MenuAction does.
getDescription() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getDescription() - Method in class com.redhat.thermostat.common.cli.CliCommandOption
 
getDescription() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformController
 
getDescription() - Method in enum com.redhat.thermostat.launcher.FrameworkOptions
 
getDescription() - Method in enum com.redhat.thermostat.launcher.GlobalOptions
 
getDescription() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplicationID
 
getDescription() - Method in class com.redhat.thermostat.platform.ApplicationID
 
getDescription() - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
getDescriptor() - Method in class com.redhat.thermostat.storage.core.StatementDescriptor
Describes this statement for preparation.
getDimension() - Method in class com.redhat.thermostat.client.swing.components.Icon
Returns a Dimension object with this Icon width and height.
getDirection() - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
 
getDisabledMenu() - Static method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
getDiscovered() - Method in class com.redhat.thermostat.collections.graph.BFSPayload
 
getDiscovered() - Method in class com.redhat.thermostat.collections.graph.TopologicalSort
 
getDouble(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getDouble(String, double) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getEffectiveLogLevel(Logger) - Static method in class com.redhat.thermostat.common.utils.LoggingUtils
 
getEmail() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getEmptyResultCursor() - Static method in class com.redhat.thermostat.storage.dao.AbstractDao
 
getEndTimeInMillis() - Method in class com.redhat.thermostat.storage.model.IntervalTimeData
 
getEndX(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getEndXValue(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getEndY(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getEndYValue(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getEntryTimes() - Method in class com.redhat.thermostat.collections.graph.DFSPayload
 
getEnvironment(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
getEnvironment() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getEnvironmentAsArray() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getEnvironReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
Returns a reader for /proc/$PID/environ
getError() - Method in interface com.redhat.thermostat.common.cli.Console
 
getErrors() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
Each validation issue corresponds to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation.
getExceptions() - Method in class com.redhat.thermostat.storage.dao.AbstractDaoOperationResult
 
getExceptions() - Method in interface com.redhat.thermostat.storage.dao.DaoOperationResult
 
getExitStatus() - Method in interface com.redhat.thermostat.common.ExitStatus
Get the currently set exit status.
getExitTimes() - Method in class com.redhat.thermostat.collections.graph.DFSPayload
 
getFailedDescriptor() - Method in exception com.redhat.thermostat.storage.core.IllegalDescriptorException
 
getFatals() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
Each validation issue corresponds to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation.
getFileName() - Method in class com.redhat.thermostat.client.cli.FileNameArgument
 
getFilter() - Method in interface com.redhat.thermostat.client.core.InformationService
Deprecated.
Returns a Filter that is used to determine if this information source can provide information for a given target.
getFilter() - Method in interface com.redhat.thermostat.client.ui.ReferenceContextAction
The Filter returned by this method is used to select what Ref this ReferenceAction is applicable to.
getFilter() - Method in class com.redhat.thermostat.compat.platform.DynamicHostPlugin
 
getFilter() - Method in class com.redhat.thermostat.compat.platform.DynamicVMPlugin
 
getFirst() - Method in class com.redhat.thermostat.common.Pair
 
getFloat(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getFloat(String, float) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getFontMetrics(JComponent, Font) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
getFrame() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
 
getFree() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
 
getFrom() - Method in class com.redhat.thermostat.collections.graph.Relationship
 
getHeader() - Method in class com.redhat.thermostat.client.swing.components.HeaderPanel
 
getHeaders(TimeStampedPojo) - Method in interface com.redhat.thermostat.client.cli.VMStatPrintDelegate
Returns header names for columns this plug-in wishes to add to the vm-stat command.
getHost() - Method in class com.redhat.thermostat.common.utils.HostPortPair
 
getHostInfo(HostRef) - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
Deprecated.
getHostInfo(AgentId) - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
getHostName() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getHostName() - Method in class com.redhat.thermostat.storage.core.HostRef
 
getHostname() - Method in class com.redhat.thermostat.storage.model.HostInfo
 
getHostRef() - Method in class com.redhat.thermostat.storage.core.VmRef
 
getHosts() - Method in class com.redhat.thermostat.storage.core.DefaultHostsVMsLoader
 
getHosts() - Method in interface com.redhat.thermostat.storage.core.HostsVMsLoader
 
getHosts() - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
Deprecated.
getHosts(Filter<HostRef>) - Method in interface com.redhat.thermostat.storage.monitor.NetworkMonitor
Returns all the HostRef tracked matching the given Filter.
getHostsPorts() - Method in class com.redhat.thermostat.common.utils.HostPortsParser
 
getIcon() - Method in class com.redhat.thermostat.client.swing.IconResource
 
getIcon(PlatformIcon, Ref) - Method in interface com.redhat.thermostat.client.ui.ReferenceFieldIconDecorator
The passed PlatformIcon my be null, indicating no plugin has set the icon.
getIconColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the suggested color for icons to be used in Thermostat views and components.
getIconDecorationSize() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the suggested size for the icon decorations, where applicable.
getIconHeight() - Method in class com.redhat.thermostat.client.swing.components.EmptyIcon
 
getIconHeight() - Method in class com.redhat.thermostat.client.swing.components.FontAwesomeIcon
 
getIconSize() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the suggested size for icons to be used in Thermostat views and components.
getIconWidth() - Method in class com.redhat.thermostat.client.swing.components.EmptyIcon
 
getIconWidth() - Method in class com.redhat.thermostat.client.swing.components.FontAwesomeIcon
 
getId() - Method in class com.redhat.thermostat.agent.Agent
 
getImage() - Method in class com.redhat.thermostat.client.swing.components.FontAwesomeIcon
 
getImage() - Method in class com.redhat.thermostat.client.swing.components.Icon
 
getIndexedKeys() - Method in class com.redhat.thermostat.storage.core.Category
 
getInformationServiceController(T) - Method in interface com.redhat.thermostat.client.core.InformationService
Deprecated.
Returns the controller for this plugin's UI.
getInput() - Method in interface com.redhat.thermostat.common.cli.Console
 
getInstance() - Static method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
getInstance(CommonPaths, Class<?>) - Static method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getInstance() - Static method in class com.redhat.thermostat.common.portability.PortableHostFactory
 
getInstance() - Static method in class com.redhat.thermostat.common.portability.PortableProcessFactory
 
getInstance(BackingStorage, StatementDescriptor<T>) - Static method in class com.redhat.thermostat.storage.core.PreparedStatementFactory
 
getInt(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getInt(String, int) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getInterfaceName() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
getIoReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
Returns a reader for /proc/$PID/io
getIp4Addr() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
getIp6Addr() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
getIPCService(File) - Static method in class com.redhat.thermostat.agent.ipc.client.ClientIPCServiceFactory
Obtain a ClientIPCService object, which is necessary to communicate with IPC servers.
getItemCount(int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getJavaCommandLine() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getJavaHome() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getJavaVersion() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getKernelTime() - Method in class com.redhat.thermostat.common.portability.PortableProcessStat
 
getKey() - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
 
getKey(String) - Method in class com.redhat.thermostat.storage.core.Category
 
getKey() - Method in class com.redhat.thermostat.storage.model.DistinctResult
 
getKey() - Method in class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
 
getKeys() - Method in class com.redhat.thermostat.storage.core.Category
 
getKeystoreFile() - Method in interface com.redhat.thermostat.shared.config.SSLConfiguration
 
getKeyStorePassword() - Method in interface com.redhat.thermostat.shared.config.SSLConfiguration
 
getLabel(String, Ref) - Method in interface com.redhat.thermostat.client.ui.ReferenceFieldLabelDecorator
The passed label my be null, indicating no plugin has set the label so far.
getLatest(HostRef, long) - Method in class com.redhat.thermostat.storage.core.HostLatestPojoListGetter
getLatest(AgentId, long) - Method in class com.redhat.thermostat.storage.core.HostLatestPojoListGetter
 
getLatest(HostRef, long, long) - Method in class com.redhat.thermostat.storage.core.HostTimeIntervalPojoListGetter
getLatest(AgentId, long, long) - Method in class com.redhat.thermostat.storage.core.HostTimeIntervalPojoListGetter
 
getLatest(VmRef, long) - Method in class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
getLatest(AgentId, VmId, long) - Method in class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
 
getLatest(VmRef, long, long) - Method in class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
getLatest(AgentId, VmId, long, long) - Method in class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
 
getLatestStats(VmRef, long) - Method in interface com.redhat.thermostat.client.cli.VMStatPrintDelegate
getLatestStats(AgentId, VmId, long) - Method in interface com.redhat.thermostat.client.cli.VMStatPrintDelegate
Returns statistics gathered by this plug-in newer than the specified time stamp.
getLayoutAlignmentX(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
getLayoutAlignmentY(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
getLeadSelectionIndex() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
getLevel() - Method in enum com.redhat.thermostat.common.utils.LoggingUtils.LogLevel
 
getLicenseSummary() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getLimit() - Method in class com.redhat.thermostat.storage.core.AbstractQuery
 
getLineNumber() - Method in interface com.redhat.thermostat.plugin.validator.ValidationIssue
 
getLinuxClockTicksPerSecond() - Static method in class com.redhat.thermostat.common.portability.SysConf
 
getListeners() - Method in class com.redhat.thermostat.common.command.Request
 
getLoadedNativeLibraries() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getLocalHostName() - Static method in class com.redhat.thermostat.common.portability.HostName
 
getLocalizedName() - Method in interface com.redhat.thermostat.client.core.controllers.InformationServiceController
Deprecated.
 
getLocalizedName() - Method in interface com.redhat.thermostat.client.core.views.UIPluginInfo
 
getLogger(Class<?>) - Static method in class com.redhat.thermostat.common.utils.LoggingUtils
Returns an appropriate logger to be used by class klass.
getLogger() - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
 
getLogger() - Method in class com.redhat.thermostat.storage.core.HostLatestPojoListGetter
 
getLogger() - Method in class com.redhat.thermostat.storage.core.HostTimeIntervalPojoListGetter
 
getLogger() - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
 
getLogger() - Method in class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
 
getLogger() - Method in class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
 
getLogger() - Method in class com.redhat.thermostat.storage.dao.AbstractDao
 
getLogger() - Method in class com.redhat.thermostat.storage.dao.BaseCountable
 
getLong(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getLong(String, long) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getLongOpt() - Method in class com.redhat.thermostat.common.cli.CliCommandOption
 
getLostCount() - Method in class org.jboss.byteman.thermostat.helper.Transport
Getter for number of lost records
getMainClass() - Method in class com.redhat.thermostat.storage.model.VmInfo
If java is invoked as java -jar foo.jar, then the main class name is foo.jar.
getMajor() - Method in class com.redhat.thermostat.common.Version
 
getMarker() - Method in class org.jboss.byteman.thermostat.helper.BytemanMetric
Marker accessor
getMavenVersion() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getMax() - Method in class com.redhat.thermostat.common.model.Range
 
getMaxDepth() - Method in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
 
getMaxNormalized() - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
 
getMaxSelectionIndex() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
getMemInfoReader() - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
Returns a reader for /proc/meminfo
getMemoryStat() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getMenuItem() - Method in class com.redhat.thermostat.client.swing.MenuHelper.SortedMenuItem
 
getMenuState(String) - Method in class com.redhat.thermostat.client.swing.MenuStates
Retrieve the enabled/disabled state of the specified menu item.
getMessage() - Method in interface com.redhat.thermostat.plugin.validator.ValidationIssue
 
getMicro() - Method in class com.redhat.thermostat.common.Version
 
getMin() - Method in class com.redhat.thermostat.common.model.Range
 
getMinNormalized() - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
 
getMinor() - Method in class com.redhat.thermostat.common.Version
 
getMinSelectionIndex() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
getModel() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
 
getModel() - Method in interface com.redhat.thermostat.platform.mvc.MVCProvider
 
getModel() - Method in class com.redhat.thermostat.platform.swing.SwingWorkbench
 
getModel() - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
getMonotonicTimeNanos() - Method in interface com.redhat.thermostat.common.Clock
Returns a time value corresponding to a monotonic clock measuring time in nanoseconds since some unspecified epoch.
getMonotonicTimeNanos() - Method in class com.redhat.thermostat.common.SystemClock
 
getName() - Method in interface com.redhat.thermostat.backend.Backend
 
getName() - Method in class com.redhat.thermostat.backend.BaseBackend
 
getName() - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
getName() - Method in interface com.redhat.thermostat.beans.property.NamedProperty
 
getName() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
getName() - Method in interface com.redhat.thermostat.client.ui.ContextAction
A user-visible name for this action
getName() - Method in interface com.redhat.thermostat.client.ui.MenuAction
The user-visible text displayed as the menu item.
getName() - Method in class com.redhat.thermostat.collections.graph.Node
 
getName() - Method in class com.redhat.thermostat.collections.graph.Relationship
 
getName() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getName(T) - Method in class com.redhat.thermostat.common.OrderedComparator
 
getName() - Method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter.MethodDeclaration
 
getName() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformController
 
getName() - Method in class com.redhat.thermostat.launcher.BundleInformation
 
getName() - Method in class com.redhat.thermostat.storage.core.Category
 
getName() - Method in class com.redhat.thermostat.storage.core.HostRef
 
getName() - Method in class com.redhat.thermostat.storage.core.Key
 
getName() - Method in interface com.redhat.thermostat.storage.core.Ref
 
getName() - Method in class com.redhat.thermostat.storage.core.VmRef
 
getName() - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
getName() - Method in class com.redhat.thermostat.ui.swing.model.Trace
 
getName() - Method in class com.redhat.thermostat.ui.swing.model.TraceElement
 
getNetworkInterfaces(HostRef) - Method in interface com.redhat.thermostat.storage.dao.NetworkInterfaceInfoDAO
 
getNewestStat(HostRef) - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
getNewestStat(AgentId) - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
 
getNewestStat(VmRef) - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
getNewestStat(VmId, AgentId) - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
 
getNonOptionArguments() - Method in interface com.redhat.thermostat.common.cli.Arguments
 
getNonOptionArguments() - Method in class com.redhat.thermostat.common.cli.SimpleArguments
 
getNotifier() - Method in class com.redhat.thermostat.common.cli.AbstractStateNotifyingCommand
 
getNumaMapsReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
Returns a reader for /proc/$PID/numa_maps
getNumChildren() - Method in class com.redhat.thermostat.client.core.views.HostInformationView
 
getNumChildren() - Method in class com.redhat.thermostat.client.core.views.VmInformationView
 
getNumChildren() - Method in class com.redhat.thermostat.client.ui.VmInformationController
 
getNumParams() - Method in interface com.redhat.thermostat.storage.core.ParsedStatement
 
getObserveNewJvm() - Method in interface com.redhat.thermostat.backend.Backend
Indicate whether this backend will attach to new java processes.
getObserveNewJvm() - Method in class com.redhat.thermostat.backend.BaseBackend
 
getOld() - Method in class com.redhat.thermostat.client.swing.ReferenceSelectionChangedEvent
 
getOldestStat(HostRef) - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
getOldestStat(AgentId) - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
 
getOldestStat(VmRef) - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
getOldestStat(VmId, AgentId) - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
 
getOpt() - Method in class com.redhat.thermostat.common.cli.CliCommandOption
 
getOptionCompleters() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterCommand
 
getOptionCompleters() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterService
 
getOptionCompleters() - Method in interface com.redhat.thermostat.common.cli.CompleterService
Provides the mapping of options to corresponding completers.
getOptString() - Method in enum com.redhat.thermostat.launcher.FrameworkOptions
 
getOptString() - Method in enum com.redhat.thermostat.launcher.GlobalOptions
 
getOrdered() - Method in class com.redhat.thermostat.collections.graph.TopologicalSort
 
getOrderValue() - Method in interface com.redhat.thermostat.common.Ordered
Defines a value to be used for assigning an order to services.
getOrderValue() - Method in class com.redhat.thermostat.compat.platform.DynamicHostPlugin
 
getOrderValue() - Method in class com.redhat.thermostat.compat.platform.DynamicVMPlugin
 
getOrderValue() - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
getOsKernel() - Method in class com.redhat.thermostat.storage.model.HostInfo
 
getOSName() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getOsName() - Method in class com.redhat.thermostat.storage.model.HostInfo
 
getOSVersion() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getOutput() - Method in interface com.redhat.thermostat.common.cli.Console
 
getOverlay() - Method in interface com.redhat.thermostat.client.swing.OverlayContainer
 
getPageSize() - Static method in class com.redhat.thermostat.common.portability.SysConf
 
getParameter(String) - Method in class com.redhat.thermostat.common.command.Request
 
getParameterNames() - Method in class com.redhat.thermostat.common.command.Request
 
getParameters() - Method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter.MethodDeclaration
 
getParams() - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
getParents() - Method in class com.redhat.thermostat.collections.graph.BFSPayload
 
getParsedStatement() - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
 
getPassword() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
getPassword() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
getPassword(String) - Method in class com.redhat.thermostat.common.tools.StorageAuthInfoGetter
Prompt the user for password necessary for connecting to a given url.
getPassword() - Method in class com.redhat.thermostat.launcher.InteractiveStorageCredentials
 
getPassword() - Method in interface com.redhat.thermostat.storage.config.AuthenticationConfiguration
 
getPassword() - Method in class com.redhat.thermostat.storage.config.FileStorageCredentials
 
getPassword() - Method in interface com.redhat.thermostat.storage.core.StorageCredentials
 
getPassword(String, String) - Method in interface com.redhat.thermostat.utils.keyring.Keyring
Retrieve the password associated with the given url and username.
getPasteOnlyMenu() - Static method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
getPath() - Method in interface com.redhat.thermostat.client.ui.MenuAction
The path to the menu action.
getPattern() - Method in class com.redhat.thermostat.client.core.NameMatchingRefFilter
 
getPayload() - Method in class com.redhat.thermostat.collections.graph.BreadthFirstSearch
 
getPayload() - Method in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
getPayload() - Method in class com.redhat.thermostat.common.ActionEvent
 
getPerformanceCounterLong(String) - Method in interface com.redhat.thermostat.backend.VmUpdate
Queries the specified JVM performance counter with a Long data type.
getPerformanceCounterString(String) - Method in interface com.redhat.thermostat.backend.VmUpdate
Queries the specified JVM performance counter with a String data type.
getPersistenceID() - Method in interface com.redhat.thermostat.common.config.Persistable
 
getPid() - Method in class com.redhat.thermostat.common.portability.PortableProcessStat
 
getPid() - Method in class com.redhat.thermostat.storage.core.VmRef
 
getPids() - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
getPlatform() - Method in class com.redhat.thermostat.platform.Application
Return the Platform implemented by this Application.
getPlatform() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplication
 
getPort() - Method in class com.redhat.thermostat.common.utils.HostPortPair
 
getPreferences() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
getPreferredScrollableViewportSize() - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
getProcessed() - Method in class com.redhat.thermostat.collections.graph.BFSPayload
 
getProcessName(Integer) - Method in interface com.redhat.thermostat.service.process.ProcessHandler
Gets the process name given its pid.
getProcessStat(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
getProgress() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
getProperties() - Method in class com.redhat.thermostat.collections.graph.Node
 
getProperties() - Method in class com.redhat.thermostat.collections.graph.Relationship
 
getProperties() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getPropertiesAsArray() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getProperty(String) - Method in class com.redhat.thermostat.collections.graph.Node
 
getProperty(String) - Method in class com.redhat.thermostat.collections.graph.Relationship
 
getRange() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
getRangeAxis(MultiChartPanel.DataGroup) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
side effect: sets up the axis for the groupIndex if it was not setup before
getRawDuplicate() - Method in interface com.redhat.thermostat.storage.core.Statement
Produces a copy of this statement as if it was just created with the corresponding factory method in BackingStorage.
getReadSyscalls() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
 
getRealTimeMillis() - Method in interface com.redhat.thermostat.common.Clock
Returns the current real time in milliseconds (measured since the UNIX epoch).
getRealTimeMillis() - Method in class com.redhat.thermostat.common.SystemClock
 
getReceiver(String) - Method in class com.redhat.thermostat.agent.command.ReceiverRegistry
 
getReceiver() - Method in class com.redhat.thermostat.common.command.Request
 
getReference() - Method in interface com.redhat.thermostat.client.swing.ReferenceSelectionService
 
getReferenceFieldDefaultIconSize() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the suggested size for the ReferenceFieldDecoratorLayout.ICON_MAIN icons.
getReferenceFieldIconColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the suggested color for icons to be used as ReferenceFieldDecoratorLayout.ICON_MAIN entry point.
getReferenceFieldIconSelectedColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the suggested color for icons to be used as ReferenceFieldDecoratorLayout.ICON_MAIN entry point when selected.
getRegisteredServices() - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
Get all implementations of T which have been registered.
getRelationships(Node) - Method in interface com.redhat.thermostat.collections.graph.Graph
Returns a Set containing all the relationship in this Graph.
getRelationships(Node) - Method in class com.redhat.thermostat.collections.graph.HashGraph
 
getReleaseDate() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getRequestQueueAddress() - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
getRequiredDependencies() - Method in class com.redhat.thermostat.common.cli.AbstractCompletionFinder
Get the list of dependency classes required for this CompletionFinder to work correctly.
getRequiredService(Class<T>) - Method in class com.redhat.thermostat.common.cli.DependencyServices
 
getRequiredService(Class<T>, LocalizedString) - Method in class com.redhat.thermostat.common.cli.DependencyServices
 
getReturnType() - Method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter.MethodDeclaration
 
getRoot() - Method in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
 
getRoundShape(int, int) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
getSaveEntitlements() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
getSaveEntitlements() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
getSaveEntitlements() - Method in class com.redhat.thermostat.common.config.ClientPreferences
 
getSchemaInfos() - Method in interface com.redhat.thermostat.storage.dao.SchemaInfoDAO
Get all category's names stored in schema-info.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
getScrollableTracksViewportHeight() - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
getScrollableTracksViewportWidth() - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
getSearchText() - Method in class com.redhat.thermostat.client.swing.components.SearchField
 
getSecond() - Method in class com.redhat.thermostat.common.Pair
 
getSelected() - Method in class com.redhat.thermostat.client.swing.ReferenceSelectionChangedEvent
 
getSelectedAgent() - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
getSelectedChildID() - Method in class com.redhat.thermostat.client.core.views.VmInformationView
 
getSelectedChildID() - Method in class com.redhat.thermostat.client.ui.VmInformationController
 
getSelectedComponentBGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the suggested background colour for components that are selected.
getSelectedComponentFGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
Returns the foreground colour for components that are selected, like text or entries in the reference field panel.
getSelectedIcon(PlatformIcon, Ref) - Method in interface com.redhat.thermostat.client.ui.ReferenceFieldIconDecorator
The passed PlatformIcon my be null, indicating no plugin has set the icon.
getSelectionMode() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
getSeriesCount() - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getSeriesKey(int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getServerContext(SSLConfiguration) - Static method in class com.redhat.thermostat.common.ssl.SSLContextFactory
 
getService(Class<T>) - Method in class com.redhat.thermostat.common.cli.AbstractCompletionFinder
Get an instance of a service dependency, if any.
getService(Class<T>) - Method in class com.redhat.thermostat.common.cli.DependencyServices
 
getService(Dictionary<String, String>) - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
Get a implementation of T matching the properties.
getService(String) - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
Equivalent to calling getService(props) with a dictionary containing an entry for SERVICE_NAME with value as name.
getSeverity() - Method in class com.redhat.thermostat.client.core.AgentIssue
 
getSeverity() - Method in interface com.redhat.thermostat.client.core.Issue
 
getSeverity() - Method in class com.redhat.thermostat.client.core.VmIssue
 
getShadowColor() - Method in class com.redhat.thermostat.client.swing.components.ShadowLabel
 
getSorts() - Method in class com.redhat.thermostat.storage.core.AbstractQuery
 
getSource() - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel.CloseEvent
 
getSource() - Method in class com.redhat.thermostat.client.swing.ReferenceSelectionChangedEvent
 
getSSLParameters(SSLContext) - Static method in class com.redhat.thermostat.common.ssl.SSLContextFactory
 
getStartTime() - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
 
getStartTime() - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
getStartTimeInMillis() - Method in class com.redhat.thermostat.storage.model.IntervalTimeData
 
getStartTimeStamp() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getStartX(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getStartXValue(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getStartY(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getStartYValue(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getStatementDescriptor() - Method in class com.redhat.thermostat.storage.dao.AbstractDaoOperation
 
getStatementDescriptor() - Method in interface com.redhat.thermostat.storage.dao.DaoOperation
 
getStatementDescriptors() - Method in interface com.redhat.thermostat.storage.core.auth.StatementDescriptorRegistration
 
getStatReader() - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
Returns a reader for /proc/stat.
getStatReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
Returns a reader for /proc/$PID/stat
getStatRow(TimeStampedPojo) - Method in interface com.redhat.thermostat.client.cli.VMStatPrintDelegate
Returns a row of data for the specified statistic that corresponds to the columns returned by VMStatPrintDelegate.getHeaders(TimeStampedPojo).
getStatus() - Method in class com.redhat.thermostat.animation.Animation.AnimationEvent
 
getStatus() - Method in class com.redhat.thermostat.animation.Animation
 
getStatusReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
Returns a reader for /proc/$PID/status
getStopTime() - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
getStopTimeStamp() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getStorage() - Method in class com.redhat.thermostat.storage.dao.AbstractDaoOperation
 
getStorage() - Method in interface com.redhat.thermostat.storage.dao.DaoOperation
 
getStorageUrl() - Method in class com.redhat.thermostat.storage.config.FileStorageCredentials
 
getString(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getString(String, String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
 
getStringID() - Method in class com.redhat.thermostat.storage.core.HostRef
 
getStringID() - Method in interface com.redhat.thermostat.storage.core.Ref
 
getStringID() - Method in class com.redhat.thermostat.storage.core.VmRef
 
getSubcommand() - Method in interface com.redhat.thermostat.common.cli.Arguments
Get the selected subcommand Subcommands are taken to be the first of any non-option arguments passed to a Command.
getSubcommand() - Method in class com.redhat.thermostat.common.cli.SimpleArguments
 
getSubcommandCompleters() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterCommand
 
getSubcommandCompleters() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterService
 
getSubcommandCompleters() - Method in interface com.redhat.thermostat.common.cli.CompleterService
Provides the mapping of subcommand options to corresponding completers.
getSwapFree() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
 
getSwapTotal() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
 
getSystemAgentAuthConfigFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getSystemAgentConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getSystemBinRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getSystemConfigurationDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getSystemLibRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getSystemNativeLibsRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getSystemPluginConfigurationDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getSystemPluginRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getSystemStorageConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getSystemThermostatHome() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTableRenderer
 
getTarget() - Method in class com.redhat.thermostat.common.command.Request
 
getTask() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
Gets the task LocalizedString currently associated with this ProgressHandle.
getTimeInMillis() - Method in class com.redhat.thermostat.storage.model.DiscreteTimeData
 
getTimerFactory() - Method in interface com.redhat.thermostat.common.ApplicationService
 
getTimeStamp() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
 
getTimeStamp() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
 
getTimeStamp() - Method in class com.redhat.thermostat.storage.model.SchemaInformation
 
getTimeStamp() - Method in interface com.redhat.thermostat.storage.model.TimeStampedPojo
 
getTimeStamp() - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoCorrelator.Correlation
 
getTimestamp() - Method in class org.jboss.byteman.thermostat.helper.BytemanMetric
timestamp accessor
getTimeUnit() - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
 
getTimeUnits() - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
 
getTimeValue() - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
 
getTo() - Method in class com.redhat.thermostat.collections.graph.Relationship
 
getToken() - Method in class com.redhat.thermostat.storage.core.AuthToken
 
getToolbarButton() - Method in class com.redhat.thermostat.client.swing.components.ActionButton
 
getToolbarButton() - Method in class com.redhat.thermostat.client.swing.components.ActionToggleButton
 
getToolbarButton() - Method in interface com.redhat.thermostat.client.swing.components.ToolbarButton
 
getTotal() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
 
getTotalMemory() - Method in interface com.redhat.thermostat.common.portability.PortableHost
 
getTotalMemory() - Method in class com.redhat.thermostat.storage.model.HostInfo
Total memory in bytes
getTrace() - Method in class com.redhat.thermostat.ui.swing.model.Trace
 
getTranslatedMessage() - Method in exception com.redhat.thermostat.common.cli.CommandException
 
getType() - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
 
getType() - Method in interface com.redhat.thermostat.client.ui.MenuAction
The type of the menu (radio, check, standard)
getType() - Method in interface com.redhat.thermostat.common.command.Message
 
getType() - Method in class com.redhat.thermostat.common.command.Request
 
getType() - Method in class com.redhat.thermostat.common.command.Response
 
getType() - Method in class com.redhat.thermostat.storage.core.PreparedParameter
 
getType() - Method in class com.redhat.thermostat.storage.query.LiteralSetExpression
 
getUiComponent() - Method in interface com.redhat.thermostat.client.swing.SwingComponent
 
getUiComponent() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformSwingView
 
getUid(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
getUid() - Method in class com.redhat.thermostat.common.portability.ProcessUserInfo
 
getUid() - Method in class com.redhat.thermostat.storage.model.VmInfo
Returns the system user id for the owner of this JVM process, or -1 if an owner could not be found.
getUnit() - Method in class com.redhat.thermostat.common.Duration
 
getUnit() - Method in class com.redhat.thermostat.common.Size
 
getUrl() - Method in class com.redhat.thermostat.storage.core.Connection
 
getUserAgentAuthConfigFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserAgentConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserCacheDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserClientConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserConfigurationDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserDesiredDuration() - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
 
getUserGuide() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getUserHistoryFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserIPCConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserLogDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserName() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
getUserName() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
getUserName() - Method in class com.redhat.thermostat.common.config.ClientPreferences
 
getUserName(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
getUsername() - Method in class com.redhat.thermostat.common.portability.ProcessUserInfo
 
getUserName(long) - Method in interface com.redhat.thermostat.common.portability.UserNameUtil
Gets the user name corresponding to the provided UID.
getUserName(String) - Method in class com.redhat.thermostat.common.tools.StorageAuthInfoGetter
Prompt the user for username necessary for connecting to a given url.
getUsername() - Method in class com.redhat.thermostat.launcher.InteractiveStorageCredentials
 
getUsername() - Method in interface com.redhat.thermostat.storage.config.AuthenticationConfiguration
 
getUsername() - Method in class com.redhat.thermostat.storage.config.FileStorageCredentials
 
getUsername() - Method in class com.redhat.thermostat.storage.core.Connection
 
getUserName() - Method in interface com.redhat.thermostat.storage.core.DbService
 
getUsername() - Method in interface com.redhat.thermostat.storage.core.StorageCredentials
 
getUsername() - Method in class com.redhat.thermostat.storage.model.VmInfo
Returns the system user name for the owner of this JVM process, or null if an owner could not be found.
getUserPersistentDataDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
A location that contains data that is persisted
getUserPluginConfigurationDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserPluginRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserRuntimeDataDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
Contains data that is only useful for the duration that thermostat is running
getUserSetupCompleteStampFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
A file indicating that Thermostat commands are ready to be run
getUserSharedPreferencesFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserSplashScreenStampFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
A file indicating the current use of a splash screen
getUserStorageConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserStorageDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserStorageLogFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserStoragePidFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserThermostatHome() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
 
getUserTime() - Method in class com.redhat.thermostat.common.portability.PortableProcessStat
 
getUserVisibleText() - Method in class com.redhat.thermostat.common.cli.CompletionInfo
Provides a human-friendly identifier text describing CompletionInfo.getActualCompletion().
getValue() - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
getValue() - Method in interface com.redhat.thermostat.beans.property.ObservableValue
 
getValue() - Method in class com.redhat.thermostat.common.Duration
 
getValue() - Method in class com.redhat.thermostat.common.Size
 
getValue() - Method in class com.redhat.thermostat.storage.core.PreparedParameter
 
getValue() - Method in enum com.redhat.thermostat.storage.core.Query.SortDirection
 
getValue() - Method in class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
 
getValue() - Method in class com.redhat.thermostat.storage.query.LiteralExpression
 
getValueIsAdjusting() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
getValueNormalized(long) - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
 
getValues() - Method in class com.redhat.thermostat.storage.model.DistinctResult
 
getValues() - Method in class com.redhat.thermostat.storage.query.LiteralSetExpression
 
getVendor() - Method in class com.redhat.thermostat.application.gui.ThermostatGUI
 
getVendor() - Method in interface com.redhat.thermostat.backend.Backend
 
getVendor() - Method in class com.redhat.thermostat.backend.BaseBackend
 
getVendor() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplicationID
 
getVendor() - Method in class com.redhat.thermostat.platform.ApplicationID
 
getVersion() - Method in interface com.redhat.thermostat.backend.Backend
 
getVersion() - Method in class com.redhat.thermostat.backend.BaseBackend
 
getVersion() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getVersion() - Method in class com.redhat.thermostat.launcher.BundleInformation
 
getVersionInfo() - Method in class com.redhat.thermostat.common.Version
 
getVersionNumber() - Method in class com.redhat.thermostat.common.Version
 
getView() - Method in interface com.redhat.thermostat.client.core.controllers.InformationServiceController
Deprecated.
 
getView() - Method in interface com.redhat.thermostat.client.core.views.UIPluginInfo
 
getView() - Method in interface com.redhat.thermostat.client.ui.ContentProvider
 
getView() - Method in class com.redhat.thermostat.client.ui.HostInformationController
 
getView() - Method in class com.redhat.thermostat.client.ui.VersionAndInfoController
 
getView() - Method in class com.redhat.thermostat.client.ui.VmInformationController
 
getView() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
 
getView() - Method in interface com.redhat.thermostat.platform.mvc.MVCProvider
 
getView() - Method in class com.redhat.thermostat.platform.swing.SwingWorkbench
 
getVirtualMachines(HostRef, Filter<VmRef>) - Method in interface com.redhat.thermostat.storage.monitor.HostMonitor
Returns all the VmRef tracked by the given host and matching the given Filter.
getVmArguments() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getVmId() - Method in class com.redhat.thermostat.client.cli.VmArgument
 
getVmId() - Method in class com.redhat.thermostat.client.core.VmIssue
 
getVmId() - Method in class com.redhat.thermostat.storage.core.VmRef
 
getVmId() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getVmIds(AgentId) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
getVmInfo(VmId) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
getVmInfo(VmRef) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
getVmInfo() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getVmIoStat(Clock, int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
getVmName() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getVmPid() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getVMs(HostRef) - Method in class com.redhat.thermostat.storage.core.DefaultHostsVMsLoader
 
getVMs(HostRef) - Method in interface com.redhat.thermostat.storage.core.HostsVMsLoader
 
getVMs(HostRef) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
getVmVersion() - Method in class com.redhat.thermostat.storage.model.VmInfo
 
getWarnings() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
Conditions that are not errors or fatal errors as defined by the XML recommendation.
getWebsite() - Method in class com.redhat.thermostat.common.ApplicationInfo
 
getWeight() - Method in class com.redhat.thermostat.ui.swing.model.TraceElement
 
getWhereExpression() - Method in class com.redhat.thermostat.storage.core.AggregateQuery
 
getWhereExpression() - Method in interface com.redhat.thermostat.storage.core.Query
 
getWorkbench() - Method in class com.redhat.thermostat.application.gui.ThermostatGUIApplicationProvider
 
getWorkbench() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplicationProvider
 
getWorkbench() - Method in interface com.redhat.thermostat.platform.ApplicationProvider
 
getWriterID() - Method in interface com.redhat.thermostat.storage.core.WriterID
 
getWriteSyscalls() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
 
getX(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getXmlFile() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
 
getXmlFile() - Method in interface com.redhat.thermostat.plugin.validator.ValidationIssue
 
getY(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
getZoomIconCursor() - Static method in class com.redhat.thermostat.client.swing.ThermostatSwingCursors
 
GlobalOptions - Enum in com.redhat.thermostat.launcher
 
GradientPanel - Class in com.redhat.thermostat.client.swing.components
A JPanel filled with a gradient color as the background.
GradientPanel(Color, Color) - Constructor for class com.redhat.thermostat.client.swing.components.GradientPanel
 
GradientRoundBorder - Class in com.redhat.thermostat.client.swing.components
A round Border filled with a grandient paint.
GradientRoundBorder() - Constructor for class com.redhat.thermostat.client.swing.components.GradientRoundBorder
 
graph - Variable in class com.redhat.thermostat.collections.graph.BreadthFirstSearch
 
graph - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
Graph - Interface in com.redhat.thermostat.collections.graph
A simple interface defining methods for a general purpose Graph where the Vertices in the Graph are represented by Nodes and the Edges are the Relationships between them.
GraphContainer - Class in com.redhat.thermostat.ui.swing.components.graph
 
GraphContainer() - Constructor for class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
GraphContainer(GraphModel) - Constructor for class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
GraphContainer(GraphModel, GraphLayout) - Constructor for class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
GraphicsUtils - Class in com.redhat.thermostat.client.swing
 
GraphicsUtils() - Constructor for class com.redhat.thermostat.client.swing.GraphicsUtils
 
GraphLayout - Class in com.redhat.thermostat.ui.swing.components.graph
Common layout class for Graph Containers.
GraphLayout() - Constructor for class com.redhat.thermostat.ui.swing.components.graph.GraphLayout
 
GraphModel - Class in com.redhat.thermostat.ui.swing.model.graph
 
GraphModel(String) - Constructor for class com.redhat.thermostat.ui.swing.model.graph.GraphModel
 
greaterThan(Key<T>, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinaryComparisonExpression comparing if the provided key has a value greater than the provided value.
greaterThanOrEqualTo(Key<T>, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinaryComparisonExpression comparing if the provided key has a value greater than or equal to the provided value.

H

handle(T) - Method in interface com.redhat.thermostat.event.EventHandler
 
hasArg() - Method in class com.redhat.thermostat.common.cli.CliCommandOption
 
hasArgument(String) - Method in interface com.redhat.thermostat.common.cli.Arguments
 
hasArgument(String) - Method in class com.redhat.thermostat.common.cli.SimpleArguments
 
hasExceptions() - Method in class com.redhat.thermostat.storage.dao.AbstractDaoOperationResult
 
hasExceptions() - Method in interface com.redhat.thermostat.storage.dao.DaoOperationResult
 
hashCode() - Method in class com.redhat.thermostat.backend.BaseBackend
 
hashCode() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
hashCode() - Method in class com.redhat.thermostat.client.ui.IconDescriptor
 
hashCode() - Method in class com.redhat.thermostat.collections.graph.Node
 
hashCode() - Method in class com.redhat.thermostat.collections.graph.Relationship
 
hashCode() - Method in class com.redhat.thermostat.common.ActionEvent
 
hashCode() - Method in class com.redhat.thermostat.common.cli.CompletionInfo
 
hashCode() - Method in class com.redhat.thermostat.common.Duration
 
hashCode() - Method in class com.redhat.thermostat.common.model.Range
 
hashCode() - Method in class com.redhat.thermostat.common.Pair
 
hashCode() - Method in class com.redhat.thermostat.common.Size
 
hashCode() - Method in class com.redhat.thermostat.launcher.BundleInformation
 
hashCode() - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
 
hashCode() - Method in class com.redhat.thermostat.storage.core.Category
 
hashCode() - Method in class com.redhat.thermostat.storage.core.HostRef
 
hashCode() - Method in class com.redhat.thermostat.storage.core.Id
 
hashCode() - Method in class com.redhat.thermostat.storage.core.Key
 
hashCode() - Method in class com.redhat.thermostat.storage.core.StatementDescriptor
 
hashCode() - Method in class com.redhat.thermostat.storage.core.VmRef
 
hashCode() - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
hashCode() - Method in class com.redhat.thermostat.storage.model.AggregateCount
 
hashCode() - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
hashCode() - Method in class com.redhat.thermostat.storage.model.BasePojo
 
hashCode() - Method in class com.redhat.thermostat.storage.model.IntervalTimeData
 
hashCode() - Method in class com.redhat.thermostat.storage.model.SchemaInformation
 
hashCode() - Method in class com.redhat.thermostat.storage.query.LiteralExpression
 
hashCode() - Method in class com.redhat.thermostat.storage.query.LiteralSetExpression
 
HashGraph - Class in com.redhat.thermostat.collections.graph
 
HashGraph() - Constructor for class com.redhat.thermostat.collections.graph.HashGraph
 
hasNext() - Method in interface com.redhat.thermostat.storage.core.Cursor
 
hasService(Class<T>) - Method in class com.redhat.thermostat.common.cli.DependencyServices
 
hasTasks() - Method in interface com.redhat.thermostat.client.core.progress.ProgressNotifier
 
head(Iterator<T>) - Static method in class com.redhat.thermostat.common.utils.IteratorUtils
Consumes and returns the first element in an iterator, or returns null if there are none.
head() - Method in class com.redhat.thermostat.storage.dao.QueryResult
 
header - Variable in class com.redhat.thermostat.common.cli.TableRenderer
 
HeaderPanel - Class in com.redhat.thermostat.client.swing.components
A component that host a panel with a nicely rendered header.
HeaderPanel() - Constructor for class com.redhat.thermostat.client.swing.components.HeaderPanel
 
HeaderPanel(LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.HeaderPanel
 
HeaderPanel(Preferences, LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.HeaderPanel
 
hideChart(MultiChartPanel.DataGroup, String) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
 
hideDialog() - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
hideDialog() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
hideView() - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayController
 
hierarchyChanged(HierarchyEvent) - Method in class com.redhat.thermostat.client.swing.ComponentVisibleListener
 
HISTORY - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
HOST - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
HOST_24 - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
HOST_32 - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
HOST_ID_ARGUMENT - Static variable in interface com.redhat.thermostat.common.cli.Arguments
Deprecated.
HOST_INTERVAL_QUERY_FORMAT - Static variable in class com.redhat.thermostat.storage.core.HostTimeIntervalPojoListGetter
 
HOST_LATEST_QUERY_FORMAT - Static variable in class com.redhat.thermostat.storage.core.HostLatestPojoListGetter
 
HostBoundaryPojoGetter<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.core
 
HostBoundaryPojoGetter(Storage, Category<T>) - Constructor for class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
 
HostInfo - Class in com.redhat.thermostat.storage.model
 
HostInfo() - Constructor for class com.redhat.thermostat.storage.model.HostInfo
 
HostInfo(String, String, String, String, String, int, long) - Constructor for class com.redhat.thermostat.storage.model.HostInfo
 
hostInfoCategory - Static variable in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
HostInfoDAO - Interface in com.redhat.thermostat.storage.dao
 
HostInformationController - Class in com.redhat.thermostat.client.ui
 
HostInformationController(List<InformationService<HostRef>>, HostRef, HostInformationViewProvider, List<DynamicHostPluginProvider>) - Constructor for class com.redhat.thermostat.client.ui.HostInformationController
 
HostInformationView - Class in com.redhat.thermostat.client.core.views
A View that shows host information.
HostInformationView() - Constructor for class com.redhat.thermostat.client.core.views.HostInformationView
 
HostInformationViewProvider - Interface in com.redhat.thermostat.client.core.views
This services provides an appropriate HostInformationView.
HostLatestPojoListGetter<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.core
 
HostLatestPojoListGetter(Storage, Category<T>) - Constructor for class com.redhat.thermostat.storage.core.HostLatestPojoListGetter
 
hostMemoryTotalKey - Static variable in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
HostMonitor - Interface in com.redhat.thermostat.storage.monitor
Monitors selected HostRef for VmRef lifecycle changes.
HostMonitor.Action - Enum in com.redhat.thermostat.storage.monitor
 
HostName - Class in com.redhat.thermostat.common.portability
Finds the current host name without doing a DNS lookup
HostName() - Constructor for class com.redhat.thermostat.common.portability.HostName
 
hostNameKey - Static variable in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
HostPollingAction - Interface in com.redhat.thermostat.backend
An action to be performed at a regular interval as part of a HostPollingBackend implementation.
HostPollingBackend - Class in com.redhat.thermostat.backend
Convenience Backend class for implementations that will take some action at the Host or system level on a regular interval.
HostPollingBackend(String, String, String, Version, ScheduledExecutorService) - Constructor for class com.redhat.thermostat.backend.HostPollingBackend
 
HostPortPair - Class in com.redhat.thermostat.common.utils
Model class for a hostname/port pair.
HostPortPair(String, int) - Constructor for class com.redhat.thermostat.common.utils.HostPortPair
 
HostPortsParser - Class in com.redhat.thermostat.common.utils
Parses Host/Port pairs from a raw string.
HostPortsParser(String) - Constructor for class com.redhat.thermostat.common.utils.HostPortsParser
 
HostRef - Class in com.redhat.thermostat.storage.core
Identifies an agent or a host
HostRef(String, String) - Constructor for class com.redhat.thermostat.storage.core.HostRef
 
HostsVMsLoader - Interface in com.redhat.thermostat.storage.core
Provides a way to load the current hosts and VMs.
HostTimeIntervalPojoListGetter<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.core
 
HostTimeIntervalPojoListGetter(Storage, Category<T>) - Constructor for class com.redhat.thermostat.storage.core.HostTimeIntervalPojoListGetter
 
htmlEscape(String) - Static method in class com.redhat.thermostat.common.utils.StringUtils
Make a string usable as html by escaping everything dangerous inside it
HtmlShadowLabel - Class in com.redhat.thermostat.client.swing.components
 
HtmlShadowLabel() - Constructor for class com.redhat.thermostat.client.swing.components.HtmlShadowLabel
 

I

Icon - Class in com.redhat.thermostat.client.swing.components
 
Icon(IconDescriptor) - Constructor for class com.redhat.thermostat.client.swing.components.Icon
 
Icon() - Constructor for class com.redhat.thermostat.client.swing.components.Icon
 
Icon(byte[]) - Constructor for class com.redhat.thermostat.client.swing.components.Icon
 
Icon(Image) - Constructor for class com.redhat.thermostat.client.swing.components.Icon
 
IconDescriptor - Class in com.redhat.thermostat.client.ui
Class that encapsulates an images raw data.
IconDescriptor(ByteBuffer) - Constructor for class com.redhat.thermostat.client.ui.IconDescriptor
 
IconResource - Class in com.redhat.thermostat.client.swing
Provides access to various icons.
ID - Static variable in interface com.redhat.thermostat.client.ui.Decorator
Property for OSGi services indicating the target for this decorator.
ID - Static variable in interface com.redhat.thermostat.service.process.ProcessHandler
 
Id - Class in com.redhat.thermostat.storage.core
 
Id() - Constructor for class com.redhat.thermostat.storage.core.Id
 
Id(String) - Constructor for class com.redhat.thermostat.storage.core.Id
 
ID - Static variable in class com.redhat.thermostat.storage.core.Key
 
ifaceKey - Static variable in interface com.redhat.thermostat.storage.dao.NetworkInterfaceInfoDAO
 
IllegalDescriptorException - Exception in com.redhat.thermostat.storage.core
Thrown if a prepared statement descriptor was refused by the storage endpoint.
IllegalDescriptorException(String, String) - Constructor for exception com.redhat.thermostat.storage.core.IllegalDescriptorException
 
IllegalPatchException - Exception in com.redhat.thermostat.storage.core
Thrown if a prepared statement was attempted to patch, which resulted in NPEs or a type mismatch for some of the free variables.
IllegalPatchException(Throwable) - Constructor for exception com.redhat.thermostat.storage.core.IllegalPatchException
 
ImageComponent - Class in com.redhat.thermostat.ui.swing.components
Component that renders the given image as its content.
ImageComponent(BufferedImage) - Constructor for class com.redhat.thermostat.ui.swing.components.ImageComponent
 
ImageComponent() - Constructor for class com.redhat.thermostat.ui.swing.components.ImageComponent
 
in(Key<T>, Set<T>, Class<T>) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinarySetMembershipExpression comparing if the provided key has a value equal to any of the provided values.
indexedKeys - Variable in class com.redhat.thermostat.storage.core.Category
 
indexOf(Comparable) - Method in class com.redhat.thermostat.client.ui.SampledDataset
 
InformationService<T extends Ref> - Interface in com.redhat.thermostat.client.core
Deprecated.
The preferred method is to use Platform plugins
InformationServiceController<T extends Ref> - Interface in com.redhat.thermostat.client.core.controllers
Deprecated.
use UIPluginInfo instead
init() - Method in class com.redhat.thermostat.platform.Application
Called at the end of the initialisation phase.
init(ApplicationService) - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplication
 
init() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplication
 
init(Platform, Model, View) - Method in class com.redhat.thermostat.platform.mvc.Controller
 
init() - Method in class com.redhat.thermostat.platform.mvc.Controller
 
init(Platform) - Method in class com.redhat.thermostat.platform.mvc.Model
 
init() - Method in class com.redhat.thermostat.platform.mvc.Model
 
init(Platform) - Method in class com.redhat.thermostat.platform.mvc.View
 
init() - Method in class com.redhat.thermostat.platform.mvc.View
 
init() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
 
initialize(ApplicationInfo) - Method in class com.redhat.thermostat.client.core.views.VersionAndInfoView
 
insertIndexInterval(int, int, boolean) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
insertSchemaInfo(Category<T>) - Method in interface com.redhat.thermostat.storage.core.SchemaInfoInserter
 
IntegerProperty - Class in com.redhat.thermostat.beans.property
 
IntegerProperty() - Constructor for class com.redhat.thermostat.beans.property.IntegerProperty
 
IntegerProperty(int) - Constructor for class com.redhat.thermostat.beans.property.IntegerProperty
 
IntegerProperty(int, String) - Constructor for class com.redhat.thermostat.beans.property.IntegerProperty
 
InteractiveStorageCredentials - Class in com.redhat.thermostat.launcher
 
InteractiveStorageCredentials(ClientPreferences, Keyring, String, Console) - Constructor for class com.redhat.thermostat.launcher.InteractiveStorageCredentials
 
interpolate(double) - Method in class com.redhat.thermostat.animation.DiscreteInterpolator
 
interpolate(double) - Method in interface com.redhat.thermostat.animation.Interpolator
 
interpolate(double) - Method in class com.redhat.thermostat.animation.LinearInterpolator
 
interpolate(double) - Method in class com.redhat.thermostat.animation.ReverseLinearInterpolator
 
Interpolator - Interface in com.redhat.thermostat.animation
 
Interpolator - Class in com.redhat.thermostat.common.model
Simple utility class that implement various interpolation methods.
Interpolator() - Constructor for class com.redhat.thermostat.common.model.Interpolator
 
IntervalTimeData<T> - Class in com.redhat.thermostat.storage.model
 
IntervalTimeData(long, long, T) - Constructor for class com.redhat.thermostat.storage.model.IntervalTimeData
 
invalidated(Observable) - Method in interface com.redhat.thermostat.beans.property.InvalidationListener
 
invalidateLayout(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
InvalidationListener - Interface in com.redhat.thermostat.beans.property
 
InvalidConfigurationException - Exception in com.redhat.thermostat.shared.config
 
InvalidConfigurationException() - Constructor for exception com.redhat.thermostat.shared.config.InvalidConfigurationException
 
InvalidConfigurationException(String) - Constructor for exception com.redhat.thermostat.shared.config.InvalidConfigurationException
 
InvalidConfigurationException(LocalizedString) - Constructor for exception com.redhat.thermostat.shared.config.InvalidConfigurationException
 
InvalidConfigurationException(LocalizedString, Throwable) - Constructor for exception com.redhat.thermostat.shared.config.InvalidConfigurationException
 
InvalidConfigurationException(Throwable) - Constructor for exception com.redhat.thermostat.shared.config.InvalidConfigurationException
 
InvalidMessageException - Exception in com.redhat.thermostat.common.command
Exception thrown when an improperly encoded Message has been received.
InvalidMessageException(String) - Constructor for exception com.redhat.thermostat.common.command.InvalidMessageException
 
InvalidSubcommandException - Exception in com.redhat.thermostat.common.cli
 
InvalidSubcommandException(String) - Constructor for exception com.redhat.thermostat.common.cli.InvalidSubcommandException
 
ip4AddrKey - Static variable in interface com.redhat.thermostat.storage.dao.NetworkInterfaceInfoDAO
 
ip6AddrKey - Static variable in interface com.redhat.thermostat.storage.dao.NetworkInterfaceInfoDAO
 
IPCMessage - Interface in com.redhat.thermostat.agent.ipc.server
A message received by an IPC server.
IPCMessageChannel - Interface in com.redhat.thermostat.agent.ipc.client
Channel for connected IPC clients to send and receive messages to and from IPC servers.
IS_ACTIVE - Static variable in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
IS_LINUX - Static variable in class com.redhat.thermostat.shared.config.OS
The current OS is Linux (implies IS_UNIX is also true)
IS_MACOS - Static variable in class com.redhat.thermostat.shared.config.OS
The current OS is MacOS (implies IS_UNIX is also true)
IS_PROXIED_STORAGE - Static variable in class com.redhat.thermostat.common.Constants
Property which will be set to true if and only if the storage in use is proxied.
IS_UNIX - Static variable in class com.redhat.thermostat.shared.config.OS
The current OS is Linux, BSD, Darwin, AIX, Solaris (etc.)
IS_WINDOWS - Static variable in class com.redhat.thermostat.shared.config.OS
The current OS is Windows of any flavour (implies IS_UNIX is false)
isActionEnabled() - Method in interface com.redhat.thermostat.client.core.ToggleActionState
 
isActive() - Method in interface com.redhat.thermostat.backend.Backend
 
isActive() - Method in class com.redhat.thermostat.backend.VmListenerBackend
 
isActive() - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
isAlive(AgentId) - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
 
isAlive(HostRef) - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
Deprecated.
isAlive() - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
isAlive() - Method in class com.redhat.thermostat.storage.model.VmInfo
Deprecated.
This can incorrectly show a VM as running when the actual status is unknown. Use VmInfo.isAlive(AgentInformation) instead.
isAlive(AgentInformation) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
isApplicationThread() - Method in interface com.redhat.thermostat.platform.Platform
 
isBackingStorageInProxy - Variable in class com.redhat.thermostat.storage.core.QueuedStorage
 
isBlacklisted(VmRef) - Method in interface com.redhat.thermostat.agent.VmBlacklist
Returns whether the given virtual machine should be monitored by matching it against filters in the blacklist.
isBound() - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
isBound() - Method in interface com.redhat.thermostat.beans.property.Bindable
 
isButtonEnabled() - Method in interface com.redhat.thermostat.client.core.ToggleActionState
 
isCellEditable(int, int) - Method in class com.redhat.thermostat.client.swing.NonEditableTableModel
 
isConnected() - Method in class com.redhat.thermostat.storage.core.Connection
May be used to determine the state of a connection if no connect or disconnect attempt is currently in progress.
isConsumed() - Method in class com.redhat.thermostat.event.Event
 
isCopyEnabled() - Method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
isCutCopyEnabled() - Method in class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
isCutEnabled() - Method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
isEnabled() - Method in interface com.redhat.thermostat.client.ui.ToggleableReferenceFieldLabelDecorator
Check whether or not this decorator is currently enabled.
isEventDispatchThread() - Method in class com.redhat.thermostat.platform.event.EventQueue
 
isHelp() - Method in class com.redhat.thermostat.agent.config.AgentOptionParser
 
isImmutable() - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
isIndeterminate() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
isObserveNewJvm() - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
isPasteEnabled() - Method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
isPresent() - Method in class com.redhat.thermostat.client.cli.FileNameArgument
 
isRequired() - Method in class com.redhat.thermostat.common.cli.CliCommandOption
 
isRunning() - Method in class com.redhat.thermostat.platform.event.EventQueue
 
isSelectedIndex(int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
isSelectionEmpty() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
isShowToolbarText() - Method in class com.redhat.thermostat.client.swing.components.HeaderPanel
 
isStorageRequired() - Method in class com.redhat.thermostat.common.cli.AbstractCommand
 
isStorageRequired() - Method in class com.redhat.thermostat.common.cli.AbstractStateNotifyingCommand
 
isStorageRequired() - Method in interface com.redhat.thermostat.common.cli.Command
Whether the command depends on Storage
isStorageRequired() - Method in class com.redhat.thermostat.tools.dependency.DependencyAnalyzerCommand
 
Issue - Interface in com.redhat.thermostat.client.core
 
IssueDescription(Severity, String, String, String) - Constructor for class com.redhat.thermostat.client.core.views.IssueView.IssueDescription
 
IssueDiagnoser - Interface in com.redhat.thermostat.client.core
 
IssueView - Class in com.redhat.thermostat.client.core.views
 
IssueView() - Constructor for class com.redhat.thermostat.client.core.views.IssueView
 
IssueView.IssueAction - Enum in com.redhat.thermostat.client.core.views
 
IssueView.IssueDescription - Class in com.redhat.thermostat.client.core.views
 
IssueView.IssueState - Enum in com.redhat.thermostat.client.core.views
 
IssueViewProvider - Interface in com.redhat.thermostat.client.core.views
 
isTimedStatements - Variable in class com.redhat.thermostat.storage.core.QueuedStorage
 
isTransitionState() - Method in interface com.redhat.thermostat.client.core.ToggleActionState
 
isViewThread() - Method in interface com.redhat.thermostat.platform.Platform
 
iterator() - Method in interface com.redhat.thermostat.collections.graph.Graph
Returns an iterator over this graph nodes.
iterator() - Method in class com.redhat.thermostat.collections.graph.HashGraph
The iterator is not ordered.
iterator() - Method in class com.redhat.thermostat.storage.dao.QueryResult
 
iterator() - Method in class com.redhat.thermostat.storage.dao.StatementResult
 
iterator() - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoCorrelator
 
iterator() - Method in class com.redhat.thermostat.ui.swing.model.Trace
 
IteratorUtils - Class in com.redhat.thermostat.common.utils
 

J

JAVA_APPLICATION - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
JAVA_APPLICATION_24 - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
JAVA_APPLICATION_32 - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
javaHomeKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
join(String, Iterable<? extends CharSequence>) - Static method in class com.redhat.thermostat.common.utils.StringUtils
 

K

Key<T> - Class in com.redhat.thermostat.storage.core
Keys are attributes in Categorys.
Key() - Constructor for class com.redhat.thermostat.storage.core.Key
 
Key(String) - Constructor for class com.redhat.thermostat.storage.core.Key
 
KEY_SERVICE_ID - Static variable in interface com.redhat.thermostat.client.core.InformationService
Deprecated.
Property key to be used when registering this service with the OSGi framework.
Keyring - Interface in com.redhat.thermostat.utils.keyring
Maps url/username to passwords, securely.
KeyringException - Exception in com.redhat.thermostat.utils.keyring
 
KeyringException(String) - Constructor for exception com.redhat.thermostat.utils.keyring.KeyringException
 
keys - Variable in class com.redhat.thermostat.storage.core.Category
 
KeyValuePair() - Constructor for class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
 
KeyValuePair(String, String) - Constructor for class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
 

L

LabelField - Class in com.redhat.thermostat.client.swing.components
A JLabel appropriate for labelling other components.
LabelField(LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.LabelField
 
lastPrintedLine - Variable in class com.redhat.thermostat.common.cli.TableRenderer
 
Launcher - Interface in com.redhat.thermostat.launcher
Launcher is the main entry point for all Thermostat commands.
LaunchException - Exception in com.redhat.thermostat.common
Exception that should be thrown when a condition is detected that prevents proper startup of program.
LaunchException(String) - Constructor for exception com.redhat.thermostat.common.LaunchException
 
LaunchException(String, Exception) - Constructor for exception com.redhat.thermostat.common.LaunchException
 
layoutContainer(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
LayoutDebugHelper - Class in com.redhat.thermostat.client.swing
This class goes through the swing container hierarchy and adds random colored borders to the components themselves.
LayoutDebugHelper() - Constructor for class com.redhat.thermostat.client.swing.LayoutDebugHelper
 
LegendCheckBox - Class in com.redhat.thermostat.client.swing.components
 
LegendCheckBox(LocalizedString, Color) - Constructor for class com.redhat.thermostat.client.swing.components.LegendCheckBox
 
LegendLabel - Class in com.redhat.thermostat.client.swing.components
 
LegendLabel(LocalizedString, Color) - Constructor for class com.redhat.thermostat.client.swing.components.LegendLabel
 
lerp(float, float, float) - Static method in class com.redhat.thermostat.common.model.Interpolator
Linearly interpolate between two floating point numbers.
lerp(int, int, float) - Static method in class com.redhat.thermostat.common.model.Interpolator
Linearly interpolate between two integers.
lessThan(Key<T>, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinaryComparisonExpression comparing if the provided key has a value less than the provided value.
lessThanOrEqualTo(Key<T>, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinaryComparisonExpression comparing if the provided key has a value less than or equal to the provided value.
librariesKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
limit(int) - Method in class com.redhat.thermostat.storage.core.AbstractQuery
 
limit(int) - Method in class com.redhat.thermostat.storage.core.AggregateQuery
 
limit(int) - Method in interface com.redhat.thermostat.storage.core.Query
 
LinearInterpolator - Class in com.redhat.thermostat.animation
 
LinearInterpolator() - Constructor for class com.redhat.thermostat.animation.LinearInterpolator
 
lines - Variable in class com.redhat.thermostat.common.cli.TableRenderer
 
listenersCount() - Method in class com.redhat.thermostat.common.ActionNotifier
 
LiteralExpression<T> - Class in com.redhat.thermostat.storage.query
An Expression that contains a value.
LiteralExpression(T) - Constructor for class com.redhat.thermostat.storage.query.LiteralExpression
Constructs a LiteralExpression given a value.
LiteralSetExpression<T> - Class in com.redhat.thermostat.storage.query
An Expression that contains a set of values.
LiteralSetExpression(Set<T>, Class<T>) - Constructor for class com.redhat.thermostat.storage.query.LiteralSetExpression
Constructs a LiteralSetExpression given a list of values and its type.
loadBundlesByName(List<BundleInformation>) - Method in class com.redhat.thermostat.launcher.BundleManager
Load and start bundles using the metadata about a bundle.
loadFile(String) - Method in class com.redhat.thermostat.storage.core.QueuedStorage
 
loadFile(String) - Method in interface com.redhat.thermostat.storage.core.Storage
Load the file with the given name and return the data as an InputStream.
loadGlobalLoggingConfig(CommonPaths) - Static method in class com.redhat.thermostat.common.utils.LoggingUtils
Deprecated.
this is done via the launcher now
loadIcon(InputStream) - Static method in class com.redhat.thermostat.client.ui.IconDescriptor
Loads an icon from the given InputStream.
loadIcon(File) - Static method in class com.redhat.thermostat.client.ui.IconDescriptor
Loads an icon from a file.
loadIcon(ClassLoader, String) - Static method in class com.redhat.thermostat.client.ui.IconDescriptor
Loads an icon by calling from the given resource file and ClassLoader.
loadUserLoggingConfig(CommonPaths) - Static method in class com.redhat.thermostat.common.utils.LoggingUtils
Deprecated.
this is done via the launcher now
LocaleResources - Enum in com.redhat.thermostat.client.locale
 
LocaleResources - Enum in com.redhat.thermostat.common.cli
 
localize(T) - Method in class com.redhat.thermostat.shared.locale.Translate
 
localize(T, String...) - Method in class com.redhat.thermostat.shared.locale.Translate
 
localize(T, String[], String, int, String...) - Method in class com.redhat.thermostat.shared.locale.Translate
Creates a LocalizedString that can contain one list of unknown length that gets inserted as a single String, with separator as specified, into the regular translate parameters at a given position.
LocalizedLabel - Class in com.redhat.thermostat.client.swing.components
 
LocalizedLabel(LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.LocalizedLabel
 
LocalizedString - Class in com.redhat.thermostat.shared.locale
 
LocalizedString(String) - Constructor for class com.redhat.thermostat.shared.locale.LocalizedString
Create a LocalizedString with pre-translated contents.
LocalSocketChannel - Interface in org.jboss.byteman.thermostat.helper.transport.ipc
 
LocalSocketChannelFactory - Interface in org.jboss.byteman.thermostat.helper.transport.ipc
 
LocalSocketChannelFactoryImpl - Class in org.jboss.byteman.thermostat.helper.transport.ipc
 
LocalSocketChannelFactoryImpl() - Constructor for class org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketChannelFactoryImpl
 
LocalSocketChannelImpl - Class in org.jboss.byteman.thermostat.helper.transport.ipc
 
LocalSocketTransportFactory - Class in org.jboss.byteman.thermostat.helper.transport.ipc
 
LocalSocketTransportFactory() - Constructor for class org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketTransportFactory
 
LogFormatter - Class in com.redhat.thermostat.shared.config
 
LogFormatter() - Constructor for class com.redhat.thermostat.shared.config.LogFormatter
 
LoggedExternalProcess - Class in com.redhat.thermostat.common.utils
Runs a process and logs it's output.
LoggedExternalProcess(List<String>) - Constructor for class com.redhat.thermostat.common.utils.LoggedExternalProcess
 
LoggedExternalProcess(String[]) - Constructor for class com.redhat.thermostat.common.utils.LoggedExternalProcess
 
LoggingUtils - Class in com.redhat.thermostat.common.utils
A few helper functions to facilitate using loggers
LoggingUtils.LogLevel - Enum in com.redhat.thermostat.common.utils
 
LogicalExpression - Interface in com.redhat.thermostat.storage.query
 
LongProperty - Class in com.redhat.thermostat.beans.property
 
LongProperty() - Constructor for class com.redhat.thermostat.beans.property.LongProperty
 
LongProperty(long) - Constructor for class com.redhat.thermostat.beans.property.LongProperty
 
LongProperty(long, String) - Constructor for class com.redhat.thermostat.beans.property.LongProperty
 
LongRangeNormalizer - Class in com.redhat.thermostat.common.model
A class that normalizes LongRange values to another given range.
LongRangeNormalizer(Range<Long>) - Constructor for class com.redhat.thermostat.common.model.LongRangeNormalizer
 
LongRangeNormalizer(Range<Long>, long, long) - Constructor for class com.redhat.thermostat.common.model.LongRangeNormalizer
 
LongRangeNormalizer(Range<Long>, Range<Long>) - Constructor for class com.redhat.thermostat.common.model.LongRangeNormalizer
 
LOSE_THRESHOLD_PROPERTY - Static variable in class org.jboss.byteman.thermostat.helper.Transport
 

M

main(String[]) - Static method in class com.redhat.thermostat.common.portability.ProcessWaiterMain
 
main(String[]) - Static method in class com.redhat.thermostat.ui.swing.components.Spinner
 
mainClassKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
MainWindowController - Interface in com.redhat.thermostat.client.ui
 
matches(T) - Method in class com.redhat.thermostat.client.core.NameMatchingRefFilter
 
matches(T) - Method in class com.redhat.thermostat.common.AllPassFilter
 
matches(T) - Method in class com.redhat.thermostat.common.Filter
Return true if this filter match the given input, false otherwise.
matchesPattern(Ref) - Method in class com.redhat.thermostat.client.core.NameMatchingRefFilter
 
maxColumnWidths - Variable in class com.redhat.thermostat.common.cli.TableRenderer
 
maximumLayoutSize(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
MDIService - Interface in com.redhat.thermostat.platform
 
MENU_KEY - Static variable in interface com.redhat.thermostat.client.ui.MenuAction
 
MenuAction - Interface in com.redhat.thermostat.client.ui
MenuActions are used to create top-level menu items in the main window.
MenuAction.Type - Enum in com.redhat.thermostat.client.ui
 
MenuHelper - Class in com.redhat.thermostat.client.swing
Helps adding or removing MenuAction from JMenuBars.
MenuHelper(CommonPaths, JMenuBar) - Constructor for class com.redhat.thermostat.client.swing.MenuHelper
 
MenuHelper.SortedMenuItem - Class in com.redhat.thermostat.client.swing
 
MenuRegistry - Class in com.redhat.thermostat.client.ui
 
MenuRegistry(BundleContext) - Constructor for class com.redhat.thermostat.client.ui.MenuRegistry
 
MenuStates - Class in com.redhat.thermostat.client.swing
Provides a way for main window toolbar menu items states to be persisted to disk.
MenuStates(CommonPaths) - Constructor for class com.redhat.thermostat.client.swing.MenuStates
 
Message - Interface in com.redhat.thermostat.common.command
Base interface for the various message types.
Message.MessageType - Interface in com.redhat.thermostat.common.command
 
messageReceived(IPCMessage) - Method in interface com.redhat.thermostat.agent.ipc.server.ThermostatIPCCallbacks
Method to be called when an IPC server created with this object receives a message from a client.
Messages - Class in com.redhat.thermostat.common.command
Helper class for comparing messages, such as Request and Response.
Messages() - Constructor for class com.redhat.thermostat.common.command.Messages
 
MethodDeclaration(String, List<String>, String) - Constructor for class com.redhat.thermostat.common.utils.MethodDescriptorConverter.MethodDeclaration
 
MethodDescriptorConverter - Class in com.redhat.thermostat.common.utils
Convert JVM-internal descriptors of methods to standard Java-style method descriptions.
MethodDescriptorConverter() - Constructor for class com.redhat.thermostat.common.utils.MethodDescriptorConverter
 
MethodDescriptorConverter.MethodDeclaration - Class in com.redhat.thermostat.common.utils
 
minimumLayoutSize(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
minWidth - Variable in class com.redhat.thermostat.common.cli.TableRenderer
 
model - Variable in class com.redhat.thermostat.platform.mvc.Controller
 
Model - Class in com.redhat.thermostat.platform.mvc
Toplevel Model class for Thermostat components.
Model() - Constructor for class com.redhat.thermostat.platform.mvc.Model
 
Model<T> - Class in com.redhat.thermostat.ui.swing.model
Simple class for generic models that contains data for a Swing Component.
Model() - Constructor for class com.redhat.thermostat.ui.swing.model.Model
 
modelCleared(Model<T>) - Method in interface com.redhat.thermostat.ui.swing.model.ModelListener
 
ModelListener<T> - Interface in com.redhat.thermostat.ui.swing.model
 
modelRebuilt(Model<T>, T) - Method in interface com.redhat.thermostat.ui.swing.model.ModelListener
 
ModelUtils - Class in com.redhat.thermostat.client.swing
 
MultiChartPanel - Class in com.redhat.thermostat.client.swing.components
Displays multiple time-series data sets in a single chart, allowing users to select the data range and the individual data sets to show.
MultiChartPanel() - Constructor for class com.redhat.thermostat.client.swing.components.MultiChartPanel
 
MultiChartPanel.DataGroup - Class in com.redhat.thermostat.client.swing.components
 
MultipleServiceTracker - Class in com.redhat.thermostat.common
A ServiceTracker for multiple services.
MultipleServiceTracker(BundleContext, Class<?>[], MultipleServiceTracker.Action) - Constructor for class com.redhat.thermostat.common.MultipleServiceTracker
 
MultipleServiceTracker.Action - Interface in com.redhat.thermostat.common
 
MultipleServiceTracker.DependencyProvider - Class in com.redhat.thermostat.common
 
MVCComponent - Interface in com.redhat.thermostat.platform.mvc
 
MVCProvider - Interface in com.redhat.thermostat.platform.mvc
Providers for instances of MVCComponents.
MXBeanConnection - Interface in com.redhat.thermostat.agent.utils.management
 
MXBeanConnectionException - Exception in com.redhat.thermostat.agent.utils.management
 
MXBeanConnectionException() - Constructor for exception com.redhat.thermostat.agent.utils.management.MXBeanConnectionException
 
MXBeanConnectionException(String) - Constructor for exception com.redhat.thermostat.agent.utils.management.MXBeanConnectionException
 
MXBeanConnectionException(Throwable) - Constructor for exception com.redhat.thermostat.agent.utils.management.MXBeanConnectionException
 
MXBeanConnectionException(String, Throwable) - Constructor for exception com.redhat.thermostat.agent.utils.management.MXBeanConnectionException
 
MXBeanConnectionPool - Interface in com.redhat.thermostat.agent.utils.management
A pool for caching and reusing MXBeanConnections.

N

NAME - Static variable in class com.redhat.thermostat.collections.graph.Node
 
NAME - Static variable in class com.redhat.thermostat.collections.graph.Relationship
 
NAME - Static variable in interface com.redhat.thermostat.common.cli.Command
 
name - Variable in class com.redhat.thermostat.storage.core.Category
 
NAME - Static variable in interface com.redhat.thermostat.storage.core.SchemaInfo
 
NAME - Static variable in class com.redhat.thermostat.tools.dependency.DependencyAnalyzerCommand
 
NamedProperty<T> - Interface in com.redhat.thermostat.beans.property
 
NameMatchingRefFilter<T extends Ref> - Class in com.redhat.thermostat.client.core
A Filter that checks if the name of a Ref contains the supplied character substring.
NameMatchingRefFilter() - Constructor for class com.redhat.thermostat.client.core.NameMatchingRefFilter
 
NameMatchingRefFilter(String) - Constructor for class com.redhat.thermostat.client.core.NameMatchingRefFilter
 
NativeLibraryResolver - Class in com.redhat.thermostat.shared.config
Class which enables resolving of native libraries placed in CommonPaths.getSystemNativeLibsRoot().
NativeLibraryResolver() - Constructor for class com.redhat.thermostat.shared.config.NativeLibraryResolver
 
networkInfoCategory - Static variable in interface com.redhat.thermostat.storage.dao.NetworkInterfaceInfoDAO
 
NetworkInterfaceInfo - Class in com.redhat.thermostat.storage.model
 
NetworkInterfaceInfo() - Constructor for class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
NetworkInterfaceInfo(String, String) - Constructor for class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
NetworkInterfaceInfoDAO - Interface in com.redhat.thermostat.storage.dao
 
NetworkMonitor - Interface in com.redhat.thermostat.storage.monitor
Monitors the network for addition, removals of new HostRef.
NetworkMonitor.Action - Enum in com.redhat.thermostat.storage.monitor
 
next() - Method in interface com.redhat.thermostat.storage.core.Cursor
Retrieves the next element from the result set.
Node - Class in com.redhat.thermostat.collections.graph
 
Node(String) - Constructor for class com.redhat.thermostat.collections.graph.Node
 
NonEditableTableModel - Class in com.redhat.thermostat.client.swing
 
NonEditableTableModel() - Constructor for class com.redhat.thermostat.client.swing.NonEditableTableModel
 
NonEditableTableModel(int, int) - Constructor for class com.redhat.thermostat.client.swing.NonEditableTableModel
 
NonEditableTableModel(Vector<String>, int) - Constructor for class com.redhat.thermostat.client.swing.NonEditableTableModel
 
NonEditableTableModel(Vector<? extends Vector<?>>, Vector<?>) - Constructor for class com.redhat.thermostat.client.swing.NonEditableTableModel
 
NoopLocalSocketChannel - Class in org.jboss.byteman.thermostat.helper.transport.ipc
 
NoopLocalSocketChannel(String) - Constructor for class org.jboss.byteman.thermostat.helper.transport.ipc.NoopLocalSocketChannel
 
not(T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a UnaryLogicalExpression which is a logical negation of the provided expression.
notEqualTo(Key<T>, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinaryComparisonExpression comparing the provided key and value for inequality.
notifier - Variable in class com.redhat.thermostat.client.core.views.BasicView
 
notifier - Variable in class com.redhat.thermostat.client.core.views.IssueView
 
notify(BasicView.Action) - Method in class com.redhat.thermostat.client.core.views.BasicView
 
notify(Filter.FilterEvent) - Method in class com.redhat.thermostat.common.Filter
Notify all the listeners that a change occurred in this filter.
notify(Filter.FilterEvent, Object) - Method in class com.redhat.thermostat.common.Filter
 
notify(SaveFileListener.EventType, Object) - Method in class com.redhat.thermostat.storage.core.CloseOnSave
 
notify(SaveFileListener.EventType, Object) - Method in interface com.redhat.thermostat.storage.core.SaveFileListener
 
NotImplementedException - Exception in com.redhat.thermostat.common
 
NotImplementedException() - Constructor for exception com.redhat.thermostat.common.NotImplementedException
 
NotImplementedException(String) - Constructor for exception com.redhat.thermostat.common.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception com.redhat.thermostat.common.NotImplementedException
 
notIn(Key<T>, Set<T>, Class<T>) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinarySetMembershipExpression comparing if the provided key has a value not equal to all of the provided values.
NullSelectionModel - Class in com.redhat.thermostat.client.swing.components.models
Makes a JList non-selectable.
NullSelectionModel() - Constructor for class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
numColumns - Variable in class com.redhat.thermostat.common.cli.TableRenderer
 

O

ObjectProperty<T> - Class in com.redhat.thermostat.beans.property
 
ObjectProperty() - Constructor for class com.redhat.thermostat.beans.property.ObjectProperty
 
ObjectProperty(T) - Constructor for class com.redhat.thermostat.beans.property.ObjectProperty
 
ObjectProperty(T, String) - Constructor for class com.redhat.thermostat.beans.property.ObjectProperty
 
Observable - Interface in com.redhat.thermostat.beans.property
 
ObservableValue<T> - Interface in com.redhat.thermostat.beans.property
 
ONE_SECOND - Static variable in class com.redhat.thermostat.animation.Animation
 
onProcessExit() - Method in class com.redhat.thermostat.common.portability.ProcessWatcher
 
opacityProperty() - Method in class com.redhat.thermostat.platform.swing.components.ThermostatComponent
 
open() - Method in class com.redhat.thermostat.common.MultipleServiceTracker
 
open(File, String) - Method in interface org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketChannelFactory
 
open(File, String) - Method in class org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketChannelFactoryImpl
 
Operator - Interface in com.redhat.thermostat.storage.query
Base interface for operators that are used with Expression objects.
optional(Arguments) - Static method in class com.redhat.thermostat.client.cli.AgentArgument
 
optional(Arguments) - Static method in class com.redhat.thermostat.client.cli.FileNameArgument
 
optional(Arguments) - Static method in class com.redhat.thermostat.client.cli.VmArgument
 
or(S, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
Creates a BinaryLogicalExpression with the two provided expressions joined in order by a logical OR operation.
order() - Method in interface com.redhat.thermostat.collections.graph.Graph
Returns the order, or the number of Nodes, of this Graph.
order() - Method in class com.redhat.thermostat.collections.graph.HashGraph
 
ORDER_CODE_GROUP - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for services that provide information about code running in a Host or a VM.
ORDER_CPU_GROUP - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for services that provide information about a Host or VM's CPU usage.
ORDER_DEFAULT_GROUP - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for services that provide generic overview information about a Host or VM.
ORDER_FIRST - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for services that should be executed first.
ORDER_IO_GROUP - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for services that provide information about a Host or VM's I/O usage.
ORDER_LAST - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for services that should be executed last.
ORDER_MEMORY_GROUP - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for services that provide information about a Host or VM's memory usage.
ORDER_NETWORK_GROUP - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for services that provide information about a Host or VM's network usage.
ORDER_THREAD_GROUP - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for services that provide information about a Host or VM's threads.
ORDER_USER_GROUP - Static variable in interface com.redhat.thermostat.common.Ordered
Order group for user-defined services.
ORDER_VALUE - Static variable in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
Ordered - Interface in com.redhat.thermostat.common
This interface defines a standard way for Thermostat plug-ins to specify an ordering for their services in relation to others of the same type.
OrderedComparator<T extends Ordered> - Class in com.redhat.thermostat.common
 
OrderedComparator() - Constructor for class com.redhat.thermostat.common.OrderedComparator
 
org.jboss.byteman.thermostat - package org.jboss.byteman.thermostat
 
org.jboss.byteman.thermostat.helper - package org.jboss.byteman.thermostat.helper
 
org.jboss.byteman.thermostat.helper.transport.ipc - package org.jboss.byteman.thermostat.helper.transport.ipc
 
OS - Class in com.redhat.thermostat.shared.config
Utility class for OS-specific behaviour
OS() - Constructor for class com.redhat.thermostat.shared.config.OS
 
osKernelKey - Static variable in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
osNameKey - Static variable in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
OverlayContainer - Interface in com.redhat.thermostat.client.swing
 
OverlayPanel - Class in com.redhat.thermostat.client.swing.components
A panel meant to be stacked on top of existing components to display informations in an floating overlay.
OverlayPanel(LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.OverlayPanel
Creates a new OverlayPanel, with an arrow facing upward.
OverlayPanel(LocalizedString, boolean) - Constructor for class com.redhat.thermostat.client.swing.components.OverlayPanel
Creates a new OverlayPanel.
OverlayPanel(LocalizedString, boolean, boolean) - Constructor for class com.redhat.thermostat.client.swing.components.OverlayPanel
 
OverlayPanel.CloseEvent - Class in com.redhat.thermostat.client.swing.components
 
OverlayPanel.CloseEventListener - Interface in com.redhat.thermostat.client.swing.components
 

P

paint(Graphics, JComponent) - Method in class com.redhat.thermostat.ui.swing.components.SpinnerLayerUI
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.redhat.thermostat.client.swing.components.DebugBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.redhat.thermostat.client.swing.components.GradientRoundBorder
 
paintComponent(Graphics) - Method in class com.redhat.thermostat.client.swing.components.ChartPanel
 
paintComponent(Graphics) - Method in class com.redhat.thermostat.client.swing.components.GradientPanel
 
paintComponent(Graphics) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
 
paintComponent(Graphics) - Method in class com.redhat.thermostat.client.swing.components.SearchField
 
paintComponent(Graphics) - Method in class com.redhat.thermostat.platform.swing.components.ThermostatComponent
 
paintComponent(Graphics2D) - Method in class com.redhat.thermostat.platform.swing.components.ThermostatComponent
 
paintComponent(Graphics2D) - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
paintComponent(Graphics2D) - Method in class com.redhat.thermostat.ui.swing.components.ImageComponent
 
paintIcon(Graphics, JComponent, Rectangle) - Method in class com.redhat.thermostat.client.swing.components.ActionToggleButtonUI
 
paintIcon(Component, Graphics, int, int) - Method in class com.redhat.thermostat.client.swing.components.CompositeIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.redhat.thermostat.client.swing.components.DebugIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.redhat.thermostat.client.swing.components.EmptyIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.redhat.thermostat.client.swing.components.FontAwesomeIcon
 
Pair<F,S> - Class in com.redhat.thermostat.common
A container that hold two values.
Pair(F, S) - Constructor for class com.redhat.thermostat.common.Pair
 
Palette - Enum in com.redhat.thermostat.client.ui
A set of preselected colors suitable for using to draw custom painting of charts graphs and figures.
parents - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
parse() - Method in class com.redhat.thermostat.agent.config.AgentOptionParser
 
parse() - Method in interface com.redhat.thermostat.common.config.ThermostatOptionParser
 
parse(String) - Static method in class com.redhat.thermostat.common.Size
Parses a string (such as "1.0 KiB") into a size.
parse() - Method in class com.redhat.thermostat.common.utils.HostPortsParser
 
ParsedStatement<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
An intermediary representation of a PreparedStatement.
patchStatement(PreparedParameter[]) - Method in interface com.redhat.thermostat.storage.core.ParsedStatement
Patches a statement, setting free variables.
payload - Variable in class com.redhat.thermostat.collections.graph.BreadthFirstSearch
 
payload - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
perfLogFormatter - Variable in class com.redhat.thermostat.storage.core.QueuedStorage
 
Persist - Annotation Type in com.redhat.thermostat.storage.core
Indicates that the annotated JavaBean property should be persisted into some form of storage when needed.
Persistable - Interface in com.redhat.thermostat.common.config
 
PIDS_TO_MONITOR - Static variable in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
platform - Variable in class com.redhat.thermostat.platform.mvc.Controller
 
platform - Variable in class com.redhat.thermostat.platform.mvc.Model
 
platform - Variable in class com.redhat.thermostat.platform.mvc.View
 
Platform - Interface in com.redhat.thermostat.platform
 
PlatformIcon - Interface in com.redhat.thermostat.client.ui
An opaque type representing an Icon in the underlying UI toolkit.
PlatformService - Annotation Type in com.redhat.thermostat.platform.annotations
Signal that the class annotated by this annotation must be exported as an OSGi Service by the platform at Runtime.
PlatformShutdown - Interface in com.redhat.thermostat.platform
 
play() - Method in class com.redhat.thermostat.animation.Animation
 
PluginConfigurationValidatorException - Exception in com.redhat.thermostat.plugin.validator
Thrown if there were schema validation issues or other problems in a thermostat-plugin.xml
PluginConfigurationValidatorException(String, File, List<ValidationIssue>, List<ValidationIssue>, List<ValidationIssue>) - Constructor for exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
Constructor.
PluginConfigurationValidatorException(String, File, List<ValidationIssue>, List<ValidationIssue>, List<ValidationIssue>, Throwable) - Constructor for exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
Constructor.
PluginDirFileVisitor - Class in com.redhat.thermostat.launcher
A simple file visitor for plugin directories.
PluginDirFileVisitor() - Constructor for class com.redhat.thermostat.launcher.PluginDirFileVisitor
 
PluginValidator - Class in com.redhat.thermostat.plugin.validator
Validates thermostat-plugin.xml files against its schema.
PluginValidator() - Constructor for class com.redhat.thermostat.plugin.validator.PluginValidator
 
Pojo - Interface in com.redhat.thermostat.storage.model
All data types should implement this empty interface, to support the generalization of DAO code where possible.
PortableHost - Interface in com.redhat.thermostat.common.portability
 
PortableHostFactory - Class in com.redhat.thermostat.common.portability
 
PortableHostFactory() - Constructor for class com.redhat.thermostat.common.portability.PortableHostFactory
 
PortableMemoryStat - Class in com.redhat.thermostat.common.portability
 
PortableMemoryStat(long, long, long, long, long, long, long, long) - Constructor for class com.redhat.thermostat.common.portability.PortableMemoryStat
 
PortableMemoryStatFactory - Class in com.redhat.thermostat.common.portability
 
PortableMemoryStatFactory() - Constructor for class com.redhat.thermostat.common.portability.PortableMemoryStatFactory
 
PortableProcess - Interface in com.redhat.thermostat.common.portability
 
PortableProcessFactory - Class in com.redhat.thermostat.common.portability
 
PortableProcessFactory() - Constructor for class com.redhat.thermostat.common.portability.PortableProcessFactory
 
PortableProcessStat - Class in com.redhat.thermostat.common.portability
 
PortableProcessStat(int, long, long) - Constructor for class com.redhat.thermostat.common.portability.PortableProcessStat
 
PortableProcessStatFactory - Class in com.redhat.thermostat.common.portability
 
PortableProcessStatFactory() - Constructor for class com.redhat.thermostat.common.portability.PortableProcessStatFactory
 
PortableVmIoStat - Class in com.redhat.thermostat.common.portability
 
PortableVmIoStat(long, long, long, long, long) - Constructor for class com.redhat.thermostat.common.portability.PortableVmIoStat
 
PortableVmIoStatFactory - Class in com.redhat.thermostat.common.portability
 
PortableVmIoStatFactory() - Constructor for class com.redhat.thermostat.common.portability.PortableVmIoStatFactory
 
POSITIONAL_ARG_COMPLETION - Static variable in class com.redhat.thermostat.common.cli.CliCommandOption
Special constant for use with CompleterService, which indicates a "meta-option" which is really the first non-option argument.
postCreate(ContentPane) - Method in class com.redhat.thermostat.platform.swing.SwingView
 
postCreate(ContentPane) - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
 
postDestroy() - Method in class com.redhat.thermostat.platform.swing.SwingView
 
postDestroy() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
 
postProcessNode(Node, SearchPayload) - Method in class com.redhat.thermostat.collections.graph.DefaultTraversalListener
 
postProcessNode(Node, SearchPayload) - Method in interface com.redhat.thermostat.collections.graph.TraversalListener
 
postProcessNodeImpl(Node) - Method in class com.redhat.thermostat.collections.graph.DefaultTraversalListener
 
postProcessNodeImpl(Node) - Method in class com.redhat.thermostat.collections.graph.TopologicalSort
 
preCreate() - Method in class com.redhat.thermostat.platform.swing.SwingView
 
preDestroy() - Method in class com.redhat.thermostat.platform.swing.SwingView
 
preferredLayoutSize(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
preferredLayoutSize(Container) - Method in class com.redhat.thermostat.client.swing.components.VerticalLayout
 
PREFIX - Static variable in interface org.jboss.byteman.thermostat.Properties
 
preInitFrame(JFrame) - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
Called before window listeners and content pane are attached to this frame.
preLoadBundles(Framework, List<String>, boolean) - Static method in class com.redhat.thermostat.launcher.BundleManager
 
PreparedParameter - Class in com.redhat.thermostat.storage.core
Represents a prepared parameter.
PreparedParameter() - Constructor for class com.redhat.thermostat.storage.core.PreparedParameter
 
PreparedParameters - Class in com.redhat.thermostat.storage.core
Shared class for setting prepared parameters.
PreparedParameters(int) - Constructor for class com.redhat.thermostat.storage.core.PreparedParameters
 
PreparedStatement<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
A prepared statement.
PreparedStatementFactory - Class in com.redhat.thermostat.storage.core
Factory for instantiating a PreparedStatement.
PreparedStatementFactory() - Constructor for class com.redhat.thermostat.storage.core.PreparedStatementFactory
 
prepareStatement(StatementDescriptor<T>) - Method in class com.redhat.thermostat.storage.core.QueuedStorage
 
prepareStatement(StatementDescriptor<T>) - Method in interface com.redhat.thermostat.storage.core.Storage
Prepares the given statement for execution.
preProcessNode(Node, SearchPayload) - Method in class com.redhat.thermostat.collections.graph.DefaultTraversalListener
 
preProcessNode(Node, SearchPayload) - Method in interface com.redhat.thermostat.collections.graph.TraversalListener
 
preProcessNodeImpl(Node) - Method in class com.redhat.thermostat.collections.graph.DefaultTraversalListener
 
preProcessNodeImpl(Node) - Method in class com.redhat.thermostat.collections.graph.TopologicalSort
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class com.redhat.thermostat.launcher.PluginDirFileVisitor
 
printHeader(String...) - Method in class com.redhat.thermostat.common.cli.TableRenderer
 
printLine(String...) - Method in class com.redhat.thermostat.common.cli.TableRenderer
 
ProcDataSource - Class in com.redhat.thermostat.common.portability.linux
Wrapper for files under /proc/.
ProcDataSource() - Constructor for class com.redhat.thermostat.common.portability.linux.ProcDataSource
 
ProcessChecker - Class in com.redhat.thermostat.common.portability
Utility for checking whether a process exists or not.
ProcessChecker() - Constructor for class com.redhat.thermostat.common.portability.ProcessChecker
 
processed - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
ProcessHandler - Interface in com.redhat.thermostat.service.process
 
processRelationship(Relationship, SearchPayload) - Method in class com.redhat.thermostat.collections.graph.DefaultTraversalListener
 
processRelationship(Relationship, SearchPayload) - Method in class com.redhat.thermostat.collections.graph.TopologicalSort
 
processRelationship(Relationship, SearchPayload) - Method in interface com.redhat.thermostat.collections.graph.TraversalListener
 
processRelationshipImpl(Relationship) - Method in class com.redhat.thermostat.collections.graph.DefaultTraversalListener
 
ProcessStartException - Exception in com.redhat.thermostat.common.tools
 
ProcessStartException(String, Throwable) - Constructor for exception com.redhat.thermostat.common.tools.ProcessStartException
 
ProcessUserInfo - Class in com.redhat.thermostat.common.portability
 
ProcessUserInfo(long, String) - Constructor for class com.redhat.thermostat.common.portability.ProcessUserInfo
 
ProcessUserInfo() - Constructor for class com.redhat.thermostat.common.portability.ProcessUserInfo
 
ProcessUserInfoBuilder - Interface in com.redhat.thermostat.common.portability
Interface for ProcessUserInfo builders
ProcessUserInfoBuilderFactory - Class in com.redhat.thermostat.common.portability
 
ProcessUserInfoBuilderFactory() - Constructor for class com.redhat.thermostat.common.portability.ProcessUserInfoBuilderFactory
 
ProcessWaiterMain - Class in com.redhat.thermostat.common.portability
 
ProcessWaiterMain() - Constructor for class com.redhat.thermostat.common.portability.ProcessWaiterMain
 
ProcessWatcher - Class in com.redhat.thermostat.common.portability
 
ProcessWatcher(int, long) - Constructor for class com.redhat.thermostat.common.portability.ProcessWatcher
 
ProgressHandle - Class in com.redhat.thermostat.client.core.progress
Handle that represents the current progress in performing a certain task.
ProgressHandle(LocalizedString) - Constructor for class com.redhat.thermostat.client.core.progress.ProgressHandle
Create a new ProgressHandle with the given name and task set as LocalizedString.EMPTY_STRING.
ProgressHandle.Status - Enum in com.redhat.thermostat.client.core.progress
 
ProgressNotifier - Interface in com.redhat.thermostat.client.core.progress
Provides graphical progress notification for long-running tasks.
Properties - Interface in org.jboss.byteman.thermostat
 
propertiesKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
Property<T> - Interface in com.redhat.thermostat.beans.property
 
purge() - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
 
purge(String) - Method in class com.redhat.thermostat.storage.core.QueuedStorage
 
purge(String) - Method in interface com.redhat.thermostat.storage.core.Storage
Drop all data related to the specified agent.
putHostInfo(HostInfo) - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
 
putNetworkInterfaceInfo(NetworkInterfaceInfo) - Method in interface com.redhat.thermostat.storage.dao.NetworkInterfaceInfoDAO
 
putRequest(Request) - Method in interface com.redhat.thermostat.client.command.RequestQueue
 
putVmInfo(VmInfo) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
putVmStoppedTime(String, long) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 

Q

Query<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
Describes what data should be fetched.
Query.SortDirection - Enum in com.redhat.thermostat.storage.core
 
QueryResult<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
 
QueryResult(Cursor<T>) - Constructor for class com.redhat.thermostat.storage.dao.QueryResult
 
queryToAggregate - Variable in class com.redhat.thermostat.storage.core.AggregateQuery
 
queue - Variable in class com.redhat.thermostat.collections.graph.BreadthFirstSearch
 
QueuedStorage - Class in com.redhat.thermostat.storage.core
 
QueuedStorage(Storage) - Constructor for class com.redhat.thermostat.storage.core.QueuedStorage
 
QueuedStorage(Storage, PerformanceLogFormatter) - Constructor for class com.redhat.thermostat.storage.core.QueuedStorage
 
queueOnApplicationThread(Runnable) - Method in interface com.redhat.thermostat.platform.Platform
 
queueOnViewThread(Runnable) - Method in interface com.redhat.thermostat.platform.Platform
 
quote(String) - Static method in class com.redhat.thermostat.common.utils.StringUtils
 

R

Range<T extends Number> - Class in com.redhat.thermostat.common.model
A class representing a span of units from min to max.
Range(T, T) - Constructor for class com.redhat.thermostat.common.model.Range
Creates a new Range that span from min to max.
readAll(InputStream) - Static method in class com.redhat.thermostat.common.utils.StreamUtils
 
readMessage() - Method in interface com.redhat.thermostat.agent.ipc.client.IPCMessageChannel
Reads a message from the connected IPC server.
rebuild() - Method in class com.redhat.thermostat.client.ui.HostInformationController
 
rebuild() - Method in class com.redhat.thermostat.client.ui.VmInformationController
 
rebuild() - Method in class com.redhat.thermostat.ui.swing.model.Model
Rebuilds this model underlying representation.
rebuildImpl() - Method in class com.redhat.thermostat.ui.swing.model.Model
 
receive(Request) - Method in interface com.redhat.thermostat.agent.command.RequestReceiver
 
ReceiverRegistry - Class in com.redhat.thermostat.agent.command
Handles registering RequestReceivers into the framework.
ReceiverRegistry(BundleContext) - Constructor for class com.redhat.thermostat.agent.command.ReceiverRegistry
 
RecentTimeSeriesChartController - Class in com.redhat.thermostat.client.ui
 
RecentTimeSeriesChartController(JFreeChart) - Constructor for class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
 
RecentTimeSeriesChartPanel - Class in com.redhat.thermostat.client.swing.components
 
RecentTimeSeriesChartPanel(RecentTimeSeriesChartController) - Constructor for class com.redhat.thermostat.client.swing.components.RecentTimeSeriesChartPanel
 
reconnect(ClientPreferences, StorageCredentials) - Method in interface com.redhat.thermostat.client.ui.ClientConfigReconnector
 
RECORD - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
Ref - Interface in com.redhat.thermostat.storage.core
 
referenceChanged(ReferenceSelectionChangedEvent) - Method in interface com.redhat.thermostat.client.swing.ReferenceSelectionChangeListener
 
ReferenceContextAction - Interface in com.redhat.thermostat.client.ui
A common interface for ContextAction that can execute commands based on References.
ReferenceFieldDecoratorLayout - Enum in com.redhat.thermostat.client.swing
ReferenceFieldIconDecorator - Interface in com.redhat.thermostat.client.ui
Implementations of this interface have the ability to decorate the specific targets by changing or replacing the target PlatformIcon.
ReferenceFieldLabelDecorator - Interface in com.redhat.thermostat.client.ui
Implementations of this interface have the ability to decorate the specific targets by changing or replacing the target String.
ReferenceFilter - Class in com.redhat.thermostat.client.ui
A specialization of the Filter interface that can filter References.
ReferenceFilter() - Constructor for class com.redhat.thermostat.client.ui.ReferenceFilter
 
ReferenceSelectionChangedEvent - Class in com.redhat.thermostat.client.swing
 
ReferenceSelectionChangedEvent(Object, Ref, Ref) - Constructor for class com.redhat.thermostat.client.swing.ReferenceSelectionChangedEvent
 
ReferenceSelectionChangeListener - Interface in com.redhat.thermostat.client.swing
Listener interface for implementing ReferenceSelectionChange handlers.
ReferenceSelectionService - Interface in com.redhat.thermostat.client.swing
A service that exposes the currently selected Ref.
refresh() - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayModel
 
register(VmStatusListener) - Method in class com.redhat.thermostat.agent.VmStatusListenerRegistrar
 
register(ProgressHandle) - Method in interface com.redhat.thermostat.client.core.progress.ProgressNotifier
Register a handle that is used to communicate progress of tasks
registerAction(HostPollingAction) - Method in class com.redhat.thermostat.backend.HostPollingBackend
Register an action to be performed at each polling interval.
registerAction(VmPollingAction) - Method in class com.redhat.thermostat.backend.VmPollingBackend
Register an action to be performed at each polling interval.
registerCategory(Category<?>) - Method in class com.redhat.thermostat.storage.core.QueuedStorage
 
registerCategory(Category<?>) - Method in interface com.redhat.thermostat.storage.core.Storage
Register the category into the Storage.
registerCommand(String, Command) - Method in interface com.redhat.thermostat.common.cli.CommandRegistry
 
registerCommand(String, Command) - Method in class com.redhat.thermostat.common.cli.CommandRegistryImpl
 
registerMVC(MVCProvider) - Method in interface com.redhat.thermostat.platform.MDIService
 
registerReceiver(RequestReceiver) - Method in class com.redhat.thermostat.agent.command.ReceiverRegistry
 
registerService(T, Dictionary<String, ?>) - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
Register the implementation of T to the OSGi context, with the given properties.
registerService(T, String, Dictionary<String, String>) - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
Equivalent to calling registerService(service, props) with a dictionary containing an entry for SERVICE_NAME with value as name, in adddition to the contents of props
registerService(T, String) - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
Equivalent to calling registerService(service, name, props) with null or empty props.
Relationship - Class in com.redhat.thermostat.collections.graph
A class abstracting a connection between two Nodes, such as an Edge in a Graph.
Relationship(Node, String, Node) - Constructor for class com.redhat.thermostat.collections.graph.Relationship
 
RelationshipType - Enum in com.redhat.thermostat.collections.graph
 
release(int, MXBeanConnection) - Method in interface com.redhat.thermostat.agent.utils.management.MXBeanConnectionPool
 
remove(Component) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
 
remove(String) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
 
remove(SwingView) - Method in class com.redhat.thermostat.platform.swing.SwingView
 
remove() - Method in class com.redhat.thermostat.storage.core.BasicBatchCursor
 
remove(Category<?>) - Static method in class com.redhat.thermostat.storage.core.Categories
 
Remove<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
Write operation to be used for removing records from storage.
removeActionListener(ActionListener<BasicView.Action>) - Method in class com.redhat.thermostat.client.core.views.BasicView
 
removeActionListener(ActionListener<T>) - Method in class com.redhat.thermostat.common.ActionNotifier
 
removeActionListener(ActionListener<ThermostatExtensionRegistry.Action>) - Method in class com.redhat.thermostat.common.ThermostatExtensionRegistry
 
removeAgentInformation(AgentInformation) - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
Remove information about an agent that was published to storage.
removeAll() - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
 
removeBackendInformation(BackendInformation) - Method in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
removeChart(MultiChartPanel.DataGroup, String) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
 
removeChildView(LocalizedString) - Method in class com.redhat.thermostat.client.core.views.HostInformationView
 
removeClip(Clip) - Method in class com.redhat.thermostat.animation.Animation
 
removeCloseEventListener(OverlayPanel.CloseEventListener) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
 
removeConfigurationListener(ActionListener<AgentInformationDisplayView.ConfigurationAction>) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
removeConnectionListener(Connection.ConnectionListener) - Method in interface com.redhat.thermostat.storage.core.DbService
Unregisters the supplied ConnectionListener if it was previously registered via #addConnectionListener(ConnectionListener).
removeEventHandler(EventHandler<T>) - Method in class com.redhat.thermostat.event.EventNotifier
 
removeFilterEventListener(ActionListener<Filter.FilterEvent>) - Method in class com.redhat.thermostat.common.Filter
 
removeHostChangeListener(HostRef, ActionListener<HostMonitor.Action>) - Method in interface com.redhat.thermostat.storage.monitor.HostMonitor
Removes the listener to the given HostRef
removeImpl(ContentPane) - Method in class com.redhat.thermostat.platform.swing.SwingView
 
removeIndexInterval(int, int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
removeIssueActionListener(ActionListener<IssueView.IssueAction>) - Method in class com.redhat.thermostat.client.core.views.IssueView
 
removeLayoutComponent(Component) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
 
removeListener(ChangeListener<? super T>) - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
removeListener(InvalidationListener) - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
removeListener(InvalidationListener) - Method in interface com.redhat.thermostat.beans.property.Observable
 
removeListener(ChangeListener<? super T>) - Method in interface com.redhat.thermostat.beans.property.ObservableValue
 
removeListener(ActionListener<ClientConfigurationView.Action>) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
removeListener(RequestResponseListener) - Method in class com.redhat.thermostat.common.command.Request
 
removeListener(Connection.ConnectionListener) - Method in class com.redhat.thermostat.storage.core.Connection
Removes a formerly registered listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
removeMenuAction(MenuAction) - Method in class com.redhat.thermostat.client.swing.MenuHelper
Remove a existing menu item as specified though the MenuAction argument.
removeModelListener(ModelListener<T>) - Method in class com.redhat.thermostat.ui.swing.model.Model
 
removeNetworkChangeListener(ActionListener<NetworkMonitor.Action>) - Method in interface com.redhat.thermostat.storage.monitor.NetworkMonitor
 
removeProgressListener(ActionListener<ProgressHandle.Status>) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
removeReferenceSelectionChangeListener(ReferenceSelectionChangeListener) - Method in interface com.redhat.thermostat.client.swing.ReferenceSelectionService
 
removeSearchListener(ActionListener<SearchProvider.SearchAction>) - Method in interface com.redhat.thermostat.client.ui.SearchProvider
 
removeSelectionInterval(int, int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
removeService(Class<T>) - Method in class com.redhat.thermostat.common.cli.DependencyServices
 
removeStatusEventListener(ActionListener<ToggleableReferenceFieldLabelDecorator.StatusEvent>) - Method in interface com.redhat.thermostat.client.ui.ToggleableReferenceFieldLabelDecorator
Remove a status listener.
removeVmFilter(Filter<VmRef>) - Method in interface com.redhat.thermostat.agent.VmBlacklist
Removes a Filter from the blacklist.
render(double) - Method in interface com.redhat.thermostat.animation.Clip
 
render(double) - Method in class com.redhat.thermostat.animation.DefaultClip
 
render(PrintStream) - Method in class com.redhat.thermostat.common.cli.BorderedTableRenderer
 
render(OutputStream) - Method in class com.redhat.thermostat.common.cli.TableRenderer
 
render(PrintStream) - Method in class com.redhat.thermostat.common.cli.TableRenderer
 
renderOneFrame() - Method in class com.redhat.thermostat.animation.Animation
 
repackCells() - Method in class com.redhat.thermostat.client.swing.components.ThermostatTable
 
repeat(String, int) - Static method in class com.redhat.thermostat.common.utils.StringUtils
 
Replace<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
Write operation which should be used if any existing record should get updated with new values.
reply(ByteBuffer) - Method in interface com.redhat.thermostat.agent.ipc.server.IPCMessage
Sends a message as a reply to the sender of this message.
Request - Class in com.redhat.thermostat.common.command
A Request object represents a request passed from a client to an agent.
Request(Request.RequestType, InetSocketAddress) - Constructor for class com.redhat.thermostat.common.command.Request
 
Request.RequestType - Enum in com.redhat.thermostat.common.command
 
RequestQueue - Interface in com.redhat.thermostat.client.command
Service for sending commands to an agent.
RequestReceiver - Interface in com.redhat.thermostat.agent.command
Handles requests coming in through the command-channel.
RequestResponseListener - Interface in com.redhat.thermostat.common.command
A listener that is notified of the response to given request.
required(Arguments) - Static method in class com.redhat.thermostat.client.cli.AgentArgument
 
required(Arguments) - Static method in class com.redhat.thermostat.client.cli.FileNameArgument
 
required(Arguments) - Static method in class com.redhat.thermostat.client.cli.VmArgument
 
requireNonNull(Object, LocalizedString) - Method in class com.redhat.thermostat.common.cli.AbstractCommand
 
reset() - Method in class com.redhat.thermostat.collections.graph.BreadthFirstSearch
 
reset() - Method in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
reset() - Method in class com.redhat.thermostat.collections.graph.TopologicalSort
 
RESOURCE_BUNDLE - Static variable in enum com.redhat.thermostat.common.cli.LocaleResources
 
Response - Class in com.redhat.thermostat.common.command
A Response object represents a response message passed from an agent to a client.
Response(Response.ResponseType) - Constructor for class com.redhat.thermostat.common.command.Response
 
Response.ResponseType - Enum in com.redhat.thermostat.common.command
 
ReverseLinearInterpolator - Class in com.redhat.thermostat.animation
 
ReverseLinearInterpolator() - Constructor for class com.redhat.thermostat.animation.ReverseLinearInterpolator
 
rolledOverSelectedIcon - Variable in class com.redhat.thermostat.client.swing.components.ActionToggleButtonUI
 
run() - Method in interface com.redhat.thermostat.backend.HostPollingAction
Run the action.
run(String, int) - Method in interface com.redhat.thermostat.backend.VmPollingAction
Run the action.
run(CommandContext) - Method in interface com.redhat.thermostat.common.cli.Command
Execute the command.
run() - Method in class com.redhat.thermostat.common.portability.ProcessWatcher
 
run() - Method in class com.redhat.thermostat.common.utils.LoggedExternalProcess
 
run(String[], boolean) - Method in interface com.redhat.thermostat.launcher.Launcher
Invoked in order to start a command, either when Thermostat starts, or within the thermostat shell.
run(String[], Collection<ActionListener<ApplicationState>>, boolean) - Method in interface com.redhat.thermostat.launcher.Launcher
Invoked in order to start a command, either when Thermostat starts, or within the thermostat shell.
run(CommandContext) - Method in class com.redhat.thermostat.tools.dependency.DependencyAnalyzerCommand
 
runAndReturnProcess() - Method in class com.redhat.thermostat.common.utils.LoggedExternalProcess
 
runAndReturnResult() - Method in class com.redhat.thermostat.common.utils.LoggedExternalProcess
 
runLater(Runnable) - Method in class com.redhat.thermostat.platform.event.EventQueue
 
runTask(Runnable) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
runtimeVersionKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 

S

sameAs(TraceElement) - Method in class com.redhat.thermostat.ui.swing.model.TraceElement
 
SAMPLE - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
SAMPLE_COUNT_PROPERTY - Static variable in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
Long property
SAMPLE_WEIGHT_PROPERTY - Static variable in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
Long property
SampledDataset - Class in com.redhat.thermostat.client.ui
Represents a value sampled between two points in time.
SampledDataset() - Constructor for class com.redhat.thermostat.client.ui.SampledDataset
 
saveFile(String, InputStream, SaveFileListener) - Method in class com.redhat.thermostat.storage.core.QueuedStorage
 
saveFile(String, InputStream, SaveFileListener) - Method in interface com.redhat.thermostat.storage.core.Storage
Save the contents of the input stream as the given name.
SaveFileListener - Interface in com.redhat.thermostat.storage.core
 
SaveFileListener.EventType - Enum in com.redhat.thermostat.storage.core
 
saveMenuStates() - Method in class com.redhat.thermostat.client.swing.MenuHelper
 
savePassword(String, String, char[]) - Method in interface com.redhat.thermostat.utils.keyring.Keyring
Map the given password to the given url and username.
SchemaInfo - Interface in com.redhat.thermostat.storage.core
An interface which contains shared information used in SchemaInfoDAO and SchemaInfoInserter.
SchemaInfoDAO - Interface in com.redhat.thermostat.storage.dao
A data access object for retrieving SchemaInformation about Categorys in Storage.
SchemaInfoInserter - Interface in com.redhat.thermostat.storage.core
This is a buddy interface of BackingStorage.
SchemaInformation - Class in com.redhat.thermostat.storage.model
 
SchemaInformation() - Constructor for class com.redhat.thermostat.storage.model.SchemaInformation
 
SEARCH - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
search(Node, TraversalListener) - Method in class com.redhat.thermostat.collections.graph.BreadthFirstSearch
 
search(Node, TraversalListener) - Method in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
SearchField - Class in com.redhat.thermostat.client.swing.components
A swing component meant for entering search terms.
SearchField() - Constructor for class com.redhat.thermostat.client.swing.components.SearchField
 
SearchField(int) - Constructor for class com.redhat.thermostat.client.swing.components.SearchField
 
SearchPayload - Interface in com.redhat.thermostat.collections.graph
 
SearchProvider - Interface in com.redhat.thermostat.client.ui
Implementations of this class can be used to notified listeners that a search is performed.
SearchProvider.SearchAction - Enum in com.redhat.thermostat.client.ui
 
SectionHeader - Class in com.redhat.thermostat.client.swing.components
A JLabel that is appropriate to use as a label for grouping the following information together.
SectionHeader(LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.SectionHeader
 
SecureQueuedStorage - Class in com.redhat.thermostat.storage.core
Secure version of QueuedStorage.
SecureQueuedStorage(SecureStorage, PerformanceLogFormatter) - Constructor for class com.redhat.thermostat.storage.core.SecureQueuedStorage
 
SecureQueuedStorage(SecureStorage) - Constructor for class com.redhat.thermostat.storage.core.SecureQueuedStorage
 
SecureStorage - Interface in com.redhat.thermostat.storage.core
Provides authentication service to the command channel API.
selectChildID(int) - Method in class com.redhat.thermostat.client.core.views.VmInformationView
 
selectChildID(int) - Method in class com.redhat.thermostat.client.ui.VmInformationController
 
selectedIcon - Variable in class com.redhat.thermostat.client.swing.components.ActionToggleButtonUI
 
send(String, String, String) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
send(String, String, int) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
send(String, String, long) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
send(String, String, Number) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
send(String, String, Boolean) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
send(String, String, String, String, String) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
send(String, String, String, String, String, String, String) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
send(String, Object...) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
 
send(BytemanMetric) - Method in class org.jboss.byteman.thermostat.helper.Transport
 
SEND_THRESHOLD_PROPERTY - Static variable in class org.jboss.byteman.thermostat.helper.Transport
 
sendSignal(Integer, UNIXSignal) - Method in interface com.redhat.thermostat.service.process.ProcessHandler
Sends the given UNIXSignal to the process indicated by pid.
serverExists(String) - Method in interface com.redhat.thermostat.agent.ipc.server.AgentIPCService
Check if an IPC server exists with a given name.
serverExists(String) - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
 
ServerTransport - Interface in com.redhat.thermostat.agent.ipc.server
 
Service - Annotation Type in com.redhat.thermostat.annotations
Indicates that the annotated class is a service available through OSGi.
SERVICE_NAME - Static variable in class com.redhat.thermostat.common.utils.ServiceRegistry
 
ServiceRegistry<T> - Class in com.redhat.thermostat.common.utils
 
ServiceRegistry(BundleContext, String) - Constructor for class com.redhat.thermostat.common.utils.ServiceRegistry
 
set(boolean) - Method in class com.redhat.thermostat.beans.property.BooleanProperty
 
set(double) - Method in class com.redhat.thermostat.beans.property.DoubleProperty
 
set(T) - Method in class com.redhat.thermostat.beans.property.EnumProperty
 
set(int) - Method in class com.redhat.thermostat.beans.property.IntegerProperty
 
set(long) - Method in class com.redhat.thermostat.beans.property.LongProperty
 
set(T) - Method in class com.redhat.thermostat.beans.property.ObjectProperty
 
set(String) - Method in class com.redhat.thermostat.beans.property.StringProperty
 
set(String, String) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
 
set(String, int) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
 
set(String, double) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
 
set(String, long) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
 
set(String, float) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
 
set(String, boolean) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
 
set(String, Object) - Method in interface com.redhat.thermostat.storage.core.Add
Sets a field to the specified value.
set(String, Object) - Method in interface com.redhat.thermostat.storage.core.Replace
Sets a field in a found record to the specified value.
set(String, Object) - Method in interface com.redhat.thermostat.storage.core.Update
Sets a field in a found record to the specified value.
setAction(Runnable) - Method in interface com.redhat.thermostat.common.Timer
 
setActive(boolean) - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
setAgentId(String) - Method in class com.redhat.thermostat.storage.model.BasePojo
 
setAggregateKey(Key<?>) - Method in class com.redhat.thermostat.storage.core.AggregateQuery
Sets an optional Key to aggregate values for.
setAlive(boolean) - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
setAnchorSelectionIndex(int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
setBatchSize(int) - Method in class com.redhat.thermostat.storage.core.BasicBatchCursor
 
setBatchSize(int) - Method in interface com.redhat.thermostat.storage.core.Cursor
Sets the configured batch size when retrieving more elements from the database.
setBoolean(int, boolean) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setBoolean(int, boolean) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
 
setBooleanList(int, boolean[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setCategoryName(String) - Method in class com.redhat.thermostat.storage.model.SchemaInformation
 
setCommonPaths(CommonPaths) - Static method in class com.redhat.thermostat.shared.config.NativeLibraryResolver
 
setCompletionMode(DirectoryContentsCompletionFinder.CompletionMode) - Method in class com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder
Set the configurable completion mode.
setConfig(String, StorageCredentials, SSLConfiguration) - Method in interface com.redhat.thermostat.storage.core.StorageProvider
Sets the to-be-used configuration of this StorageProvider.
setConfigFiles(File, File) - Static method in class com.redhat.thermostat.agent.config.AgentConfigsUtils
 
setConfigListenAddress(String) - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
 
setConfigListenAddress(String) - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
setConfigPublishAddress(String) - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
 
setConnectionUrl(String) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
setConnectionUrl(String) - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
setConnectionUrl(String) - Method in class com.redhat.thermostat.common.config.ClientPreferences
 
setContent(JComponent) - Method in class com.redhat.thermostat.client.swing.components.HeaderPanel
 
setContent(BufferedImage) - Method in class com.redhat.thermostat.ui.swing.components.ImageComponent
 
setCopyEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
setCount(long) - Method in class com.redhat.thermostat.storage.model.AggregateCount
 
setCpuCount(int) - Method in class com.redhat.thermostat.storage.model.HostInfo
 
setCpuModel(String) - Method in class com.redhat.thermostat.storage.model.HostInfo
 
setCredentials(String, char[]) - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
setCutCopyEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
setCutEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
setDatabaseURL(String) - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
 
setDataInformationLabel(String) - Method in class com.redhat.thermostat.client.swing.components.RecentTimeSeriesChartPanel
 
setDelay(long) - Method in interface com.redhat.thermostat.common.Timer
 
setDescription(String) - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
setDirection(Query.SortDirection) - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
 
setDomainAxisLabel(String) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
 
setDouble(int, double) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setDoubleList(int, double[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setEditable(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
 
setEditable(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
setEditable(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextArea
 
setEditable(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextField
 
setEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
 
setEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
setEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextArea
 
setEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextField
 
setEnabled(boolean) - Method in interface com.redhat.thermostat.client.ui.ToggleableReferenceFieldLabelDecorator
Set whether or not this decorator should apply its decoration to reference fields.
setEnvironment(Map<String, String>) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setEnvironmentAsArray(VmInfo.KeyValuePair[]) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setExitStatus(int) - Method in interface com.redhat.thermostat.common.ExitStatus
Sets the exit status, which will be used as status when the JVM terminates.
setFileFilter(FileFilter) - Method in class com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder
Set the file filter.
setGlobalLogLevel(Level) - Static method in class com.redhat.thermostat.common.utils.LoggingUtils
Set the log level for the logger at the root of the "com.redhat.thermostat" namespace
setGradientPaint(Graphics2D, int, int, Color, Color) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
 
setHeader(LocalizedString) - Method in class com.redhat.thermostat.client.swing.components.HeaderPanel
 
setHostname(String) - Method in class com.redhat.thermostat.storage.model.HostInfo
 
setImmutable() - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
setIndeterminate(boolean) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
setInitialDelay(long) - Method in interface com.redhat.thermostat.common.Timer
 
setInt(int, int) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setInt(int, int) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
 
setInterfaceName(String) - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
setInterpolator(Interpolator) - Method in class com.redhat.thermostat.animation.Animation
 
setIntList(int, int[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setIp4Addr(String) - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
setIp6Addr(String) - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
 
setIssuesState(IssueView.IssueState) - Method in class com.redhat.thermostat.client.core.views.IssueView
 
setJavaCommandLine(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setJavaHome(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setJavaVersion(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setKey(Key<?>) - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
 
setKey(Key<?>) - Method in class com.redhat.thermostat.storage.model.DistinctResult
 
setKey(String) - Method in class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
 
setLabel(LocalizedString) - Method in class com.redhat.thermostat.client.swing.components.SearchField
 
setLeadSelectionIndex(int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
setLimit(int) - Method in class com.redhat.thermostat.storage.core.AbstractQuery
 
setLoadedNativeLibraries(String[]) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setLong(int, long) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setLong(int, long) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
 
setLongList(int, long[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setMainClass(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setMaxNormalized(long) - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
 
setMenuStates(Map<String, Boolean>) - Method in class com.redhat.thermostat.client.swing.MenuStates
Set the enabled/disabled state of each toggleable menu item.
setMinNormalized(long) - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
 
setModel(GraphModel) - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
 
setName(String) - Method in class com.redhat.thermostat.storage.core.Key
 
setName(String) - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
setObserveNewJvm(boolean) - Method in interface com.redhat.thermostat.backend.Backend
Set whether this backend will attach to new java processes.
setObserveNewJvm(boolean) - Method in class com.redhat.thermostat.backend.BaseBackend
 
setObserveNewJvm(boolean) - Method in class com.redhat.thermostat.backend.HostPollingBackend
 
setObserveNewJvm(boolean) - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
setOrderValue(int) - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
setOsKernel(String) - Method in class com.redhat.thermostat.storage.model.HostInfo
 
setOsName(String) - Method in class com.redhat.thermostat.storage.model.HostInfo
 
setOverlayVisible(boolean) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
Sets the visibility of this panel.
setParameter(String, String) - Method in class com.redhat.thermostat.common.command.Request
 
setPassword(char[]) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
setPasteEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
 
setPattern(String) - Method in class com.redhat.thermostat.client.core.NameMatchingRefFilter
 
setPayload(Object) - Method in class com.redhat.thermostat.common.ActionEvent
 
setPids(int[]) - Method in class com.redhat.thermostat.storage.model.BackendInformation
 
setPlatformShutdown(PlatformShutdown) - Method in class com.redhat.thermostat.platform.swing.WorkbenchController
 
setPojo(int, Pojo) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setPojoList(int, Pojo[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setProgress(int) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
setProperties(Map<String, String>) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setPropertiesAsArray(VmInfo.KeyValuePair[]) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setProperty(String, E) - Method in class com.redhat.thermostat.collections.graph.Node
 
setProperty(String, Object) - Method in class com.redhat.thermostat.collections.graph.Relationship
 
setRange(Range<Integer>) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
setReceiver(String) - Method in class com.redhat.thermostat.common.command.Request
 
setSaveEntitlements(boolean) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
setSaveEntitlements(boolean) - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
 
setSaveEntitlements(boolean) - Method in class com.redhat.thermostat.common.config.ClientPreferences
 
setSchedulingType(Timer.SchedulingType) - Method in interface com.redhat.thermostat.common.Timer
 
setSearchText(String) - Method in class com.redhat.thermostat.client.swing.components.SearchField
 
setSelectedAgentBackendDescription(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
setSelectedAgentBackendStatus(Map<String, String>) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
setSelectedAgentCommandAddress(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
setSelectedAgentId(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
setSelectedAgentName(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
setSelectedAgentStartTime(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
setSelectedAgentStopTime(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
setSelectionInterval(int, int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
setSelectionMode(int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
setService(Class<T>, T) - Method in class com.redhat.thermostat.common.cli.AbstractCompleterService
 
setShadowColor(Color) - Method in class com.redhat.thermostat.client.swing.components.ShadowLabel
 
setSorts(List<AbstractQuery.Sort>) - Method in class com.redhat.thermostat.storage.core.AbstractQuery
 
setStartTime(long) - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
 
setStartTime(long) - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
setStartTimeStamp(long) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setStopTime(long) - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
setStopTimeStamp(long) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setStorageRequired(boolean) - Method in class com.redhat.thermostat.common.cli.AbstractStateNotifyingCommand
 
setString(int, String) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setString(int, String) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
 
setStringList(int, String[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
 
setStringList(int, String[]) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
 
setTask(LocalizedString) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
Sets the task currently associated
setText(String) - Method in class com.redhat.thermostat.client.swing.components.ActionButton
 
setText(String) - Method in class com.redhat.thermostat.client.swing.components.ActionToggleButton
 
setText(String) - Method in class com.redhat.thermostat.client.swing.components.HtmlShadowLabel
 
setTime(Duration) - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
 
setTimeStamp(long) - Method in class com.redhat.thermostat.storage.model.SchemaInformation
 
setTimeUnit(TimeUnit) - Method in interface com.redhat.thermostat.common.Timer
 
setToggleActionState(ToggleActionState) - Method in class com.redhat.thermostat.client.swing.components.ActionToggleButton
 
setTooltip(LocalizedString) - Method in class com.redhat.thermostat.client.swing.components.SearchField
 
setTotalMemory(long) - Method in class com.redhat.thermostat.storage.model.HostInfo
 
setType(Class<?>) - Method in class com.redhat.thermostat.storage.core.PreparedParameter
 
setUid(long) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setUrl(String) - Method in class com.redhat.thermostat.storage.core.Connection
Sets the connection URL to which to connect to.
setUserName(String) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
setUserName(String) - Method in class com.redhat.thermostat.common.config.ClientPreferences
 
setUsername(String) - Method in class com.redhat.thermostat.storage.core.Connection
 
setUsername(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setValue(T) - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
setValue(Boolean) - Method in class com.redhat.thermostat.beans.property.BooleanProperty
 
setValue(Double) - Method in class com.redhat.thermostat.beans.property.DoubleProperty
 
setValue(Integer) - Method in class com.redhat.thermostat.beans.property.IntegerProperty
 
setValue(Long) - Method in class com.redhat.thermostat.beans.property.LongProperty
 
setValue(T) - Method in interface com.redhat.thermostat.beans.property.Property
 
setValue(Object) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTableRenderer
 
setValue(Object) - Method in class com.redhat.thermostat.storage.core.PreparedParameter
 
setValue(String) - Method in class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
 
setValueIsAdjusting(boolean) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
 
setValues(String[]) - Method in class com.redhat.thermostat.storage.model.DistinctResult
 
setVisible(boolean) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
No-op when setting the panel visible.
setVisible(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatPopupMenu
 
setVmArguments(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setVmId(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setVmInfo(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setVmName(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setVmPid(int) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setVmVersion(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
 
setWeight(long) - Method in class com.redhat.thermostat.ui.swing.model.TraceElement
 
Severity - Enum in com.redhat.thermostat.client.core
 
severity - Variable in class com.redhat.thermostat.client.core.views.IssueView.IssueDescription
 
ShadowLabel - Class in com.redhat.thermostat.client.swing.components
A JLabel that has a shadow.
ShadowLabel(LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.ShadowLabel
 
ShadowLabel(LocalizedString, Icon) - Constructor for class com.redhat.thermostat.client.swing.components.ShadowLabel
 
ShadowLabel() - Constructor for class com.redhat.thermostat.client.swing.components.ShadowLabel
 
SharedPreferences - Class in com.redhat.thermostat.client.swing
Provides a common location for persisted preferences to be stored.
SharedPreferences.Editor - Interface in com.redhat.thermostat.client.swing
Implementations of this interface provide a way for clients to update the contents of the "parent" SharedPreferences instance.
SHOULD_MONITOR_NEW_PROCESSES - Static variable in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
 
SHOW_TEXT - Static variable in class com.redhat.thermostat.client.swing.components.HeaderPanel
 
showChart(MultiChartPanel.DataGroup, String) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
 
showDialog() - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
 
showDialog() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
 
showDialog() - Method in class com.redhat.thermostat.client.ui.ClientConfigurationController
 
showingProperty() - Method in class com.redhat.thermostat.platform.mvc.View
 
showMainMainWindow() - Method in interface com.redhat.thermostat.client.ui.MainWindowController
 
showView() - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayController
 
shutdown() - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
 
shutdown() - Method in class com.redhat.thermostat.common.ThreadPoolTimerFactory
 
shutdown() - Method in interface com.redhat.thermostat.common.TimerFactory
 
shutdown() - Method in class com.redhat.thermostat.platform.EmbeddedPlatform
 
shutdown() - Method in class com.redhat.thermostat.platform.event.EventQueue
 
shutdown() - Method in class com.redhat.thermostat.storage.core.QueuedStorage
 
shutdown() - Method in interface com.redhat.thermostat.storage.core.Storage
Shutdown the storage
signalName() - Method in enum com.redhat.thermostat.service.process.UNIXSignal
 
SimpleArguments - Class in com.redhat.thermostat.common.cli
 
SimpleArguments() - Constructor for class com.redhat.thermostat.common.cli.SimpleArguments
 
SimpleDaoQuery<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
 
SimpleDaoQuery(Storage, Category<T>, String) - Constructor for class com.redhat.thermostat.storage.dao.SimpleDaoQuery
 
SimpleDaoStatement<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
 
SimpleDaoStatement(Storage, Category<T>, String) - Constructor for class com.redhat.thermostat.storage.dao.SimpleDaoStatement
 
size() - Method in interface com.redhat.thermostat.collections.graph.Graph
Returns the size of this Graph.
size() - Method in class com.redhat.thermostat.collections.graph.HashGraph
 
Size - Class in com.redhat.thermostat.common
Represents a size (of a file, memory, or disk) with a number and a unit.
Size(double, Size.Unit) - Constructor for class com.redhat.thermostat.common.Size
 
Size.Unit - Enum in com.redhat.thermostat.common
 
sleep(long) - Static method in class org.jboss.byteman.thermostat.helper.Utils
Thread#sleep call without checked exceptions
SOCKET_TRANSPORT_NAME - Static variable in class org.jboss.byteman.thermostat.helper.TransportFactory
 
sort(Key<?>, Query.SortDirection) - Method in class com.redhat.thermostat.storage.core.AbstractQuery
 
Sort() - Constructor for class com.redhat.thermostat.storage.core.AbstractQuery.Sort
 
Sort(Key<?>, Query.SortDirection) - Constructor for class com.redhat.thermostat.storage.core.AbstractQuery.Sort
 
sort(Key<?>, Query.SortDirection) - Method in class com.redhat.thermostat.storage.core.AggregateQuery
 
sort(Key<?>, Query.SortDirection) - Method in interface com.redhat.thermostat.storage.core.Query
 
SORT_BOTTOM - Static variable in interface com.redhat.thermostat.client.ui.MenuAction
Constant for MenuAction.sortOrder() to mark that this MenuAction should appear at the bottom of its menu.
SORT_TOP - Static variable in interface com.redhat.thermostat.client.ui.MenuAction
Constant for MenuAction.sortOrder() to mark that this MenuAction should appear at the top of its menu.
sortByColumn(int) - Method in class com.redhat.thermostat.common.cli.TableRenderer
 
SortedMenuItem(JMenuItem, int) - Constructor for class com.redhat.thermostat.client.swing.MenuHelper.SortedMenuItem
 
sortLines() - Method in class com.redhat.thermostat.common.cli.TableRenderer
 
sortOrder() - Method in interface com.redhat.thermostat.client.ui.MenuAction
The sort order priority of this menu action.
Spinner - Class in com.redhat.thermostat.ui.swing.components
 
Spinner() - Constructor for class com.redhat.thermostat.ui.swing.components.Spinner
 
SpinnerLayerUI - Class in com.redhat.thermostat.ui.swing.components
 
SpinnerLayerUI() - Constructor for class com.redhat.thermostat.ui.swing.components.SpinnerLayerUI
 
SSLConfiguration - Interface in com.redhat.thermostat.shared.config
 
SSLContextFactory - Class in com.redhat.thermostat.common.ssl
 
SSLContextFactory() - Constructor for class com.redhat.thermostat.common.ssl.SSLContextFactory
 
SslInitException - Exception in com.redhat.thermostat.common.ssl
 
SslInitException(Throwable) - Constructor for exception com.redhat.thermostat.common.ssl.SslInitException
 
SslInitException(String) - Constructor for exception com.redhat.thermostat.common.ssl.SslInitException
 
SslInitException(String, Throwable) - Constructor for exception com.redhat.thermostat.common.ssl.SslInitException
 
start() - Method in class com.redhat.thermostat.agent.Agent
 
start(IPCProperties) - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
 
start() - Method in interface com.redhat.thermostat.animation.Clip
 
start() - Method in class com.redhat.thermostat.animation.DefaultClip
 
start() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
start() - Method in class com.redhat.thermostat.common.ThermostatExtensionRegistry
 
start() - Method in interface com.redhat.thermostat.common.Timer
 
start() - Method in class com.redhat.thermostat.platform.Application
Called at the end of the start phase on the Application Main Thread.
start() - Method in class com.redhat.thermostat.platform.EmbeddedPlatform
 
start() - Method in class com.redhat.thermostat.platform.event.EventQueue
 
start() - Method in class com.redhat.thermostat.platform.mvc.Controller
 
start() - Method in class com.redhat.thermostat.platform.mvc.View
 
start() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
 
start() - Method in class com.redhat.thermostat.ui.swing.components.SpinnerLayerUI
 
START_TIME_KEY - Static variable in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
 
startAnimation() - Method in class com.redhat.thermostat.animation.Animation
 
startListening(String, int) - Method in interface com.redhat.thermostat.agent.command.ConfigurationServer
Starts the configuration server so it listens at the interface specified by the host and port.
startTimeKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
StartupConfiguration - Interface in com.redhat.thermostat.storage.config
 
Statement<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
Implementations of this interface represent operations on storage.
StatementDescriptor<T extends Pojo> - Class in com.redhat.thermostat.storage.core
 
StatementDescriptor(Category<T>, String) - Constructor for class com.redhat.thermostat.storage.core.StatementDescriptor
 
statementDescriptor - Variable in class com.redhat.thermostat.storage.dao.AbstractDaoOperation
 
StatementDescriptorRegistration - Interface in com.redhat.thermostat.storage.core.auth
ServiceLoader interface used for registering trusted statement descriptors.
StatementExecutionException - Exception in com.redhat.thermostat.storage.core
Exception thrown if something was wrong with a PreparedStatement and it was attempted to execute it.
StatementExecutionException(Throwable) - Constructor for exception com.redhat.thermostat.storage.core.StatementExecutionException
 
StatementResult<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
 
StatementResult() - Constructor for class com.redhat.thermostat.storage.dao.StatementResult
 
status - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
statusProperty() - Method in class com.redhat.thermostat.animation.Animation
 
stop() - Method in class com.redhat.thermostat.agent.Agent
 
stop() - Method in class com.redhat.thermostat.animation.Animation
 
stop() - Method in interface com.redhat.thermostat.animation.Clip
 
stop() - Method in class com.redhat.thermostat.animation.DefaultClip
 
stop() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
stop() - Method in class com.redhat.thermostat.common.ThermostatExtensionRegistry
 
stop() - Method in interface com.redhat.thermostat.common.Timer
 
stop() - Method in class com.redhat.thermostat.platform.Application
Called at the beginning of the stop phase on the Application Main Thread.
stop() - Method in class com.redhat.thermostat.platform.mvc.Controller
 
stop() - Method in class com.redhat.thermostat.platform.mvc.View
 
stop() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
 
stop() - Method in class com.redhat.thermostat.ui.swing.components.SpinnerLayerUI
 
STOP_TIME_KEY - Static variable in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
 
stopListening() - Method in interface com.redhat.thermostat.agent.command.ConfigurationServer
Shuts down the configuration server.
stopTimeKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
Storage - Interface in com.redhat.thermostat.storage.core
A storage can be used to store, query, update and remove data.
storage - Variable in class com.redhat.thermostat.storage.dao.AbstractDaoOperation
 
StorageAuthInfoGetter - Class in com.redhat.thermostat.common.tools
Utility class to isolate the user-facing strings necessary when prompting user for authentication parameters for storage connection.
StorageAuthInfoGetter(Console, LocalizedString, LocalizedString) - Constructor for class com.redhat.thermostat.common.tools.StorageAuthInfoGetter
Constructor.
StorageAuthInfoGetter(Console) - Constructor for class com.redhat.thermostat.common.tools.StorageAuthInfoGetter
 
StorageCredentials - Interface in com.redhat.thermostat.storage.core
 
StorageException - Exception in com.redhat.thermostat.storage.core
 
StorageException() - Constructor for exception com.redhat.thermostat.storage.core.StorageException
 
StorageException(String) - Constructor for exception com.redhat.thermostat.storage.core.StorageException
 
StorageException(Throwable) - Constructor for exception com.redhat.thermostat.storage.core.StorageException
 
StorageException(String, Throwable) - Constructor for exception com.redhat.thermostat.storage.core.StorageException
 
StorageProvider - Interface in com.redhat.thermostat.storage.core
Factory for creating a new Storage instance.
StreamUtils - Class in com.redhat.thermostat.common.utils
 
StreamUtils() - Constructor for class com.redhat.thermostat.common.utils.StreamUtils
 
StringProperty - Class in com.redhat.thermostat.beans.property
 
StringProperty() - Constructor for class com.redhat.thermostat.beans.property.StringProperty
 
StringProperty(String) - Constructor for class com.redhat.thermostat.beans.property.StringProperty
 
StringProperty(String, String) - Constructor for class com.redhat.thermostat.beans.property.StringProperty
 
StringsTabCompleter - Class in com.redhat.thermostat.common.cli
 
StringsTabCompleter(String...) - Constructor for class com.redhat.thermostat.common.cli.StringsTabCompleter
 
StringsTabCompleter(Iterable<String>) - Constructor for class com.redhat.thermostat.common.cli.StringsTabCompleter
 
StringUtils - Class in com.redhat.thermostat.common.utils
 
SubcommandExpectedException - Exception in com.redhat.thermostat.common.cli
 
SubcommandExpectedException() - Constructor for exception com.redhat.thermostat.common.cli.SubcommandExpectedException
 
SwingApplication - Class in com.redhat.thermostat.platform.application.swing.core
 
SwingApplication() - Constructor for class com.redhat.thermostat.platform.application.swing.core.SwingApplication
 
SwingApplicationID - Class in com.redhat.thermostat.platform.application.swing.core
 
SwingApplicationID() - Constructor for class com.redhat.thermostat.platform.application.swing.core.SwingApplicationID
 
SwingApplicationProvider - Class in com.redhat.thermostat.platform.application.swing.core
 
SwingApplicationProvider() - Constructor for class com.redhat.thermostat.platform.application.swing.core.SwingApplicationProvider
 
SwingComponent - Interface in com.redhat.thermostat.client.swing
A UIComponent that uses the swing toolkit to display widgets and components.
SwingView - Class in com.redhat.thermostat.platform.swing
 
SwingView() - Constructor for class com.redhat.thermostat.platform.swing.SwingView
 
SwingWorkbench - Class in com.redhat.thermostat.platform.swing
 
SwingWorkbench() - Constructor for class com.redhat.thermostat.platform.swing.SwingWorkbench
 
SysConf - Class in com.redhat.thermostat.common.portability
A wrapper over POSIX's sysconf.
SystemClock - Class in com.redhat.thermostat.common
A Clock that corresponds to the time as measured on the system.
SystemClock() - Constructor for class com.redhat.thermostat.common.SystemClock
 

T

tabCompleter - Variable in class com.redhat.thermostat.common.cli.StringsTabCompleter
 
TabCompleter - Interface in com.redhat.thermostat.common.cli
Interface for tab completion providers.
TableRenderer - Class in com.redhat.thermostat.common.cli
 
TableRenderer(int) - Constructor for class com.redhat.thermostat.common.cli.TableRenderer
 
TableRenderer(int, int) - Constructor for class com.redhat.thermostat.common.cli.TableRenderer
 
terminateProcess(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
terminateProcess(int, boolean) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
terminateProcess(int, int, int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
 
THERMOSTAT_HOME - Static variable in interface com.redhat.thermostat.shared.config.CommonPaths
 
THERMOSTAT_TRANSPORT_PROPERTY - Static variable in class org.jboss.byteman.thermostat.helper.TransportFactory
 
ThermostatComponent - Class in com.redhat.thermostat.platform.swing.components
Top level component for all Thermostat components and Widgets.
ThermostatComponent() - Constructor for class com.redhat.thermostat.platform.swing.components.ThermostatComponent
 
ThermostatEditorPane - Class in com.redhat.thermostat.client.swing.components
 
ThermostatEditorPane() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
 
ThermostatEditorPane(URL) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
 
ThermostatEditorPane(String) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
 
ThermostatEditorPane(String, String) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
 
ThermostatExtensionRegistry<E> - Class in com.redhat.thermostat.common
A helper class to make it easier to implement registeries for osgi-services.
ThermostatExtensionRegistry(BundleContext, String, Class<E>) - Constructor for class com.redhat.thermostat.common.ThermostatExtensionRegistry
 
ThermostatExtensionRegistry.Action - Enum in com.redhat.thermostat.common
 
ThermostatGUI - Class in com.redhat.thermostat.application.gui
 
ThermostatGUI() - Constructor for class com.redhat.thermostat.application.gui.ThermostatGUI
 
ThermostatGUIApplication - Class in com.redhat.thermostat.application.gui
 
ThermostatGUIApplication() - Constructor for class com.redhat.thermostat.application.gui.ThermostatGUIApplication
 
ThermostatGUIApplicationProvider - Class in com.redhat.thermostat.application.gui
 
ThermostatGUIApplicationProvider() - Constructor for class com.redhat.thermostat.application.gui.ThermostatGUIApplicationProvider
 
ThermostatHelper - Class in org.jboss.byteman.thermostat.helper
Byteman helper that provides various send() methods for sending metrics to a peer.
ThermostatHelper(Rule) - Constructor for class org.jboss.byteman.thermostat.helper.ThermostatHelper
Constructor
ThermostatIPCCallbacks - Interface in com.redhat.thermostat.agent.ipc.server
Callback interface used to notify callers of AgentIPCService.createServer(String, ThermostatIPCCallbacks) when events have occurred in the IPC server that would be of interest to the caller and/or require feedback in order to proceed.
ThermostatOptionParser - Interface in com.redhat.thermostat.common.config
 
ThermostatPasswordField - Class in com.redhat.thermostat.client.swing.components
 
ThermostatPasswordField() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
ThermostatPasswordField(String) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
ThermostatPasswordField(int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
ThermostatPasswordField(String, int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
ThermostatPasswordField(Document, String, int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
 
ThermostatPopupMenu - Class in com.redhat.thermostat.client.swing.components
A JPopupMenu with (optional) transparency.
ThermostatPopupMenu() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatPopupMenu
 
ThermostatScrollBar - Class in com.redhat.thermostat.client.swing.components
This widget implements standard sized scrollbars.
ThermostatScrollBar() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatScrollBar
 
ThermostatScrollBar(int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatScrollBar
 
ThermostatScrollPane - Class in com.redhat.thermostat.client.swing.components
 
ThermostatScrollPane(JComponent) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatScrollPane
 
ThermostatScrollPane(JComponent, int, int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatScrollPane
 
ThermostatSwingCursors - Class in com.redhat.thermostat.client.swing
 
ThermostatTabbedPane - Class in com.redhat.thermostat.client.swing.components
Simple TabbedPane mainly useful for inner components.
ThermostatTabbedPane() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTabbedPane
 
ThermostatTable - Class in com.redhat.thermostat.client.swing.components
A table that tries to look and behave sensibly by default without requiring too much extra code from each plugin.
ThermostatTable() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTable
 
ThermostatTable(int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTable
 
ThermostatTable(DefaultTableModel) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTable
 
ThermostatTable(DefaultTableModel, int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTable
 
ThermostatTableRenderer - Class in com.redhat.thermostat.client.swing.components
A TableCellRenderer that colors rows to make them easier to read.
ThermostatTableRenderer() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTableRenderer
 
ThermostatTextArea - Class in com.redhat.thermostat.client.swing.components
 
ThermostatTextArea() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextArea
 
ThermostatTextArea(String) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextArea
 
ThermostatTextArea(int, int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextArea
 
ThermostatTextArea(String, int, int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextArea
 
ThermostatTextArea(Document) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextArea
 
ThermostatTextArea(Document, String, int, int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextArea
 
ThermostatTextComponent - Interface in com.redhat.thermostat.client.swing.components
 
ThermostatTextField - Class in com.redhat.thermostat.client.swing.components
 
ThermostatTextField() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextField
 
ThermostatTextField(String) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextField
 
ThermostatTextField(int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextField
 
ThermostatTextField(String, int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextField
 
ThermostatTextField(Document, String, int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatTextField
 
ThermostatThinScrollBar - Class in com.redhat.thermostat.client.swing.components
This widget implements slim scrollbars particularly useful in context where components have very little space available, like overlays or other kind of notification areas.
ThermostatThinScrollBar() - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatThinScrollBar
 
ThermostatThinScrollBar(int) - Constructor for class com.redhat.thermostat.client.swing.components.ThermostatThinScrollBar
 
ThreadPoolTimerFactory - Class in com.redhat.thermostat.common
 
ThreadPoolTimerFactory(int) - Constructor for class com.redhat.thermostat.common.ThreadPoolTimerFactory
 
tick() - Method in class com.redhat.thermostat.common.portability.ProcessWatcher
 
time - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
 
Timer - Interface in com.redhat.thermostat.common
 
Timer.SchedulingType - Enum in com.redhat.thermostat.common
 
TimerFactory - Interface in com.redhat.thermostat.common
An instance of this can be obtained from ApplicationService.
Timers - Class in com.redhat.thermostat.common
 
TIMESTAMP - Static variable in class com.redhat.thermostat.storage.core.Key
 
TimeStampedPojo - Interface in com.redhat.thermostat.storage.model
Any Pojo which is taken as a timestamped piece of data should implement this interface.
TimeStampedPojoComparator<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.model
 
TimeStampedPojoComparator() - Constructor for class com.redhat.thermostat.storage.model.TimeStampedPojoComparator
 
TimeStampedPojoCorrelator - Class in com.redhat.thermostat.storage.model
 
TimeStampedPojoCorrelator(int) - Constructor for class com.redhat.thermostat.storage.model.TimeStampedPojoCorrelator
 
TimeStampedPojoCorrelator.Correlation - Class in com.redhat.thermostat.storage.model
 
toExternalForm() - Method in class com.redhat.thermostat.common.utils.HostPortPair
 
ToggleableReferenceFieldLabelDecorator - Interface in com.redhat.thermostat.client.ui
A ReferenceFieldLabelDecorator which can be enabled and disabled, so that the decorations it applies to reference fields do not need to always be applied.
ToggleableReferenceFieldLabelDecorator.StatusEvent - Enum in com.redhat.thermostat.client.ui
Represents this decorator's status changing from enabled to disabled or vice-versa.
ToggleActionState - Interface in com.redhat.thermostat.client.core
 
toggleText(boolean) - Method in class com.redhat.thermostat.client.swing.components.ActionButton
 
toggleText(boolean) - Method in class com.redhat.thermostat.client.swing.components.ActionToggleButton
 
toggleText(boolean) - Method in interface com.redhat.thermostat.client.swing.components.ToolbarButton
 
toIconDescriptor() - Method in class com.redhat.thermostat.client.swing.IconResource
 
toInputStream(String) - Static method in class com.redhat.thermostat.common.utils.StringUtils
 
toJavaDeclaration(String, String) - Static method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter
 
toJavaType(String) - Static method in class com.redhat.thermostat.common.utils.DescriptorConverter
 
toJavaType(String) - Static method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter
 
toJavaType(String, String) - Static method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter
 
toJson() - Method in class org.jboss.byteman.thermostat.helper.BytemanMetric
Converts this record to JSON string
toMap(Object[]) - Static method in class org.jboss.byteman.thermostat.helper.Utils
Converts "key1, value1, key2, value2" array into "key1->value, key2->value2" map
ToolbarButton - Interface in com.redhat.thermostat.client.swing.components
A button that can be added to a toolbar.
TopologicalSort - Class in com.redhat.thermostat.collections.graph
A DefaultTraversalListener used by DepthFirstSearch to construct a topological ordering of a Graph.
TopologicalSort(Stack<Node>, Set<Node>) - Constructor for class com.redhat.thermostat.collections.graph.TopologicalSort
 
TopologicalSort() - Constructor for class com.redhat.thermostat.collections.graph.TopologicalSort
 
toString() - Method in class com.redhat.thermostat.backend.BaseBackend
 
toString() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
 
toString() - Method in class com.redhat.thermostat.collections.graph.Node
 
toString() - Method in class com.redhat.thermostat.collections.graph.Relationship
 
toString() - Method in class com.redhat.thermostat.common.command.Request
 
toString() - Method in class com.redhat.thermostat.common.Duration
 
toString() - Method in class com.redhat.thermostat.common.model.Range
 
toString() - Method in class com.redhat.thermostat.common.Size
Returns a simplified and human-readable version of this Size
toString(String) - Method in class com.redhat.thermostat.common.Size
Returns a simplified and human-readable version of this Size
toString() - Method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter.MethodDeclaration
 
toString() - Method in class com.redhat.thermostat.launcher.BundleInformation
 
toString() - Method in class com.redhat.thermostat.storage.core.AuthToken
 
toString() - Method in class com.redhat.thermostat.storage.core.Category
 
toString() - Method in class com.redhat.thermostat.storage.core.Connection
 
toString() - Method in class com.redhat.thermostat.storage.core.HostRef
 
toString() - Method in class com.redhat.thermostat.storage.core.Key
 
toString() - Method in class com.redhat.thermostat.storage.core.StatementDescriptor
 
toString() - Method in class com.redhat.thermostat.storage.core.VmRef
 
toString() - Method in class com.redhat.thermostat.storage.model.AgentInformation
 
toString() - Method in class com.redhat.thermostat.storage.model.SchemaInformation
 
toString() - Method in class com.redhat.thermostat.storage.query.LiteralExpression
 
toString() - Method in class com.redhat.thermostat.storage.query.LiteralSetExpression
 
toString() - Method in class com.redhat.thermostat.ui.swing.model.Trace
 
toString() - Method in class com.redhat.thermostat.ui.swing.model.TraceElement
 
toString() - Method in class org.jboss.byteman.thermostat.helper.BytemanMetric
 
toStringParts() - Method in class com.redhat.thermostat.common.Size
Returns a human-readable version of this Size, appropriate for localization.
toStringParts(String) - Method in class com.redhat.thermostat.common.Size
Returns a human-readable version of this Size, appropriate for localization.
Trace - Class in com.redhat.thermostat.ui.swing.model
 
Trace(String) - Constructor for class com.redhat.thermostat.ui.swing.model.Trace
 
TRACE_REAL_ID_PROPERTY - Static variable in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
String property
TraceElement - Class in com.redhat.thermostat.ui.swing.model
 
TraceElement(String) - Constructor for class com.redhat.thermostat.ui.swing.model.TraceElement
 
transferToPeer(ArrayList<BytemanMetric>) - Method in class org.jboss.byteman.thermostat.helper.Transport
This method should transfer specified records to Thermostat It will be called from the background thread and no more than from a single thread simultaneously
Translate<T extends Enum<T>> - Class in com.redhat.thermostat.shared.locale
 
Translate(String, Class<T>) - Constructor for class com.redhat.thermostat.shared.locale.Translate
 
Transport - Class in org.jboss.byteman.thermostat.helper
 
Transport(int, int) - Constructor for class org.jboss.byteman.thermostat.helper.Transport
Constructor for inheritors
TransportException - Exception in org.jboss.byteman.thermostat.helper
 
TransportException(String) - Constructor for exception org.jboss.byteman.thermostat.helper.TransportException
Constructor
TransportException(String, Throwable) - Constructor for exception org.jboss.byteman.thermostat.helper.TransportException
Constructor
TransportFactory - Class in org.jboss.byteman.thermostat.helper
 
TransportFactory() - Constructor for class org.jboss.byteman.thermostat.helper.TransportFactory
 
TRASH - Static variable in class com.redhat.thermostat.client.swing.IconResource
 
TraversalListener - Interface in com.redhat.thermostat.collections.graph
 
TraversalListener.Status - Enum in com.redhat.thermostat.collections.graph
 

U

UIComponent - Interface in com.redhat.thermostat.client.core.views
Marker interface to signal the the class implements a UI component.
UIDefaults - Interface in com.redhat.thermostat.client.swing
Returns the default UI defaults used by this Thermostat client.
uidKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
UIPluginInfo - Interface in com.redhat.thermostat.client.core.views
A visual component plugin.
UnaryLogicalExpression<T extends ComparisonExpression> - Class in com.redhat.thermostat.storage.query
A UnaryExpression which represents a boolean formula with one comparison expression and a logical operator.
UnaryLogicalExpression(T, UnaryLogicalOperator) - Constructor for class com.redhat.thermostat.storage.query.UnaryLogicalExpression
Constructs a UnaryLogicalExpression given an operand and a UnaryLogicalOperator.
UnaryLogicalOperator - Enum in com.redhat.thermostat.storage.query
Operators to be used with UnaryLogicalExpression.
unbind() - Method in class com.redhat.thermostat.beans.property.BaseProperty
 
unbind() - Method in interface com.redhat.thermostat.beans.property.Bindable
 
UNIXSignal - Enum in com.redhat.thermostat.service.process
 
UNKNOWN_HOSTNAME - Static variable in class com.redhat.thermostat.common.command.Request
 
UNKNOWN_METHOD_NAME - Static variable in class com.redhat.thermostat.common.utils.MethodDescriptorConverter
 
unregister(VmStatusListener) - Method in class com.redhat.thermostat.agent.VmStatusListenerRegistrar
 
unregisterAction(HostPollingAction) - Method in class com.redhat.thermostat.backend.HostPollingBackend
Unregister an action so that it will no longer be performed at each polling interval.
unregisterAction(VmPollingAction) - Method in class com.redhat.thermostat.backend.VmPollingBackend
Unregister an action so that it will no longer be performed at each polling interval.
unregisterAll() - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
Unregister all of the services that have been registered through this registry.
unregisterCommand(String) - Method in interface com.redhat.thermostat.common.cli.CommandRegistry
 
unregisterCommand(String) - Method in class com.redhat.thermostat.common.cli.CommandRegistryImpl
 
unregisterCommands() - Method in interface com.redhat.thermostat.common.cli.CommandRegistry
 
unregisterCommands() - Method in class com.redhat.thermostat.common.cli.CommandRegistryImpl
 
unregisterReceivers() - Method in class com.redhat.thermostat.agent.command.ReceiverRegistry
 
UNSET_USERNAME - Static variable in class com.redhat.thermostat.storage.core.Connection
 
unsetService(Class<?>) - Method in class com.redhat.thermostat.common.cli.AbstractCompleterService
 
Update<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
Updates properties of a record in storage.
updateAgentInformation(AgentInformation) - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
Update information about an existing agent.
updateListModel(List<T>, DefaultListModel<T>) - Static method in class com.redhat.thermostat.client.swing.ModelUtils
Update the swing model based on the provided list, adding new items to the swing model and removing no-longer-present items from the swing model.
USER_THERMOSTAT_HOME - Static variable in interface com.redhat.thermostat.shared.config.CommonPaths
 
usernameKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
UserNameLookupException - Exception in com.redhat.thermostat.common.portability
Thrown on user name lookup error.
UserNameLookupException(Throwable) - Constructor for exception com.redhat.thermostat.common.portability.UserNameLookupException
 
UserNameUtil - Interface in com.redhat.thermostat.common.portability
Utility to query the operating system for a user name.
Utils - Class in org.jboss.byteman.thermostat.helper
Common utility functions
Utils() - Constructor for class org.jboss.byteman.thermostat.helper.Utils
 

V

validate(File) - Method in class com.redhat.thermostat.plugin.validator.PluginValidator
The method validates a thermostat-plugin.xml file against the thermostat plug-in schema
ValidationErrorsFormatter - Class in com.redhat.thermostat.plugin.validator
Formats XML validation issues to strings.
ValidationErrorsFormatter() - Constructor for class com.redhat.thermostat.plugin.validator.ValidationErrorsFormatter
 
ValidationIssue - Interface in com.redhat.thermostat.plugin.validator
Represents XML schema validation issues.
value - Variable in class com.redhat.thermostat.beans.property.BaseProperty
 
ValueField - Class in com.redhat.thermostat.client.swing.components
A custom swing component meant for showing values.
ValueField(String) - Constructor for class com.redhat.thermostat.client.swing.components.ValueField
 
valueOf(String) - Static method in enum com.redhat.thermostat.agent.config.AgentProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.agent.VmStatusListener.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.animation.Animation.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.core.progress.ProgressHandle.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.core.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.AgentInformationDisplayView.ConfigurationAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.BasicView.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.ClientConfigurationView.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.IssueView.IssueAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.IssueView.IssueState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.locale.LocaleResources
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.swing.ReferenceFieldDecoratorLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.ui.MenuAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.ui.Palette
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.ui.SearchProvider.SearchAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.client.ui.ToggleableReferenceFieldLabelDecorator.StatusEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.collections.graph.RelationshipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.collections.graph.TraversalListener.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder.CompletionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.cli.LocaleResources
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.command.Request.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.command.Response.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.Filter.FilterEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.Size.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.ThermostatExtensionRegistry.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.Timer.SchedulingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.tools.ApplicationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.common.utils.LoggingUtils.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.launcher.FrameworkOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.launcher.GlobalOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.service.process.UNIXSignal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.core.AggregateQuery.AggregateFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.core.Connection.ConnectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.core.Query.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.core.SaveFileListener.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.model.VmInfo.AliveStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.monitor.HostMonitor.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.monitor.NetworkMonitor.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.query.BinaryComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.query.BinaryLogicalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.query.BinarySetMembershipOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redhat.thermostat.storage.query.UnaryLogicalOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.redhat.thermostat.agent.config.AgentProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.agent.VmStatusListener.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.animation.Animation.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.core.progress.ProgressHandle.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.core.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.core.views.AgentInformationDisplayView.ConfigurationAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.core.views.BasicView.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.core.views.ClientConfigurationView.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.core.views.IssueView.IssueAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.core.views.IssueView.IssueState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.locale.LocaleResources
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.swing.ReferenceFieldDecoratorLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.ui.MenuAction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.ui.Palette
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.ui.SearchProvider.SearchAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.client.ui.ToggleableReferenceFieldLabelDecorator.StatusEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.collections.graph.RelationshipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.collections.graph.TraversalListener.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder.CompletionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.cli.LocaleResources
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.command.Request.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.command.Response.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.Filter.FilterEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.Size.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.ThermostatExtensionRegistry.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.Timer.SchedulingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.tools.ApplicationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.common.utils.LoggingUtils.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.launcher.FrameworkOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.launcher.GlobalOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.service.process.UNIXSignal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.core.AggregateQuery.AggregateFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.core.Connection.ConnectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.core.Query.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.core.SaveFileListener.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.model.VmInfo.AliveStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.monitor.HostMonitor.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.monitor.NetworkMonitor.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.query.BinaryComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.query.BinaryLogicalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.query.BinarySetMembershipOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redhat.thermostat.storage.query.UnaryLogicalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(double) - Method in class com.redhat.thermostat.client.ui.BytesTickUnit
 
verifyToken(AuthToken, String) - Method in class com.redhat.thermostat.storage.core.SecureQueuedStorage
 
verifyToken(AuthToken, String) - Method in interface com.redhat.thermostat.storage.core.SecureStorage
Verifies the specified token and action in the storage.
Version - Class in com.redhat.thermostat.common
Utility class for Thermostat version info.
Version() - Constructor for class com.redhat.thermostat.common.Version
Use this only if you want the version info of core thermostat.
Version(Bundle) - Constructor for class com.redhat.thermostat.common.Version
 
VERSION_NUMBER_FORMAT - Static variable in class com.redhat.thermostat.common.Version
 
VERSION_OPTION - Static variable in class com.redhat.thermostat.common.Version
 
VersionAndInfoController - Class in com.redhat.thermostat.client.ui
 
VersionAndInfoController(ApplicationInfo, VersionAndInfoViewProvider) - Constructor for class com.redhat.thermostat.client.ui.VersionAndInfoController
 
VersionAndInfoView - Class in com.redhat.thermostat.client.core.views
A View that displays a summary of everything in thermostat.
VersionAndInfoView() - Constructor for class com.redhat.thermostat.client.core.views.VersionAndInfoView
 
VersionAndInfoViewProvider - Interface in com.redhat.thermostat.client.core.views
 
VerticalLayout - Class in com.redhat.thermostat.client.swing.components
A layout that lays components in a vertical stack according to the component hierarchy preferred height.
VerticalLayout() - Constructor for class com.redhat.thermostat.client.swing.components.VerticalLayout
 
View - Interface in com.redhat.thermostat.client.core.views
An object that is meant to be used as a View in an MVC setup.
view - Variable in class com.redhat.thermostat.platform.mvc.Controller
 
View - Class in com.redhat.thermostat.platform.mvc
Toplevel View class for Thermostat components.
View() - Constructor for class com.redhat.thermostat.platform.mvc.View
 
VIEW_NAME - Static variable in class com.redhat.thermostat.client.swing.components.SearchField
For use by tests only
ViewProvider - Interface in com.redhat.thermostat.client.core.views
Interface for View plugins to notify the controllers that the appropriate view have been registered in the framework.
viewStarted() - Method in class com.redhat.thermostat.platform.mvc.Controller
 
viewStopped() - Method in class com.redhat.thermostat.platform.mvc.Controller
 
viewStopped() - Method in class com.redhat.thermostat.platform.swing.WorkbenchController
 
vm - Variable in class com.redhat.thermostat.client.core.views.IssueView.IssueDescription
 
VM_ID - Static variable in class com.redhat.thermostat.storage.core.Key
 
VM_INTERVAL_QUERY_FORMAT - Static variable in class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
 
VM_LATEST_QUERY_FORMAT - Static variable in class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
 
VmArgument - Class in com.redhat.thermostat.client.cli
 
vmArgumentsKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
VmBlacklist - Interface in com.redhat.thermostat.agent
Maintains a list of JVM processes that Thermostat should not monitor.
VmBoundaryPojoGetter<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.core
 
VmBoundaryPojoGetter(Storage, Category<T>) - Constructor for class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
 
VmId - Class in com.redhat.thermostat.storage.core
This class uniquely identifies a Java Virtual Machine
VmId(String) - Constructor for class com.redhat.thermostat.storage.core.VmId
 
VmInfo - Class in com.redhat.thermostat.storage.model
 
VmInfo() - Constructor for class com.redhat.thermostat.storage.model.VmInfo
 
VmInfo(String, String, int, long, long, String, String, String, String, String, String, String, String, Map<String, String>, Map<String, String>, String[], long, String) - Constructor for class com.redhat.thermostat.storage.model.VmInfo
 
VmInfo.AliveStatus - Enum in com.redhat.thermostat.storage.model
 
VmInfo.KeyValuePair - Class in com.redhat.thermostat.storage.model
 
vmInfoCategory - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
VmInfoDAO - Interface in com.redhat.thermostat.storage.dao
 
vmInfoKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
VmInformationController - Class in com.redhat.thermostat.client.ui
 
VmInformationController(List<InformationService<VmRef>>, VmRef, VmInformationViewProvider, List<DynamicVMPluginProvider>) - Constructor for class com.redhat.thermostat.client.ui.VmInformationController
 
VmInformationView - Class in com.redhat.thermostat.client.core.views
 
VmInformationView() - Constructor for class com.redhat.thermostat.client.core.views.VmInformationView
 
VmInformationViewProvider - Interface in com.redhat.thermostat.client.core.views
A service that provides a VmInformationView
VmIssue - Class in com.redhat.thermostat.client.core
 
VmIssue(AgentId, VmId, Severity, String) - Constructor for class com.redhat.thermostat.client.core.VmIssue
 
VmLatestPojoListGetter<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.core
Get a List of TimeStampedPojos newer than a given time stamp.
VmLatestPojoListGetter(Storage, Category<T>) - Constructor for class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
 
VmListenerBackend - Class in com.redhat.thermostat.backend
This class is a convenient subclass of Backend (via BaseBackend) for those that need to attach VmUpdateListener in response to starting and stopping of JVMs on a host.
VmListenerBackend(String, String, String, String, VmStatusListenerRegistrar, WriterID) - Constructor for class com.redhat.thermostat.backend.VmListenerBackend
 
VmListenerBackend(String, String, String, String, boolean, VmStatusListenerRegistrar, WriterID) - Constructor for class com.redhat.thermostat.backend.VmListenerBackend
 
vmNameKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
vmPidKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 
VmPollingAction - Interface in com.redhat.thermostat.backend
An action to be performed at a regular interval as part of a VmPollingBackend implementation.
VmPollingBackend - Class in com.redhat.thermostat.backend
Convenience Backend class for implementations that will take some action for each monitored JVM process on a regular interval.
VmPollingBackend(String, String, String, Version, ScheduledExecutorService, VmStatusListenerRegistrar) - Constructor for class com.redhat.thermostat.backend.VmPollingBackend
 
VmRef - Class in com.redhat.thermostat.storage.core
 
VmRef(HostRef, String, Integer, String) - Constructor for class com.redhat.thermostat.storage.core.VmRef
 
VmRef(HostRef, VmInfo) - Constructor for class com.redhat.thermostat.storage.core.VmRef
 
VMStatPrintDelegate - Interface in com.redhat.thermostat.client.cli
This interface should be implemented by plug-ins that would like to contribute data to the output of the vm-stat command.
vmStatusChanged(VmStatusListener.Status, String, int) - Method in interface com.redhat.thermostat.agent.VmStatusListener
 
vmStatusChanged(VmStatusListener.Status, String, int) - Method in class com.redhat.thermostat.backend.VmListenerBackend
 
vmStatusChanged(VmStatusListener.Status, String, int) - Method in class com.redhat.thermostat.backend.VmPollingBackend
 
VmStatusListener - Interface in com.redhat.thermostat.agent
A listener that is notified when a JVM starts or is stopped.
VmStatusListener.Status - Enum in com.redhat.thermostat.agent
 
VmStatusListenerRegistrar - Class in com.redhat.thermostat.agent
Registers a VmStatusListener as an OSGi Service.
VmStatusListenerRegistrar(BundleContext) - Constructor for class com.redhat.thermostat.agent.VmStatusListenerRegistrar
 
VmTimeIntervalPojoListGetter<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.core
Get a List of TimeStampedPojos in a given time interval range.
VmTimeIntervalPojoListGetter(Storage, Category<T>) - Constructor for class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
 
VmUpdate - Interface in com.redhat.thermostat.backend
This interface can be used to query the performance counters of a monitored JVM when they are updated.
VmUpdateException - Exception in com.redhat.thermostat.backend
Exception class indicating that a problem occurred accessing a monitored JVM's performance counters.
VmUpdateException() - Constructor for exception com.redhat.thermostat.backend.VmUpdateException
Constructs a VmUpdateException with no message.
VmUpdateException(String) - Constructor for exception com.redhat.thermostat.backend.VmUpdateException
Constructs a VmUpdateException with an error message.
VmUpdateException(Throwable) - Constructor for exception com.redhat.thermostat.backend.VmUpdateException
Constructs a VmUpdateException with a cause.
VmUpdateException(String, Throwable) - Constructor for exception com.redhat.thermostat.backend.VmUpdateException
Constructs a VmUpdateException with an error message and cause.
VmUpdateListener - Interface in com.redhat.thermostat.backend
A listener that can be registered to receive updates for a JVM's performance counters.
vmVersionKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
 

W

where(Expression) - Method in class com.redhat.thermostat.storage.core.AggregateQuery
 
where(Expression) - Method in interface com.redhat.thermostat.storage.core.Query
 
where(Expression) - Method in interface com.redhat.thermostat.storage.core.Remove
Boolean expression in order to restrict the set of records to be removed from storage.
where(Expression) - Method in interface com.redhat.thermostat.storage.core.Replace
Specifies what criteria to use to find the record to replace
where(Expression) - Method in interface com.redhat.thermostat.storage.core.Update
Given a boolean expression, this method specifies a where condition for this update operation.
Workbench - Interface in com.redhat.thermostat.platform.mvc
Provides an implementation of the main Workbench.
WorkbenchController - Class in com.redhat.thermostat.platform.swing
 
WorkbenchController() - Constructor for class com.redhat.thermostat.platform.swing.WorkbenchController
 
WorkbenchModel - Class in com.redhat.thermostat.platform.swing
 
WorkbenchModel() - Constructor for class com.redhat.thermostat.platform.swing.WorkbenchModel
 
WorkbenchSwingView - Class in com.redhat.thermostat.platform.swing
 
WorkbenchSwingView() - Constructor for class com.redhat.thermostat.platform.swing.WorkbenchSwingView
 
wrap() - Method in class com.redhat.thermostat.client.swing.components.ThermostatTable
 
wrapSSLFactory(SSLSocketFactory, SSLParameters) - Static method in class com.redhat.thermostat.common.ssl.SSLContextFactory
 
write(ByteBuffer) - Method in interface org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketChannel
 
write(ByteBuffer) - Method in class org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketChannelImpl
 
write(ByteBuffer) - Method in class org.jboss.byteman.thermostat.helper.transport.ipc.NoopLocalSocketChannel
 
writeMessage(ByteBuffer) - Method in interface com.redhat.thermostat.agent.ipc.client.IPCMessageChannel
Writes a message to the connected IPC server.
WriterID - Interface in com.redhat.thermostat.storage.core
Service interface class for getting the writer ID which should be used for writing data to Storage.

Z

ZERO - Static variable in class com.redhat.thermostat.beans.property.DoubleProperty
 
ZERO - Static variable in class com.redhat.thermostat.beans.property.IntegerProperty
 
ZERO - Static variable in class com.redhat.thermostat.beans.property.LongProperty
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2017. All rights reserved.