xmlBlaster 1.6.2 API

org.xmlBlaster.util.dispatch
Interface I_ConnectionStatusListener

All Known Subinterfaces:
I_MsgDispatchInterceptor
All Known Implementing Classes:
ConsumableQueuePlugin, DropIfNotDeliverable, EventPlugin, PriorizedDispatchPlugin, ReplManagerPlugin, XmlBlasterAccess

public interface I_ConnectionStatusListener

Listen to connection states of the dispatcher framework.

Register with a call to DispatchManager.addConnectionStatusListener()

Author:
xmlBlaster@marcelruff.info

Method Summary
 void toAlive(DispatchManager dispatchManager, ConnectionStateEnum oldState)
           
 void toDead(DispatchManager dispatchManager, ConnectionStateEnum oldState, java.lang.String errorText)
           
 void toPolling(DispatchManager dispatchManager, ConnectionStateEnum oldState)
           
 

Method Detail

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)

xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.