Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
E
G
J
L
M
N
O
P
R
S
T
A
addCollector(JmxCollector)
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxWorker
Add a new Collector
addResult(List<Metric>)
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollector
Add a new result to the list.
E
execute(String, PrintStream, PrintStream)
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorCreateCommand
Executes the command using the supplied command line, output print stream, and error print stream.
execute(String, PrintStream, PrintStream)
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetCreateCommand
Executes the command using the supplied command line, output print stream, and error print stream.
G
getAttr()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorParams
getAttributeList()
- Method in class org.ow2.jasmine.probe.collectors.jmx.
Metric
getAttributes()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollector
Get the list of attributes to fetch
getCollector(JasmineIndicator, int, String)
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollectorService
Create a Collector for this JasmineIndicator
getJmxUrl()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetParams
getLastResult()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollector
Retrieve the last results for this indicator This method return a List of results in case indicator represents actually a list of value
getMBean()
- Method in class org.ow2.jasmine.probe.collectors.jmx.
Metric
getMbean()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorParams
getName()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorCreateCommand
Returns the name of the command that is implemented by the interface.
getName()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorParams
getName()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetCreateCommand
Returns the name of the command that is implemented by the interface.
getName()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetParams
The target name is the first parameter.
getObjectName()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollector
getPropertiesInfo()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollectorService
Retrieve the description of all specific properties hidden in JasmineCollector Return a Collection of all properties with their description
getShortDescription()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorCreateCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetCreateCommand
Returns a short description of the command; this description should be as short as possible.
getTarget()
- Method in class org.ow2.jasmine.probe.collectors.jmx.
Metric
getTarget()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorParams
getTimestamp()
- Method in class org.ow2.jasmine.probe.collectors.jmx.
Metric
getUsage()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorCreateCommand
Returns the usage string for the command.
getUsage()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetCreateCommand
Returns the usage string for the command.
J
JmxCollector
- Class in
org.ow2.jasmine.probe.collectors.jmx.internal
Collector implementation for JMX.
JmxCollector(String, JasmineIndicator, int, String, String)
- Constructor for class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollector
Constructor
JmxCollectorService
- Class in
org.ow2.jasmine.probe.collectors.jmx.internal
This Collector Service creates Jmx Collectors.
JmxCollectorService()
- Constructor for class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollectorService
JmxIndicatorCreateCommand
- Class in
org.ow2.jasmine.probe.collectors.jmx.shell
JmxIndicatorCreateCommand()
- Constructor for class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorCreateCommand
Default Constructor
JmxIndicatorParams
- Class in
org.ow2.jasmine.probe.collectors.jmx.shell
JmxIndicatorParams()
- Constructor for class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorParams
JmxTarget
- Class in
org.ow2.jasmine.probe.collectors.jmx
Represents a JmxTarget Holds all the specific parameters of the Jmx Indicator.
JmxTarget()
- Constructor for class org.ow2.jasmine.probe.collectors.jmx.
JmxTarget
JmxTargetCreateCommand
- Class in
org.ow2.jasmine.probe.collectors.jmx.shell
JmxTargetCreateCommand()
- Constructor for class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetCreateCommand
Default Constructor
JmxTargetParams
- Class in
org.ow2.jasmine.probe.collectors.jmx.shell
JmxTargetParams()
- Constructor for class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetParams
JmxWorker
- Class in
org.ow2.jasmine.probe.collectors.jmx.internal
Poll a Jmx target to get mbean attributes values.
JmxWorker(JasmineTarget, JmxConnectionService)
- Constructor for class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxWorker
Constructor
L
logger
- Variable in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollectorService
Logger.
M
Metric
- Class in
org.ow2.jasmine.probe.collectors.jmx
This Value Object holds the result of a collect for a given mbean
Metric(Long, ObjectName, AttributeList, String)
- Constructor for class org.ow2.jasmine.probe.collectors.jmx.
Metric
Constructor
N
name
- Variable in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorParams
name
- Variable in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetParams
needResult()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollector
Check if this Collector needs a new result
O
org.ow2.jasmine.probe.collectors.jmx
- package org.ow2.jasmine.probe.collectors.jmx
org.ow2.jasmine.probe.collectors.jmx.internal
- package org.ow2.jasmine.probe.collectors.jmx.internal
org.ow2.jasmine.probe.collectors.jmx.shell
- package org.ow2.jasmine.probe.collectors.jmx.shell
P
PROP_ATTR
- Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollectorService
PROP_MBEAN
- Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollectorService
PROP_TARGET
- Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollectorService
Property names
R
remove()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxWorker
remove it
reset()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxIndicatorParams
reset()
- Method in class org.ow2.jasmine.probe.collectors.jmx.shell.
JmxTargetParams
run()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxWorker
run method for Thread implementation.
S
start()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollectorService
stop()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollectorService
stopPolling()
- Method in class org.ow2.jasmine.probe.collectors.jmx.internal.
JmxCollector
Stop polling
T
toString()
- Method in class org.ow2.jasmine.probe.collectors.jmx.
Metric
A
E
G
J
L
M
N
O
P
R
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
OW2 Consortium
. All Rights Reserved.