org.xmlBlaster.util.dispatch
Interface I_ConnectionStatusListener
- All Known Subinterfaces:
- I_MsgDispatchInterceptor
- All Known Implementing Classes:
- PriorizedDispatchPlugin, XmlBlasterAccess
- public interface I_ConnectionStatusListener
Listen to connection states of the dispatcher framework.
Register with a call to DispatchManager.addConnectionStatusListener()
- Author:
- xmlBlaster@marcelruff.info
toAlive
public void toAlive(DispatchManager dispatchManager,
ConnectionStateEnum oldState)
toPolling
public void toPolling(DispatchManager dispatchManager,
ConnectionStateEnum oldState)
toDead
public void toDead(DispatchManager dispatchManager,
ConnectionStateEnum oldState,
java.lang.String errorText)
Copyright © 1999-2007 The xmlBlaster.org contributers.