public interface BusMembershipListener
| Modifier and Type | Method and Description |
|---|---|
void |
anormalEvent(Exception exc)
notification of an incident (sending a message to a non-existing agent and so on)
|
void |
connecting(String agentName,
String otherInfos)
a new agent is connected to the bus
|
void |
disconnecting(String agentName,
String otherInfos)
an agent explicitly disconnected
|
void connecting(String agentName, String otherInfos)
agentName - otherInfos - free form string to add comments to the eventvoid disconnecting(String agentName, String otherInfos)
agentName - otherInfos - void anormalEvent(Exception exc)
exc - Copyright © 2014 LSST. All rights reserved.