org.lsst.ccs.bus
Interface BusMembershipListener


public interface BusMembershipListener


Method Summary
 void anormalEvent(Exception exc)
           
 void connecting(String agentName, String otherInfos)
           
 void disconnecting(String agentName, String otherInfos)
           
 

Method Detail

connecting

void connecting(String agentName,
                String otherInfos)

disconnecting

void disconnecting(String agentName,
                   String otherInfos)

anormalEvent

void anormalEvent(Exception exc)


Copyright © 2013 LSST. All Rights Reserved.