edu.cmu.cs.able.probebus.siena.events
Class SienaStatusResponseProbeEvent
java.lang.Object
|
+--edu.cmu.cs.able.probebus.siena.SienaProbeEvent
|
+--edu.cmu.cs.able.probebus.siena.SienaResponseProbeEvent
|
+--edu.cmu.cs.able.probebus.siena.events.SienaStatusResponseProbeEvent
- All Implemented Interfaces:
- IProbeEvent, ISienaProbeEvent
- public class SienaStatusResponseProbeEvent
- extends SienaResponseProbeEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
myProbeEvent
protected StatusResponseProbeEvent myProbeEvent
responseTypeValue
protected java.lang.String responseTypeValue
kxEventTypeValue
protected java.lang.String kxEventTypeValue
DEPLOYED_KEY
protected final java.lang.String DEPLOYED_KEY
ACTIVATED_KEY
protected final java.lang.String ACTIVATED_KEY
INSTALLED_KEY
protected final java.lang.String INSTALLED_KEY
SienaStatusResponseProbeEvent
public SienaStatusResponseProbeEvent(SienaProbeBus pb,
java.lang.String systemID,
java.lang.String dep,
java.lang.String ins,
java.lang.String act)
- Creates new SienaStatusResponseProbeEvent
SienaStatusResponseProbeEvent
public SienaStatusResponseProbeEvent(siena.Notification n)
equals
public boolean equals(IProbeEvent e)
- needed for testing purposes; handy generally
toNotification
public siena.Notification toNotification()
- Convert an event into a Siena Notification
- Overrides:
toNotification
in class SienaProbeEvent
- Following copied from class:
edu.cmu.cs.able.probebus.siena.SienaProbeEvent
- Returns:
- this object represented as a Siena Notification
createFilter
public siena.Filter createFilter()
- Create a siena Filter that matches this event
getProbeEvent
public StatusResponseProbeEvent getProbeEvent()