edu.cmu.cs.able.probebus.events
Class ActivateProbeEvent
java.lang.Object
|
+--edu.cmu.cs.able.probebus.ProbeEvent
|
+--edu.cmu.cs.able.probebus.events.ActivateProbeEvent
- All Implemented Interfaces:
- IProbeEvent
- public class ActivateProbeEvent
- extends ProbeEvent
The implementation-neutral Activate Probe Event
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
probeConfigurationName
protected java.lang.String probeConfigurationName
systemID
protected java.lang.String systemID
ActivateProbeEvent
public ActivateProbeEvent(java.lang.String pcn,
java.lang.String sid)
dispatch
public boolean dispatch()
- Description copied from class:
ProbeEvent
- Should never be called.
While we implement IProbeEvent, this message should have been
sent to the implementation-specific decorator, like one derived
from SienaProbeEvent, which knows how to actually dispatch().
- Overrides:
dispatch
in class ProbeEvent
- See Also:
we should never do this -- it should be done by the decorator
getProbeConfigurationName
public java.lang.String getProbeConfigurationName()
getSystemID
public java.lang.String getSystemID()
equals
public boolean equals(ActivateProbeEvent e)
- very important to use equals() on strings, not ==