xmlBlaster 2.2.0 API

org.xmlBlaster.util.dispatch
Interface I_ConnectionStatusListener

All Known Subinterfaces:
I_MsgDispatchInterceptor
All Known Implementing Classes:
ConsumableQueuePlugin, DropIfNotDeliverable, DropIfNotDeliverableUniqueOnly, EventPlugin, PriorizedDispatchPlugin, ReplManagerPlugin, XmlBlasterAccess, XmlScriptInterpreterTest.TestAccessor

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(I_DispatchManager dispatchManager, ConnectionStateEnum oldState)
           
 void toAliveSync(I_DispatchManager dispatchManager, ConnectionStateEnum oldState)
           
 void toDead(I_DispatchManager dispatchManager, ConnectionStateEnum oldState, XmlBlasterException xmlBlasterException)
           
 void toPolling(I_DispatchManager dispatchManager, ConnectionStateEnum oldState)
           
 

Method Detail

toAlive

void toAlive(I_DispatchManager dispatchManager,
             ConnectionStateEnum oldState)

toAliveSync

void toAliveSync(I_DispatchManager dispatchManager,
                 ConnectionStateEnum oldState)

toPolling

void toPolling(I_DispatchManager dispatchManager,
               ConnectionStateEnum oldState)

toDead

void toDead(I_DispatchManager dispatchManager,
            ConnectionStateEnum oldState,
            XmlBlasterException xmlBlasterException)
Parameters:
dispatchManager -
oldState -
xmlBlasterException - Can be null

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.