swarm.objectbase
Interface ProbeConfig

All Known Subinterfaces:
ActiveGraph, ActiveOutFile, Averager, CompleteProbeMap, CompleteVarMap, CustomProbeMap, DefaultProbeMap, EmptyProbeMap, Entropy, MessageProbe, Probe, ProbeLibrary, ProbeMap, VarProbe
All Known Implementing Classes:
ProbeMapImpl, ProbeLibraryImpl

public interface ProbeConfig

Protocol for configuration of Probes, ProbeMaps, and the ProbeLibrary.. Protocol for configuration of Probes, ProbeMaps, and the ProbeLibrary.


Method Summary
 java.lang.Object getObjectToNotify()
           
 java.lang.Object setObjectToNotify(java.lang.Object anObject)
           
 

Method Detail

setObjectToNotify

public java.lang.Object setObjectToNotify(java.lang.Object anObject)

getObjectToNotify

public java.lang.Object getObjectToNotify()