Serialized Form


Package org.ow2.jasmine.probe

Class org.ow2.jasmine.probe.JasmineIndicValue extends Object implements Serializable

Serialized Fields

name

String name
Indicator Name.


metadata

HashMap<K,V> metadata
Additional Metadata, depending on the Collector type.


values

Collection<E> values
Collection of values. We have a Collection because indicators may be composite.

Class org.ow2.jasmine.probe.JasmineProbeException extends Exception implements Serializable

serialVersionUID: 1L

Class org.ow2.jasmine.probe.JasmineProbeResult extends Object implements Serializable

serialVersionUID: -6711641493993118511L

Serialized Fields

probeId

String probeId
Ident of the Probe


ivalues

Collection<E> ivalues
Indicator Values

Class org.ow2.jasmine.probe.JasmineSingleResult extends Object implements Serializable

Serialized Fields

name

String name
Name representing this value


timestamp

long timestamp
Timestamp of the measure


properties

HashMap<K,V> properties
List of properties associated to this value. Their name depend on the Collector type.


value

Number value
Numeric value of this single result


Package org.ow2.jasmine.probe.collector

Class org.ow2.jasmine.probe.collector.JasmineCollectorException extends Exception implements Serializable

serialVersionUID: 1L


Package org.ow2.jasmine.probe.outer

Class org.ow2.jasmine.probe.outer.JasmineOuterException extends Exception implements Serializable

serialVersionUID: 1L



Copyright © 2011 OW2 Consortium. All Rights Reserved.