A B C D F G H I J L M N O P R S T V

A

addCollector(JmxCollector) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxWorker
Add a new Collector to this worker.
addResult(List<Metric>) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollector
Add a new result to the list.

B

BRACKLEFT - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
 
BRACKRIGHT - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
 

C

collectMetrics(ObjectName, String, List<String>) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxProxy
Collect Metrics corresponding to the mbeans and a given names list to poll.
COMMA - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
 
ComplexValuesException - Exception in org.ow2.jasmine.probe.collectors.jmx.internal
 
ComplexValuesException(String) - Constructor for exception org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesException
 
ComplexValuesUtil - Class in org.ow2.jasmine.probe.collectors.jmx.internal
 
ComplexValuesUtil() - Constructor for class org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesUtil
 
createNewIndexedAttribute(String, String, Object) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
Create a new Attribute instance for an indexed element.
createNewItemAttribute(String, String, Object) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
Create a new Attribute instance for a keyed item.

D

DEFAULT_DOMAIN - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
 
DEFAULT_SERVER - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
 
DOT - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
 

F

FragmentNameException - Exception in org.ow2.jasmine.probe.collectors.jmx.internal
Exceptions related to the naming policy of the attribute fragments.
FragmentNameException(String) - Constructor for exception org.ow2.jasmine.probe.collectors.jmx.internal.FragmentNameException
 
FragmentUtil - Class in org.ow2.jasmine.probe.collectors.jmx.internal
Manage JMX Attribute fragments.
FragmentUtil() - Constructor for class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
 

G

