edu.cmu.cs.able.probebus.events
Class LatencyProbeEvent
java.lang.Object
|
+--edu.cmu.cs.able.probebus.ProbeEvent
|
+--edu.cmu.cs.able.probebus.events.LatencyProbeEvent
- All Implemented Interfaces:
- IProbeEvent
- public class LatencyProbeEvent
- extends ProbeEvent
Implementation-neutral Latency Event
Constructor Summary |
LatencyProbeEvent(java.lang.String lat,
java.lang.String pcn,
java.lang.String sid)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
latency
protected java.lang.String latency
probeConfigurationName
protected java.lang.String probeConfigurationName
systemID
protected java.lang.String systemID
LatencyProbeEvent
public LatencyProbeEvent(java.lang.String lat,
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
getLatency
public java.lang.String getLatency()
getProbeConfigurationName
public java.lang.String getProbeConfigurationName()
getSystemID
public java.lang.String getSystemID()
equals
public boolean equals(LatencyProbeEvent e)