swarm.objectbase
Class DefaultProbeMapImpl

java.lang.Object
  |
  +--swarm.objectbase.DefaultProbeMapImpl

public class DefaultProbeMapImpl
extends Object
implements ProbeMapS, ProbeMap, DefaultProbeMapS, DefaultProbeMap

A subclass of ProbeMap, whose initial state contains all the VarProbes of the requested target class and also those of all its superclasses.. A subclass of ProbeMap, whose initial state contains all the VarProbes of the requested target class and also those of all its superclasses.


Constructor Summary
DefaultProbeMapImpl()
           
DefaultProbeMapImpl(Zone aZone)
          Default constructor for Impl class
 
Methods implemented by this class for interface swarm.objectbase.ProbeMap
addProbe, addProbeMap, begin, clone, dropProbeForMessage, dropProbeForVariable, dropProbeMap, getNumEntries, getProbedClass, getProbeForMessage, getProbeForVariable
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProbeMapImpl

public DefaultProbeMapImpl()

DefaultProbeMapImpl

public DefaultProbeMapImpl(Zone aZone)
Default constructor for Impl class