org.ow2.jasmine.probe.outer
Interface JasmineOuter


public interface JasmineOuter

Interface implemented by all Outer managed by the OuterManager Used to put new data collected by probes. Each Outer manages a queue of JasmineProbeResult elements.

Author:
durieuxp

Method Summary
 void flushData()
          Flush the Outer.
 String getOutputName()
          Return the name of the output corresponding to this outer
 boolean isRemoved()
           
 void publishData(JasmineProbeResult data)
          Add this data to the Outer's queue.
 void remove()
          Mark removed
 

Method Detail

publishData

void publishData(JasmineProbeResult data)
Add this data to the Outer's queue.

Parameters:
data - the JasmineProbeResult element to be added to the queue.

getOutputName

String getOutputName()
Return the name of the output corresponding to this outer


flushData

void flushData()
Flush the Outer.


remove

void remove()
Mark removed


isRemoved

boolean isRemoved()
Returns:
true if the collector was marked as removed


Copyright © 2013 OW2 Consortium. All Rights Reserved.