org.ow2.jasmine.probe.collector
Interface JasmineCollector


public interface JasmineCollector


Method Summary
 JasmineIndicatorValue getLastResult()
          Retrieve the last results for this indicator
 java.lang.String getName()
           
 void startPolling()
          Start polling
 void stopPolling()
          Stop polling
 

Method Detail

getLastResult

JasmineIndicatorValue getLastResult()
                                    throws JasmineCollectorException
Retrieve the last results for this indicator

Returns:
JasmineIndicatorValue or null if no result available
Throws:
JasmineCollectorException

getName

java.lang.String getName()
Returns:
the name of this Collector

stopPolling

void stopPolling()
Stop polling


startPolling

void startPolling()
Start polling



Copyright © 2011 OW2 Consortium. All Rights Reserved.