edu.cmu.cs.able.probebus.events
Class DeployProbeEvent
java.lang.Object
|
+--edu.cmu.cs.able.probebus.ProbeEvent
|
+--edu.cmu.cs.able.probebus.events.DeployProbeEvent
- All Implemented Interfaces:
- IProbeEvent
- public class DeployProbeEvent
- extends ProbeEvent
The implementation-neutral Request Probe Event
Constructor Summary |
DeployProbeEvent(java.lang.String cn,
java.lang.String sid,
java.lang.String cl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configName
protected java.lang.String configName
systemID
protected java.lang.String systemID
classes
protected java.lang.String classes
DeployProbeEvent
public DeployProbeEvent(java.lang.String cn,
java.lang.String sid,
java.lang.String cl)
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
getConfigName
public java.lang.String getConfigName()
getSystemID
public java.lang.String getSystemID()
getClasses
public java.lang.String getClasses()
equals
public boolean equals(DeployProbeEvent e)
- very important to use equals() on strings, not ==