org.ow2.jasmine.probe.collectors.constant
Class ConstantCollectorService
java.lang.Object
org.ow2.jasmine.probe.collectors.JCollectorService
org.ow2.jasmine.probe.collectors.constant.ConstantCollectorService
- All Implemented Interfaces:
- JasmineCollectorService
public class ConstantCollectorService
- extends JCollectorService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHORT_DESC
public static final String SHORT_DESC
- Description
- See Also:
- Constant Field Values
LONG_DESC
public static final String LONG_DESC
- See Also:
- Constant Field Values
SOURCE_DESC
public static final String SOURCE_DESC
- Sources
- See Also:
- Constant Field Values
SOURCE_MIN
public static final int SOURCE_MIN
- See Also:
- Constant Field Values
SOURCE_MAX
public static final int SOURCE_MAX
- See Also:
- Constant Field Values
PROP_TYPE
public static final String PROP_TYPE
- Properties description
- See Also:
- Constant Field Values
PROP_TYPE_DESC
public static final String PROP_TYPE_DESC
- See Also:
- Constant Field Values
PROP_VALUE
public static final String PROP_VALUE
- See Also:
- Constant Field Values
PROP_VALUE_DESC
public static final String PROP_VALUE_DESC
- See Also:
- Constant Field Values
ConstantCollectorService
public ConstantCollectorService()
start
public void start()
stop
public void stop()
getCollector
public JasmineCollector getCollector(JasmineIndicator indicator,
JasmineProbe probe)
throws JasmineCollectorException
- Create a Collector for this JasmineIndicator.
Called by the JasmineProbeManager when first starting a probe
(at the probe creation).
- Specified by:
getCollector in interface JasmineCollectorService- Specified by:
getCollector in class JCollectorService
- Parameters:
indicator - contains the indicator's parameters.probe - the probe that gets the collector
- Returns:
- the Collector
- Throws:
JasmineCollectorException - operation failed
Copyright © 2013 OW2 Consortium. All Rights Reserved.