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 publishData(JasmineProbeResult data)
          Add this data to the Outer's queue.
 

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.


Copyright © 2011 OW2 Consortium. All Rights Reserved.