getArrayElement(Object, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesUtil
Return an array's element corresponding to a given index.
getAttributeFragment(String, Attribute) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
Return an Attribute object corresponding to the given attribute fragment name.
getAttributeFragments(Attribute) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
Decompose a JMX Attribute having a complex type into a list of Attributes having simple types (the fragments).
getAttributeList() - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
getAttributeName(String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Get the attribute name from the attribute fragment name
getAttributes(MBeanServerConnection, ObjectName, List<String>) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
Get an AttributeList corresponding to a list of attribute names of a given MBean
getAttributes(MBeanServerConnection, ObjectName) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
Get an AttributeList corresponding to all the attribute names of a given MBean
getAttributesForProvidedNames(MBeanServerConnection, ObjectName, Collection<String>, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
Get Attribute instances for all attribute names and/or attribute fragment names.
getAttrlist() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorBase
Getter for attrlist (list of provided attribute and or fragment names).
getCollector(JasmineIndicator, JasmineProbe) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
Create a Collector for a given JasmineIndicator used by a JasmineProbe.
getCompositeItem(Object, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesUtil
Get an item of a CompositeData value
getDependantTargets(JasmineIndicator) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
Returns the List of targets used by this indicator.
getElement(Object, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesUtil
Get an element of an indexed complexValue
getElementName(String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Get the name of an element from a fragment name.
getElementName(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Get the first attribute element's name in a String having the following expected format: ...
getIndexes(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Get the indexes in an indexed attribute element having the following expected format: ..., where has form indexes
getItem(Object, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesUtil
Get an item of a complexValue
getItemName(String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Get the name of an item's key from a fragment name.
getJiv(String, String, int, List<Metric>) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorBase
Create a JIV on the basis of collected metrics.
getJmxConnectionService() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxProxy
 
getKeyName(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
 
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 values.
getLastResult() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorSimple
 
getListElement(Object, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesUtil
Return a List element corresponding to a given index.
getMapItem(Object, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesUtil
Get an item of a Map value
getMBean() - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
getMBeanAttNames(MBeanServerConnection, ObjectName) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
Return a list of attribute names of a given MBean.
getMBeans(MBeanServerConnection, ObjectName) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
Get all the MBeans corresponding to an ObjectName pattern.
getNameForArrayElement(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Generate the name of an element of an Array.
getNameForElem(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Generate the name of a fragment corresponding to an Array or TabularData's item
getNameForItem(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Generate the name of a fragment corresponding to a CompositeData's item.
getNameForTabularElement(String, Object[]) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Generate the name of a fragment corresponding to a row of in a TabularData
getObjectName() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorBase
 
getObjectName(String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
 
getPattern() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorBase
 
getProperties() - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
getTabElement(Object, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesUtil
Return an element in a TabularData value corresponding to a given index.
getTarget() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxProxy
 
getTarget() - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
getTimestamp() - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 

H

hasAttributes() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorBase
Allows to know if attributes and/or fragments are provided by the indicator definition.
hasAttributes(List<String>) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
 
hasCollector(JmxCollector) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxWorker
Check if a Collector belongs to this worker's collectors.
hasSimpleType(Object) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.ComplexValuesUtil
This method allows to define the simple types allowed by JasmineProbe.

I

isFragmentName(String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
 
isMultiValue() - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 

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
JmxCollectorBase - Class in org.ow2.jasmine.probe.collectors.jmx.internal
Base class for regular JmxCollector and JmxCollector for tests.
JmxCollectorBase(String, JasmineIndicator, int, String, String) - Constructor for class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorBase
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
 
JmxCollectorSimple - Class in org.ow2.jasmine.probe.collectors.jmx.internal
JmxCollector for tests.
JmxCollectorSimple(String, JasmineIndicator, int, String, String) - Constructor for class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorSimple
Constructor
JmxProxy - Class in org.ow2.jasmine.probe.collectors.jmx.internal
An instance is associated to a Test JmxCollector.
JmxProxy() - Constructor for class org.ow2.jasmine.probe.collectors.jmx.internal.JmxProxy
 
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
 
JmxUtil - Class in org.ow2.jasmine.probe.collectors.jmx.internal
Support for access to MBean attributes and attribute fragments.
JmxUtil() - Constructor for class org.ow2.jasmine.probe.collectors.jmx.internal.JmxUtil
 
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 a worker for a given target.

L

logger - Variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorBase
 
LONG_DESC - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
 

M

Metric - Class in org.ow2.jasmine.probe.collectors.jmx
This Value Object holds the result of a collected data (attribute values) for a given mbean on a given target.
Metric() - Constructor for class org.ow2.jasmine.probe.collectors.jmx.Metric
Empty constructor.

N

nameForIndexElement(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Generate the name of an element of indexed object.
nameForItem(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Generate the name of a fragment corresponding to a CompositeData's item.
nb - Variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorSimple
Number of collectors for a given indicator (the current one) and a given probe.
needResult() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollector
Check if this Collector needs a new result.
nextElementIsIndex(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Check if the first attribute element in the given String corresponds to an indexed element.
nextElementIsKey(String, String) - Static method in class org.ow2.jasmine.probe.collectors.jmx.internal.FragmentUtil
Check if the first attribute element in the given String corresponds to a key element

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
 

P

PROP_ATTR - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
 
PROP_ATTR_DESC - 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_MBEAN_DESC - 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
Properties that can be set when defining a "jmx" indicator
PROP_TARGET_DESC - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
 
PROP_TEST - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
 

R

remove() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorSimple
Mark collector as removed.
remove() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxWorker
remove it
removeCollector(JmxCollector) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxWorker
 
removeTarget(String) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
Removing a target implies to remove the corresponding workers.
resetMBeanServerConnection() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxProxy
 
run() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxWorker
run method for Thread implementation.

S

setAttributeList(AttributeList) - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
setJmxConnectionService(JmxConnectionService) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorSimple
 
setJmxConnectionService(JmxConnectionService) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxProxy
 
setMBean(ObjectName) - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
setMultiValue(boolean) - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
setProperty(String, String) - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
setTarget(JasmineTarget) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorSimple
 
setTarget(JasmineTarget) - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxProxy
 
setTarget(String) - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
setTimestamp(long) - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 
SHORT_DESC - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
Description
SOURCE_DESC - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
Sources
SOURCE_MAX - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
 
SOURCE_MIN - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
 
start() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
 
startPolling() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollector
Start polling
startPolling() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorSimple
Start polling
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
stopPolling() - Method in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorSimple
Stop polling

T

toString() - Method in class org.ow2.jasmine.probe.collectors.jmx.Metric
 

V

VALUE_ALL - Static variable in class org.ow2.jasmine.probe.collectors.jmx.internal.JmxCollectorService
The value of the PROP_ATTR property meaning that all the attributes are to be fetched.

A B C D F G H I J L M N O P R S T V

Copyright © 2012 OW2 Consortium. All Rights Reserved.