|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.cmu.cs.able.probebus.siena.SienaProbeBus
Field Summary | |
siena.HierarchicalDispatcher |
siena
|
Constructor Summary | |
SienaProbeBus(java.lang.String sienaURI)
Constructor for SienaProbeBus Try sienaURI = "senp://127.0.0.1" to run the bus on this computer on the default port |
Method Summary | |
boolean |
publishEvent(IProbeEvent e)
Publishes an Event (ISienaProbeEvent) on the Siena Event Bus This means the client of this method has the job of creating the Notification |
void |
registerForEvent(IProbeEvent e,
IProbeConsumer c)
An object that wants to get notified when event occurs must register using this method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public siena.HierarchicalDispatcher siena
Constructor Detail |
public SienaProbeBus(java.lang.String sienaURI)
Method Detail |
public void registerForEvent(IProbeEvent e, IProbeConsumer c)
IProbeBus
registerForEvent
in interface IProbeBus
IProbeBus.registerForEvent(IProbeEvent, IProbeConsumer)
public boolean publishEvent(IProbeEvent e)
IProbeBus
publishEvent
in interface IProbeBus
IProbeBus.publishEvent(IProbeEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |