xmlBlaster 2.2.0 API

org.xmlBlaster.util
Interface I_Timeout

All Known Subinterfaces:
I_DispatchManager
All Known Implementing Classes:
CallbackXmlRpcDriverSingleChannel, CbDispatchConnection, ClientDispatchConnection, ClientDispatchManager, DispatchConnection, JdbcConnectionPool, MsgUnitWrapper, NamedConnectionPool.UnnamedConnectionPool, Pop3Driver, Publisher, Publisher, PushHandler, ReplicationDumper, ReplManagerPlugin, ResourceWrapper, ServerDispatchManager, SessionInfo, SqlInfoStreamPublisher, StreamingCallback, TelnetGateway, TopicHandler, WeakObj, WeakObjPooled

public interface I_Timeout

Interface you need to implement to receive timeout notifications

Author:
xmlBlaster@marcelruff.info

Method Summary
 void timeout(java.lang.Object userData)
          You will be notified about the timeout through this method.
 

Method Detail

timeout

void timeout(java.lang.Object userData)
You will be notified about the timeout through this method.

Parameters:
userData - You get bounced back your userData which you passed with Timeout.addTimeoutListener()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.