org.ow2.jasmine.probe.collector
Interface JasmineCollectorService


public interface JasmineCollectorService

This interface is implemented by all the CollectorServices

Author:
durieuxp

Method Summary
 JasmineCollector getCollector(JasmineIndicator indicator, int period, java.lang.String probeid)
          Get the Collector for this JasmineIndicator VO Create it if does not exist yet.
 java.util.Collection<JasminePropertyInfo> getPropertiesInfo()
          Retrieve the description of all specific properties hidden in JasmineCollector Return a Collection of all properties with their description
 

Method Detail

getCollector

JasmineCollector getCollector(JasmineIndicator indicator,
                              int period,
                              java.lang.String probeid)
                              throws JasmineCollectorException
Get the Collector for this JasmineIndicator VO Create it if does not exist yet.

Parameters:
indicator - VO
period - nb of seconds between 2 measures
probeid -
Returns:
the Outer
Throws:
JasmineCollectorException

getPropertiesInfo

java.util.Collection<JasminePropertyInfo> getPropertiesInfo()
Retrieve the description of all specific properties hidden in JasmineCollector Return a Collection of all properties with their description

Returns:
a Collection of property descriptions


Copyright © 2011 OW2 Consortium. All Rights Reserved.