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

A

AB - Class in org.ow2.jasmine.probe.mbeans
 
AB(int, int) - Constructor for class org.ow2.jasmine.probe.mbeans.AB
 
ABManagement - Class in org.ow2.jasmine.probe.mbeans
 
ABManagement(AB) - Constructor for class org.ow2.jasmine.probe.mbeans.ABManagement
 
ABMXBean - Interface in org.ow2.jasmine.probe.mbeans
 
addCollector(String, JCollector) - Method in class org.ow2.jasmine.probe.collectors.JCollectorService
Add a collector instance to the list of collectors corresponding to a given indicator.
addJsr(Collection<JasmineSingleResult>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Add the values of a list of JSRs.
addLongJsr(Collection<JasmineSingleResult>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Add the values of a list of JSRs.
addLongValues(Collection<Number>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Add a list of values of same type (short, int, long or float casted to long)
addProbeListener(JasmineProbeListener) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Register a ProbeListener in order to be notified by probe state changes.
addValues(Collection<Number>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Add a list of values of one of the following types: short, integer, long, float or doubles
averageJsr(Collection<JasmineSingleResult>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
 

B

bindAggregateService(JasmineAggregateService, ServiceReference) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
bindCollectorService(JasmineCollectorService, ServiceReference) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
bindOuterService(JasmineOuterService, ServiceReference) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 

C

CD - Class in org.ow2.jasmine.probe.mbeans
 
CD(Long[], AB) - Constructor for class org.ow2.jasmine.probe.mbeans.CD
 
changeIndicator(JasmineIndicator) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Change an indicator.
changeOutput(JasmineOutput) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Change an output.
changeProbe(JasmineProbe) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Change a Probe with new parameters All parameters that are not supplied rest unchanged.
changeProbePeriod(String, int) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Set a new value for probe period
changeTarget(JasmineTarget) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Change a target.
collectorInfo - Variable in class org.ow2.jasmine.probe.collectors.JCollectorService
CollectorInfo unique object
composeName(JasmineIndicatorValue, String) - Method in class org.ow2.jasmine.probe.outers.JOuter
Compose name of value
createIndicator(JasmineIndicator) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Create a new Indicator
createIndicator() - Method in class org.ow2.jasmine.probe.probemanager.generated.ObjectFactory
Create an instance of Indicator
createIndicator(String, JasmineIndicator, PrintStream, PrintStream) - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
 
createIndicatorInternal(JasmineIndicator, boolean) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Create a new Indicator
createOutput(JasmineOutput) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Register a new Output in the ProbeManager A name is associated to the Output definition.
createOutput() - Method in class org.ow2.jasmine.probe.probemanager.generated.ObjectFactory
Create an instance of Output
createOutput(String, JasmineOutput, PrintStream, PrintStream) - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
 
createProbe(JasmineProbe) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Create a new probe defined by its data
createProbe() - Method in class org.ow2.jasmine.probe.probemanager.generated.ObjectFactory
Create an instance of Probe
createProbeConfig() - Method in class org.ow2.jasmine.probe.probemanager.generated.ObjectFactory
Create an instance of ProbeConfig
createProptype() - Method in class org.ow2.jasmine.probe.probemanager.generated.ObjectFactory
Create an instance of Proptype
createTarget(JasmineTarget) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Create a new target
createTarget() - Method in class org.ow2.jasmine.probe.probemanager.generated.ObjectFactory
Create an instance of Target
csv2array(String) - Static method in class org.ow2.jasmine.probe.util.CsvConverter
Build a Collection of String from a single csv String
csv2list(String) - Static method in class org.ow2.jasmine.probe.util.CsvConverter
Build a Collection of String from a single csv String
CsvConverter - Class in org.ow2.jasmine.probe.util
Utility converters from CSV format to various lists
CsvConverter() - Constructor for class org.ow2.jasmine.probe.util.CsvConverter
 

D

dateformat - Variable in class org.ow2.jasmine.probe.outers.JOuter
Std format for the date.
diffJsr(Collection<JasmineSingleResult>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Make a diff between 2 same type values of a list containing 2 JSRs.
diffLongValues(Number, Number) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Make a diff between 2 values
diffValues(Number, Number) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Make a difference between 2 values of one of the following types: short, integer, long, float or doubles
divideJsr(Collection<JasmineSingleResult>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Make a division of 2 values of 2 JSRs contained in a given JSRs list
divideLongValues(Number, Number) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Make a div between 2 values
divideValues(Number, Number) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Make a div between 2 values

E

execute(String, PrintStream, PrintStream) - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommand
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.shell.IndicatorCreateCommand
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.shell.IndicatorInfoCommand
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.shell.IndicatorListCommand
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.shell.IndicatorPropertiesCommand
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.shell.IndicatorRemoveCommand
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.shell.IndicatorTypesCommand
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.shell.OutputChangeCommand
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.shell.OutputCreateCommand
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.shell.OutputListCommand
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.shell.OutputPropertiesCommand
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.shell.OutputRemoveCommand
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.shell.OutputTypesCommand
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.shell.ProbeChangeCommand
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.shell.ProbeConfigLoadCommand
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.shell.ProbeConfigSaveCommand
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.shell.ProbeCreateCommand
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.shell.ProbeListCommand
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.shell.ProbeRemoveCommand
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.shell.ProbeStartCommand
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.shell.ProbeStopCommand
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.shell.TargetCreateCommand
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.shell.TargetListCommand
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.shell.TargetRemoveCommand
Executes the command using the supplied command line, output print stream, and error print stream.

F

file - Variable in class org.ow2.jasmine.probe.shell.ProbeConfigLoadSaveCommandParams
 
findMbean(JasmineSingleResult) - Method in class org.ow2.jasmine.probe.outers.JOuter
Find the mbean property or generate one if do not exist.
flushData() - Method in class org.ow2.jasmine.probe.outers.JOuter
Flush the Outer.
fromValue(String) - Static method in enum org.ow2.jasmine.probe.probemanager.generated.StatusType
 

G

getA() - Method in class org.ow2.jasmine.probe.mbeans.AB
 
getAB() - Method in class org.ow2.jasmine.probe.mbeans.ABManagement
 
getAB() - Method in interface org.ow2.jasmine.probe.mbeans.ABMXBean
 
getAggregate(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Return the AggregateService for a given aggregate function
getAggregateFuntions() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
getB() - Method in class org.ow2.jasmine.probe.mbeans.AB
 
getC() - Method in class org.ow2.jasmine.probe.mbeans.CD
 
getCollector(JasmineIndicator, JasmineProbe) - Method in class org.ow2.jasmine.probe.collectors.JCollectorService
Get the Collector corresponding to a JasmineIndicator.
getCollector(String, String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get a Collector by its Indicator name
getCollectorInfo() - Method in class org.ow2.jasmine.probe.collectors.JCollectorService
Get the Information about the Collector
getCollectorService(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get the CollectorService for a given type
getD() - Method in class org.ow2.jasmine.probe.mbeans.CD
 
getDefault() - Method in class org.ow2.jasmine.probe.probemanager.generated.Output
Gets the value of the default property.
getDependantIndicators(JasmineIndicator) - Method in class org.ow2.jasmine.probe.collectors.JCollectorService
Returns the List of indicators used by this indicator.
getDomainName() - Method in class org.ow2.jasmine.probe.collectors.JCollector
 
getDomainName() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
getElems() - Method in interface org.ow2.jasmine.probe.mbeans.TestMXBean
 
getElems() - Method in class org.ow2.jasmine.probe.mbeans.TestOpenMBean
 
getFile() - Method in class org.ow2.jasmine.probe.shell.ProbeConfigLoadSaveCommandParams
 
getId() - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Gets the value of the id property.
getIndicator() - Method in class org.ow2.jasmine.probe.collectors.JCollector
 
getIndicator(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get an Indicator by its name
getIndicator() - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Gets the value of the indicator property.
getIndicator() - Method in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
Gets the value of the indicator property.
getIndicatorCurrentUse(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get the list of probes using this indicator
getIndicatorName() - Method in class org.ow2.jasmine.probe.collectors.JCollector
Return the name of the indicator corresponding to this Collector
getIndicators() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get all the Indicator definitions in one operation.
getIndicators(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get the list of indicators having a given type.
getIndicators() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommandParams
 
getIndicators() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommandParams
 
getIndicatorTypeInfo(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get all infiormation about the type of indicator
getIndicatorTypes() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
getKey() - Method in class org.ow2.jasmine.probe.probemanager.generated.Proptype
Gets the value of the key property.
getLastResult() - Method in class org.ow2.jasmine.probe.collectors.JCollector
return the last result for this indicator
getLongs() - Method in interface org.ow2.jasmine.probe.mbeans.TestMXBean
 
getLongs() - Method in class org.ow2.jasmine.probe.mbeans.TestOpenMBean
 
getName() - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Gets the value of the name property.
getName() - Method in class org.ow2.jasmine.probe.probemanager.generated.Output
Gets the value of the name property.
getName() - Method in class org.ow2.jasmine.probe.probemanager.generated.Target
Gets the value of the name property.
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorInfoCommand
 
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorListCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorListCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorPropertiesCommand
 
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorRemoveCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.IndicatorTypesCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
 
getName() - Method in class org.ow2.jasmine.probe.shell.OutputChangeCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.OutputChangeCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.OutputCreateCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.OutputCreateCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.OutputListCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.OutputListCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.OutputPropertiesCommand
 
getName() - Method in class org.ow2.jasmine.probe.shell.OutputRemoveCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.OutputTypesCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeCommandsParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeConfigLoadCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeConfigSaveCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeListCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeListCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeRemoveCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeStartCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.ProbeStopCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.TargetCreateCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.TargetCreateCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.TargetListCommand
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.ow2.jasmine.probe.shell.TargetListCommandParams
 
getName() - Method in class org.ow2.jasmine.probe.shell.TargetRemoveCommand
Returns the name of the command that is implemented by the interface.
getOns() - Method in interface org.ow2.jasmine.probe.mbeans.TestMXBean
 
getOns() - Method in class org.ow2.jasmine.probe.mbeans.TestOpenMBean
 
getOuter(JasmineOutput) - Method in class org.ow2.jasmine.probe.outers.JOuterService
Create an Outer for this JasmineOutput
getOuterService(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get the OuterService for a given type
getOutput(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get an Output by its name
getOutput() - Method in class org.ow2.jasmine.probe.outers.JOuter
 
getOutput() - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Gets the value of the output property.
getOutput() - Method in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
Gets the value of the output property.
getOutputCurrentUse(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get the list of probes using this output
getOutputName() - Method in class org.ow2.jasmine.probe.outers.JOuter
Return the name of the indicator corresponding to this Collector
getOutputPropertyInfos(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
get the list of possible properties for Output, depending of its type.
getOutputs() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get all the Output definitions in one operation.
getOutputs(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get the list of all outputs of a given type.
getOutputs() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommandParams
 
getOutputs() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommandParams
 
getOutputTypes() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
getParams() - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
 
getPeriod() - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Gets the value of the period property.
getPeriod() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommandParams
 
getPeriod() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommandParams
 
getProbe(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get a Probe by its name
getProbe() - Method in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
Gets the value of the probe property.
getProbeDef() - Method in class org.ow2.jasmine.probe.manager.JProbe
 
getProbeId() - Method in class org.ow2.jasmine.probe.collectors.JCollector
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.IndicatorInfoCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.IndicatorListCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.IndicatorPropertiesCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.IndicatorRemoveCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.IndicatorTypesCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.OutputChangeCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.OutputCreateCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.OutputListCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.OutputPropertiesCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.OutputRemoveCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.OutputTypesCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.ProbeConfigLoadCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.ProbeConfigSaveCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.ProbeListCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.ProbeRemoveCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.ProbeStartCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.ProbeStopCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.TargetCreateCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.TargetListCommand
 
getProbeManager() - Method in class org.ow2.jasmine.probe.shell.TargetRemoveCommand
 
getProbes() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get all the Probe definitions in one operation.
getPropertiesInfo() - Method in class org.ow2.jasmine.probe.collectors.JCollectorService
Deprecated.  
getPropertiesInfo() - Method in class org.ow2.jasmine.probe.outers.JOuterService
Retrieve the description of all specific properties hidden in JasmineOutput Return a List of all properties with their description
getProperty() - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Gets the value of the property property.
getProperty() - Method in class org.ow2.jasmine.probe.probemanager.generated.Output
Gets the value of the property property.
getProperty() - Method in class org.ow2.jasmine.probe.probemanager.generated.Target
Gets the value of the property property.
getProps() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
getProps() - Method in class org.ow2.jasmine.probe.shell.OutputChangeCommandParams
 
getProps() - Method in class org.ow2.jasmine.probe.shell.OutputCreateCommandParams
 
getProps() - Method in class org.ow2.jasmine.probe.shell.TargetCreateCommandParams
 
getPropsDef() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.IndicatorInfoCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.IndicatorPropertiesCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.IndicatorRemoveCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
To be extended by commands having required options
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.OutputChangeCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.OutputCreateCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.OutputPropertiesCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.OutputRemoveCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.ProbeRemoveCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.ProbeStartCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.ProbeStopCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.TargetCreateCommand
 
getRequiredOptions() - Method in class org.ow2.jasmine.probe.shell.TargetRemoveCommand
 
getScale() - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Gets the value of the scale property.
getScale() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
getScale() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
getScheduler() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
return the scheduler
getServerName() - Method in class org.ow2.jasmine.probe.collectors.JCollector
 
getServerName() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.IndicatorInfoCommand
 
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.IndicatorListCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.IndicatorPropertiesCommand
 
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.IndicatorRemoveCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.IndicatorTypesCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.OutputChangeCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.OutputCreateCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.OutputListCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.OutputPropertiesCommand
 
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.OutputRemoveCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.OutputTypesCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.ProbeConfigLoadCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.ProbeConfigSaveCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.ProbeListCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.ProbeRemoveCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.ProbeStartCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.ProbeStopCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.TargetCreateCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.TargetListCommand
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.ow2.jasmine.probe.shell.TargetRemoveCommand
Returns a short description of the command; this description should be as short as possible.
getSource() - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Gets the value of the source property.
getSources() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
getSources() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
getStatus() - Method in class org.ow2.jasmine.probe.manager.JProbe
Get the Probe status, kept in the JasmineProbe object for convenience.
getStatus() - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Gets the value of the status property.
getTarget(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get a JasmineTarget by its name
getTarget() - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Gets the value of the target property.
getTarget() - Method in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
Gets the value of the target property.
getTargetPropertyInfos(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
get the list of possible properties for Target, depending of its type.
getTargets() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get all the Target definitions in one operation.
getTargets() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommandParams
 
getTargets() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommandParams
 
getTargetTypes() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
getType() - Method in class org.ow2.jasmine.probe.collectors.JCollectorService
 
getType() - Method in class org.ow2.jasmine.probe.outers.JOuterService
 
getType() - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Gets the value of the type property.
getType() - Method in class org.ow2.jasmine.probe.probemanager.generated.Output
Gets the value of the type property.
getType() - Method in class org.ow2.jasmine.probe.probemanager.generated.Target
Gets the value of the type property.
getType() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
getType() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
getType() - Method in class org.ow2.jasmine.probe.shell.IndicatorListCommandParams
 
getType() - Method in class org.ow2.jasmine.probe.shell.IndicatorPropertiesCommandParams
 
getType() - Method in class org.ow2.jasmine.probe.shell.OutputChangeCommandParams
 
getType() - Method in class org.ow2.jasmine.probe.shell.OutputCreateCommandParams
 
getType() - Method in class org.ow2.jasmine.probe.shell.OutputListCommandParams
 
getUrl() - Method in class org.ow2.jasmine.probe.shell.TargetCreateCommandParams
 
getUsage() - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
Returns the usage string for the command.
getValue() - Method in class org.ow2.jasmine.probe.probemanager.generated.Proptype
Gets the value of the value property.
getVerbose() - Method in class org.ow2.jasmine.probe.shell.ProbeListCommandParams
 
getVerbose() - Method in class org.ow2.jasmine.probe.shell.TargetListCommandParams
 
getX() - Method in interface org.ow2.jasmine.probe.mbeans.TestMXBean
 
getX() - Method in class org.ow2.jasmine.probe.mbeans.TestOpenMBean
 
getY() - Method in interface org.ow2.jasmine.probe.mbeans.TestMXBean
 
getY() - Method in class org.ow2.jasmine.probe.mbeans.TestOpenMBean
 
getZ() - Method in interface org.ow2.jasmine.probe.mbeans.TestMXBean
 
getZ() - Method in class org.ow2.jasmine.probe.mbeans.TestOpenMBean
 

H

hostName - Variable in class org.ow2.jasmine.probe.collectors.JCollector
Host name

I

id - Variable in class org.ow2.jasmine.probe.probemanager.generated.Probe
 
indicator - Variable in class org.ow2.jasmine.probe.collectors.JCollector
Indicator definition
Indicator - Class in org.ow2.jasmine.probe.probemanager.generated
Java class for indicator complex type.
Indicator() - Constructor for class org.ow2.jasmine.probe.probemanager.generated.Indicator
 
indicator - Variable in class org.ow2.jasmine.probe.probemanager.generated.Probe
 
indicator - Variable in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
 
IndicatorChangeCommand - Class in org.ow2.jasmine.probe.shell
Implements indicator-change command.
IndicatorChangeCommand() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorChangeCommand
Default Constructor
IndicatorChangeCommandParams - Class in org.ow2.jasmine.probe.shell
 
IndicatorChangeCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
IndicatorCreateCommand - Class in org.ow2.jasmine.probe.shell
Implements indicator-create command.
IndicatorCreateCommand() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorCreateCommand
Default Constructor
IndicatorCreateCommandParams - Class in org.ow2.jasmine.probe.shell
 
IndicatorCreateCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
IndicatorInfoCommand - Class in org.ow2.jasmine.probe.shell
Implements indicator-info command.
IndicatorInfoCommand() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorInfoCommand
Default Constructor
IndicatorListCommand - Class in org.ow2.jasmine.probe.shell
Implements indicator-list command that list the name of all the created indicators.
IndicatorListCommand() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorListCommand
Default Constructor
IndicatorListCommandParams - Class in org.ow2.jasmine.probe.shell
 
IndicatorListCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorListCommandParams
 
IndicatorPropertiesCommand - Class in org.ow2.jasmine.probe.shell
Implements indicator-properties command.
IndicatorPropertiesCommand() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorPropertiesCommand
Default Constructor
IndicatorPropertiesCommandParams - Class in org.ow2.jasmine.probe.shell
 
IndicatorPropertiesCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorPropertiesCommandParams
 
IndicatorRemoveCommand - Class in org.ow2.jasmine.probe.shell
Implements indicator-remove command.
IndicatorRemoveCommand() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorRemoveCommand
Default Constructor
IndicatorRemoveCommandParams - Class in org.ow2.jasmine.probe.shell
 
IndicatorRemoveCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorRemoveCommandParams
 
IndicatorTypesCommand - Class in org.ow2.jasmine.probe.shell
Implements indicator-types command that list all the available indicator types..
IndicatorTypesCommand() - Constructor for class org.ow2.jasmine.probe.shell.IndicatorTypesCommand
Default Constructor
isRemoved() - Method in class org.ow2.jasmine.probe.collectors.JCollector
 
isRemoved() - Method in class org.ow2.jasmine.probe.outers.JOuter
 
isRunning() - Method in class org.ow2.jasmine.probe.manager.JProbe
 
isVerbose() - Method in class org.ow2.jasmine.probe.shell.IndicatorListCommandParams
 
isVerbose() - Method in class org.ow2.jasmine.probe.shell.OutputListCommandParams
 

J

JasmineProbeCommand - Class in org.ow2.jasmine.probe.shell
Common code for all JasmineProbe Commands.
JasmineProbeCommand() - Constructor for class org.ow2.jasmine.probe.shell.JasmineProbeCommand
 
JasmineProbeCommandParams - Class in org.ow2.jasmine.probe.shell
Marker class for all JasmineProbe shell commands .
JasmineProbeCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.JasmineProbeCommandParams
 
jasmineProbeScheduler - Variable in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
JCollector - Class in org.ow2.jasmine.probe.collectors
This object represents a Collector in use.
JCollector(String, JasmineIndicator, int) - Constructor for class org.ow2.jasmine.probe.collectors.JCollector
Constructor
JCollectorService - Class in org.ow2.jasmine.probe.collectors
Base class for Collector Service.
JCollectorService() - Constructor for class org.ow2.jasmine.probe.collectors.JCollectorService
 
jmxService - Variable in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
JOuter - Class in org.ow2.jasmine.probe.outers
Outer instance.
JOuter(JasmineOutput) - Constructor for class org.ow2.jasmine.probe.outers.JOuter
 
JOuterService - Class in org.ow2.jasmine.probe.outers
Base class for all OuterServices
JOuterService() - Constructor for class org.ow2.jasmine.probe.outers.JOuterService
 
JProbe - Class in org.ow2.jasmine.probe.manager
This object represents a Running Probe.
JProbe(JasmineProbe, JProbeManager) - Constructor for class org.ow2.jasmine.probe.manager.JProbe
Constructor
JProbeManager - Class in org.ow2.jasmine.probe.manager.internal
Implements the main service of the JasmineProbe module exposing the JasmineProbeManager interface to the JasmineProbe module's clients.
JProbeManager() - Constructor for class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
jsrProps(Collection<JasmineSingleResult>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Construct properties for a JSR by aggregating the properties of a collection of JSRs.

K

key - Variable in class org.ow2.jasmine.probe.probemanager.generated.Proptype
 

L

listIndicators(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
listOutputs(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Get the list of all outputs or of outputs having a given type
listProbes() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
listTargets() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
loadConfig(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Load the specified xml configuration file The configuration will be merged with the current one.
logger - Variable in class org.ow2.jasmine.probe.collectors.JCollector
Logger.
logger - Variable in class org.ow2.jasmine.probe.collectors.JCollectorService
Logger.
logger - Static variable in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
logger - Static variable in class org.ow2.jasmine.probe.manager.JProbe
 
logger - Variable in class org.ow2.jasmine.probe.outers.JOuter
logger used for outers
logger - Variable in class org.ow2.jasmine.probe.outers.JOuterService
Logger.
longValue(Number) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Try to cast a Number into a long value

M

maxJsr(Collection<JasmineSingleResult>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Return the max value in a collection of JSRs.
minJsr(Collection<JasmineSingleResult>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Return the min value in a collection of JSRs.
multiplyJsr(Collection<JasmineSingleResult>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Multiply the values of a list of JSRs.
multiplyLongValues(Collection<Number>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Multiply a list of values of same type
multiplyValues(Collection<Number>) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Multiply a list of values of one of the following types: short, integer, long, float or doubles

N

name - Variable in class org.ow2.jasmine.probe.probemanager.generated.Indicator
 
name - Variable in class org.ow2.jasmine.probe.probemanager.generated.Output
 
name - Variable in class org.ow2.jasmine.probe.probemanager.generated.Target
 
name - Variable in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.IndicatorListCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.OutputChangeCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.OutputCreateCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.OutputListCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.ProbeChangeCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.ProbeCreateCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.ProbeListCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.TargetCreateCommandParams
 
name - Variable in class org.ow2.jasmine.probe.shell.TargetListCommandParams
 
names - Variable in class org.ow2.jasmine.probe.shell.IndicatorRemoveCommandParams
 
names - Variable in class org.ow2.jasmine.probe.shell.OutputRemoveCommandParams
 
names - Variable in class org.ow2.jasmine.probe.shell.ProbeCommandsParams
 
names - Variable in class org.ow2.jasmine.probe.shell.ProbeRemoveCommandParams
 
names - Variable in class org.ow2.jasmine.probe.shell.TargetRemoveCommandParams
 

O

ObjectFactory - Class in org.ow2.jasmine.probe.probemanager.generated
This object contains factory methods for each Java content interface and Java element interface generated in the org.ow2.jasmine.probe.probemanager.generated package.
ObjectFactory() - Constructor for class org.ow2.jasmine.probe.probemanager.generated.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.ow2.jasmine.probe.probemanager.generated
org.ow2.jasmine.probe.collectors - package org.ow2.jasmine.probe.collectors
 
org.ow2.jasmine.probe.manager - package org.ow2.jasmine.probe.manager
 
org.ow2.jasmine.probe.manager.internal - package org.ow2.jasmine.probe.manager.internal
 
org.ow2.jasmine.probe.mbeans - package org.ow2.jasmine.probe.mbeans
 
org.ow2.jasmine.probe.outers - package org.ow2.jasmine.probe.outers
 
org.ow2.jasmine.probe.probemanager.generated - package org.ow2.jasmine.probe.probemanager.generated
 
org.ow2.jasmine.probe.shell - package org.ow2.jasmine.probe.shell
 
org.ow2.jasmine.probe.util - package org.ow2.jasmine.probe.util
 
outerList - Variable in class org.ow2.jasmine.probe.outers.JOuterService
List of Outer
output - Variable in class org.ow2.jasmine.probe.outers.JOuter
 
Output - Class in org.ow2.jasmine.probe.probemanager.generated
Java class for output complex type.
Output() - Constructor for class org.ow2.jasmine.probe.probemanager.generated.Output
 
output - Variable in class org.ow2.jasmine.probe.probemanager.generated.Probe
 
output - Variable in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
 
OutputChangeCommand - Class in org.ow2.jasmine.probe.shell
Implements output-change command.
OutputChangeCommand() - Constructor for class org.ow2.jasmine.probe.shell.OutputChangeCommand
Default Constructor
OutputChangeCommandParams - Class in org.ow2.jasmine.probe.shell
 
OutputChangeCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.OutputChangeCommandParams
 
OutputCreateCommand - Class in org.ow2.jasmine.probe.shell
Implements output-create command.
OutputCreateCommand() - Constructor for class org.ow2.jasmine.probe.shell.OutputCreateCommand
Default Constructor
OutputCreateCommandParams - Class in org.ow2.jasmine.probe.shell
 
OutputCreateCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.OutputCreateCommandParams
 
OutputListCommand - Class in org.ow2.jasmine.probe.shell
Implements output-list command that list the name of all the created outputs.
OutputListCommand() - Constructor for class org.ow2.jasmine.probe.shell.OutputListCommand
Default Constructor
OutputListCommandParams - Class in org.ow2.jasmine.probe.shell
 
OutputListCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.OutputListCommandParams
 
OutputPropertiesCommand - Class in org.ow2.jasmine.probe.shell
Implements output-properties command.
OutputPropertiesCommand() - Constructor for class org.ow2.jasmine.probe.shell.OutputPropertiesCommand
Default Constructor
outputProps(String, HashMap<String, String>, String) - Method in class org.ow2.jasmine.probe.outers.JOuter
Construct a String containing properties to be published.
OutputRemoveCommand - Class in org.ow2.jasmine.probe.shell
Implements output-remove command.
OutputRemoveCommand() - Constructor for class org.ow2.jasmine.probe.shell.OutputRemoveCommand
Default Constructor
OutputRemoveCommandParams - Class in org.ow2.jasmine.probe.shell
 
OutputRemoveCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.OutputRemoveCommandParams
 
OutputTypesCommand - Class in org.ow2.jasmine.probe.shell
Implements output-types command that list all the available output types..
OutputTypesCommand() - Constructor for class org.ow2.jasmine.probe.shell.OutputTypesCommand
Default Constructor

P

parseOptions(String, PrintStream, PrintStream) - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
Called by all the commands that have parameters
parseProperties(Collection<JasminePropertyInfo>, JasmineProbeCommandParams) - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
Construct a properties Map, where the keys are property names provided by propsInfo and the values of the properties should be read from the command parameters
period - Variable in class org.ow2.jasmine.probe.collectors.JCollector
period of polling in seconds
period - Variable in class org.ow2.jasmine.probe.probemanager.generated.Probe
 
Probe - Class in org.ow2.jasmine.probe.probemanager.generated
Java class for probe complex type.
Probe() - Constructor for class org.ow2.jasmine.probe.probemanager.generated.Probe
 
probe - Variable in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
 
ProbeChangeCommand - Class in org.ow2.jasmine.probe.shell
Implements probe-change command that creates a probe.
ProbeChangeCommand() - Constructor for class org.ow2.jasmine.probe.shell.ProbeChangeCommand
Default Constructor
ProbeChangeCommandParams - Class in org.ow2.jasmine.probe.shell
Parameters for probe-change command.
ProbeChangeCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.ProbeChangeCommandParams
 
ProbeCommandsParams - Class in org.ow2.jasmine.probe.shell
Parameters for probe commands having only one parameter, the probe's name (probe-start, probe-stop etc..)
ProbeCommandsParams() - Constructor for class org.ow2.jasmine.probe.shell.ProbeCommandsParams
 
ProbeConfig - Class in org.ow2.jasmine.probe.probemanager.generated
Java class for anonymous complex type.
ProbeConfig() - Constructor for class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
 
ProbeConfigLoadCommand - Class in org.ow2.jasmine.probe.shell
Implements probe-config-load command.
ProbeConfigLoadCommand() - Constructor for class org.ow2.jasmine.probe.shell.ProbeConfigLoadCommand
Default Constructor
ProbeConfigLoadSaveCommandParams - Class in org.ow2.jasmine.probe.shell
Parameters for probe-config-save and probe-config-load commands.
ProbeConfigLoadSaveCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.ProbeConfigLoadSaveCommandParams
 
ProbeConfigSaveCommand - Class in org.ow2.jasmine.probe.shell
Implements probe-config-save command.
ProbeConfigSaveCommand() - Constructor for class org.ow2.jasmine.probe.shell.ProbeConfigSaveCommand
Default Constructor
ProbeCreateCommand - Class in org.ow2.jasmine.probe.shell
Implements probe-create command that creates a probe.
ProbeCreateCommand() - Constructor for class org.ow2.jasmine.probe.shell.ProbeCreateCommand
Default Constructor
ProbeCreateCommandParams - Class in org.ow2.jasmine.probe.shell
Parameters for probe command.
ProbeCreateCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.ProbeCreateCommandParams
 
probeId - Variable in class org.ow2.jasmine.probe.collectors.JCollector
Probe id
ProbeListCommand - Class in org.ow2.jasmine.probe.shell
Implements probe-list command that list the name of all the created probes.
ProbeListCommand() - Constructor for class org.ow2.jasmine.probe.shell.ProbeListCommand
Default Constructor
ProbeListCommandParams - Class in org.ow2.jasmine.probe.shell
 
ProbeListCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.ProbeListCommandParams
 
probeManager - Variable in class org.ow2.jasmine.probe.collectors.JCollector
reference to the ProbeManager.
ProbeRemoveCommand - Class in org.ow2.jasmine.probe.shell
Implements probe-remove command.
ProbeRemoveCommand() - Constructor for class org.ow2.jasmine.probe.shell.ProbeRemoveCommand
Default Constructor
ProbeRemoveCommandParams - Class in org.ow2.jasmine.probe.shell
 
ProbeRemoveCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.ProbeRemoveCommandParams
 
ProbeStartCommand - Class in org.ow2.jasmine.probe.shell
Implements probe-start command.
ProbeStartCommand() - Constructor for class org.ow2.jasmine.probe.shell.ProbeStartCommand
Default Constructor
ProbeStopCommand - Class in org.ow2.jasmine.probe.shell
Implements probe-stop command.
ProbeStopCommand() - Constructor for class org.ow2.jasmine.probe.shell.ProbeStopCommand
Default Constructor
processData(JasmineProbeResult) - Method in class org.ow2.jasmine.probe.outers.JOuter
 
properties - Variable in class org.ow2.jasmine.probe.collectors.JCollectorService
Info about indicator Properties.
properties - Variable in class org.ow2.jasmine.probe.outers.JOuterService
 
property - Variable in class org.ow2.jasmine.probe.probemanager.generated.Indicator
 
property - Variable in class org.ow2.jasmine.probe.probemanager.generated.Output
 
property - Variable in class org.ow2.jasmine.probe.probemanager.generated.Target
 
props - Variable in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
props - Variable in class org.ow2.jasmine.probe.shell.OutputChangeCommandParams
 
props - Variable in class org.ow2.jasmine.probe.shell.OutputCreateCommandParams
 
props - Variable in class org.ow2.jasmine.probe.shell.TargetCreateCommandParams
 
propsDef - Variable in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
Proptype - Class in org.ow2.jasmine.probe.probemanager.generated
Java class for proptype complex type.
Proptype() - Constructor for class org.ow2.jasmine.probe.probemanager.generated.Proptype
 
publishData(JasmineProbeResult) - Method in class org.ow2.jasmine.probe.outers.JOuter
Publish data on this Output

R

remove() - Method in class org.ow2.jasmine.probe.collectors.JCollector
Mark collector as removed.
remove() - Method in class org.ow2.jasmine.probe.outers.JOuter
Mark outer as removed.
removeAllProbes() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Remove all the managed probes.
removeCollectors(String, String) - Method in class org.ow2.jasmine.probe.collectors.JCollectorService
Remove all the collectors (if name and probeId are both null) - called when the service stopped.
removeIndicator(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
remove an indicator
removeOuters(String) - Method in class org.ow2.jasmine.probe.outers.JOuterService
Remove Outers attached to this Output.
removeOutput(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
remove an output.
removeProbe(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Remove a probe.
removeProbeListener(JasmineProbeListener) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Remove a ProbeListener previously registered.
removeTarget(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
remove a target
reset() - Method in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.IndicatorListCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.IndicatorPropertiesCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.IndicatorRemoveCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.OutputChangeCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.OutputCreateCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.OutputListCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.OutputRemoveCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.ProbeChangeCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.ProbeCommandsParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.ProbeConfigLoadSaveCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.ProbeListCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.ProbeRemoveCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.TargetCreateCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.TargetListCommandParams
 
reset() - Method in class org.ow2.jasmine.probe.shell.TargetRemoveCommandParams
 
resetIndicators() - Method in class org.ow2.jasmine.probe.manager.JProbe
Not only reset collectors list, but insure that collector instances are removed from the collector service.
resetOutputs() - Method in class org.ow2.jasmine.probe.manager.JProbe
Clear outers list.
resetTargets() - Method in class org.ow2.jasmine.probe.manager.JProbe
Allow to change a probe's target.
resetTimer() - Method in class org.ow2.jasmine.probe.manager.JProbe
reset timer value with probe period
resume() - Method in class org.ow2.jasmine.probe.manager.JProbe
Start the Probe, or resume it if it was previously suspended.
run() - Method in class org.ow2.jasmine.probe.manager.JProbe
Called by the Scheduler to make a polling on all indicators
run() - Method in class org.ow2.jasmine.probe.outers.JOuter
run method for Thread implementation.

S

saveConfig(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Save the current configuration in the specified xml file
scale - Variable in class org.ow2.jasmine.probe.probemanager.generated.Indicator
 
scale - Variable in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
scale - Variable in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
SEPARATOR - Static variable in class org.ow2.jasmine.probe.outers.JOuter
CSV separator.
setDefault(Boolean) - Method in class org.ow2.jasmine.probe.probemanager.generated.Output
Sets the value of the default property.
setError(String) - Method in class org.ow2.jasmine.probe.manager.JProbe
Set the Probe error message, kept in the JasmineProbe object for convenience.
setId(String) - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Sets the value of the id property.
setIndicator(List<String>) - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Sets the value of the indicator property.
setIndicator(List<Indicator>) - Method in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
Sets the value of the indicator property.
setKey(String) - Method in class org.ow2.jasmine.probe.probemanager.generated.Proptype
Sets the value of the key property.
setName(String) - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Sets the value of the name property.
setName(String) - Method in class org.ow2.jasmine.probe.probemanager.generated.Output
Sets the value of the name property.
setName(String) - Method in class org.ow2.jasmine.probe.probemanager.generated.Target
Sets the value of the name property.
setOn(ObjectName) - Method in interface org.ow2.jasmine.probe.mbeans.TestMXBean
 
setOn(ObjectName) - Method in class org.ow2.jasmine.probe.mbeans.TestOpenMBean
 
setOutput(List<String>) - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Sets the value of the output property.
setOutput(List<Output>) - Method in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
Sets the value of the output property.
setParams(JasmineProbeCommandParams) - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
 
setPeriod(BigInteger) - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Sets the value of the period property.
setProbe(List<Probe>) - Method in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
Sets the value of the probe property.
setProbeManager(ProbeManager) - Method in class org.ow2.jasmine.probe.collectors.JCollector
Set the probeManager ref when it is needed, for some Collectors.
setProbeState(JProbe, int, String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Notify a state change for that probe
setProperty(List<Proptype>) - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Sets the value of the property property.
setProperty(List<Proptype>) - Method in class org.ow2.jasmine.probe.probemanager.generated.Output
Sets the value of the property property.
setProperty(List<Proptype>) - Method in class org.ow2.jasmine.probe.probemanager.generated.Target
Sets the value of the property property.
setScale(BigInteger) - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Sets the value of the scale property.
setSource(List<String>) - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Sets the value of the source property.
setStatus(int) - Method in class org.ow2.jasmine.probe.manager.JProbe
Set the Probe status, kept in the JasmineProbe object for convenience.
setStatus(StatusType) - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Sets the value of the status property.
setTarget(List<String>) - Method in class org.ow2.jasmine.probe.probemanager.generated.Probe
Sets the value of the target property.
setTarget(List<Target>) - Method in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
Sets the value of the target property.
setType(String) - Method in class org.ow2.jasmine.probe.probemanager.generated.Indicator
Sets the value of the type property.
setType(String) - Method in class org.ow2.jasmine.probe.probemanager.generated.Output
Sets the value of the type property.
setType(String) - Method in class org.ow2.jasmine.probe.probemanager.generated.Target
Sets the value of the type property.
setValue(String) - Method in class org.ow2.jasmine.probe.probemanager.generated.Proptype
Sets the value of the value property.
source - Variable in class org.ow2.jasmine.probe.probemanager.generated.Indicator
 
sources - Variable in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
sources - Variable in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
start() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
startAllProbes() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Start all the managed probes.
startPolling() - Method in class org.ow2.jasmine.probe.collectors.JCollector
Restart polling
startProbe(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Start a probe.
status - Variable in class org.ow2.jasmine.probe.probemanager.generated.Probe
 
StatusType - Enum in org.ow2.jasmine.probe.probemanager.generated
Java class for statusType.
stop() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
stopAllProbes() - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Stop all the managed probes.
stopIt() - Method in class org.ow2.jasmine.probe.outers.JOuter
stop the AbstractOuter
stopPolling() - Method in class org.ow2.jasmine.probe.collectors.JCollector
Stop polling
stopProbe(String) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
Stop a probe.
suspend() - Method in class org.ow2.jasmine.probe.manager.JProbe
Suspend the Probe.

T

target - Variable in class org.ow2.jasmine.probe.probemanager.generated.Probe
 
target - Variable in class org.ow2.jasmine.probe.probemanager.generated.ProbeConfig
 
Target - Class in org.ow2.jasmine.probe.probemanager.generated
Java class for target complex type.
Target() - Constructor for class org.ow2.jasmine.probe.probemanager.generated.Target
 
TargetCreateCommand - Class in org.ow2.jasmine.probe.shell
Implements target-create command.
TargetCreateCommand() - Constructor for class org.ow2.jasmine.probe.shell.TargetCreateCommand
Default Constructor
TargetCreateCommandParams - Class in org.ow2.jasmine.probe.shell
 
TargetCreateCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.TargetCreateCommandParams
 
TargetListCommand - Class in org.ow2.jasmine.probe.shell
Implements target-list command that list the name of all the created targets.
TargetListCommand() - Constructor for class org.ow2.jasmine.probe.shell.TargetListCommand
Default Constructor
TargetListCommandParams - Class in org.ow2.jasmine.probe.shell
 
TargetListCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.TargetListCommandParams
 
TargetRemoveCommand - Class in org.ow2.jasmine.probe.shell
Implements target-remove command.
TargetRemoveCommand() - Constructor for class org.ow2.jasmine.probe.shell.TargetRemoveCommand
Default Constructor
TargetRemoveCommandParams - Class in org.ow2.jasmine.probe.shell
params for target-remove
TargetRemoveCommandParams() - Constructor for class org.ow2.jasmine.probe.shell.TargetRemoveCommandParams
 
TestMXBean - Interface in org.ow2.jasmine.probe.mbeans
 
TestOpenMBean - Class in org.ow2.jasmine.probe.mbeans
 
TestOpenMBean(AB, AB, CD, Long[], AB[], ObjectName[]) - Constructor for class org.ow2.jasmine.probe.mbeans.TestOpenMBean
 
toStart() - Method in class org.ow2.jasmine.probe.shell.ProbeCreateCommandParams
 
type - Variable in class org.ow2.jasmine.probe.probemanager.generated.Indicator
 
type - Variable in class org.ow2.jasmine.probe.probemanager.generated.Output
 
type - Variable in class org.ow2.jasmine.probe.probemanager.generated.Target
 
type - Variable in class org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams
 
type - Variable in class org.ow2.jasmine.probe.shell.IndicatorCreateCommandParams
 
type - Variable in class org.ow2.jasmine.probe.shell.IndicatorListCommandParams
 
type - Variable in class org.ow2.jasmine.probe.shell.IndicatorPropertiesCommandParams
 
type - Variable in class org.ow2.jasmine.probe.shell.OutputChangeCommandParams
 
type - Variable in class org.ow2.jasmine.probe.shell.OutputCreateCommandParams
 
type - Variable in class org.ow2.jasmine.probe.shell.OutputListCommandParams
 

U

unbindAggregateService(JasmineAggregateService, ServiceReference) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
unbindCollectorService(JasmineCollectorService, ServiceReference) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
unbindOuterService(JasmineOuterService, ServiceReference) - Method in class org.ow2.jasmine.probe.manager.internal.JProbeManager
 
url - Variable in class org.ow2.jasmine.probe.shell.TargetCreateCommandParams
 

V

validParam(String) - Method in class org.ow2.jasmine.probe.shell.JasmineProbeCommand
Verify that the command parameter has the following format : paramName=paramValue
value - Variable in class org.ow2.jasmine.probe.probemanager.generated.Proptype
 
value() - Method in enum org.ow2.jasmine.probe.probemanager.generated.StatusType
 
valueOf(String) - Static method in enum org.ow2.jasmine.probe.probemanager.generated.StatusType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.jasmine.probe.probemanager.generated.StatusType
Returns an array containing the constants of this enum type, in the order they are declared.

_

_default - Variable in class org.ow2.jasmine.probe.probemanager.generated.Output
 

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

Copyright © 2012 OW2 Consortium. All Rights Reserved.