xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.util.I_Timeout

Packages that use I_Timeout
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.client.filepoller   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.pool   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.queue.jdbc   
 

Uses of I_Timeout in org.xmlBlaster.client
 

Classes in org.xmlBlaster.client that implement I_Timeout
 class StreamingCallback
          StreamingCallback
 

Uses of I_Timeout in org.xmlBlaster.client.dispatch
 

Classes in org.xmlBlaster.client.dispatch that implement I_Timeout
 class ClientDispatchConnection
          Holding all necessary infos to establish callback connections and invoke their update().
 class ClientDispatchManager
          Manages the sending of messages and commands and does error recovery further we communicate with the dispatcher plugin if one is configured.
 

Uses of I_Timeout in org.xmlBlaster.client.filepoller
 

Classes in org.xmlBlaster.client.filepoller that implement I_Timeout
 class Publisher
          Publisher
 

Uses of I_Timeout in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util with parameters of type I_Timeout
 Timestamp I_TimeoutManager.addOrRefreshTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData, Timestamp key)
          Checks if key is null -> addTimeoutListener else refreshTimeoutListener() in a thread save way.
 Timestamp Timeout.addOrRefreshTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData, Timestamp key)
          Checks if key is null -> addTimeoutListener else refreshTimeoutListener() in a thread save way.
 Timestamp TimeoutPooled.addOrRefreshTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData, Timestamp key)
           
 Timestamp I_TimeoutManager.addTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData)
          Add a listener which gets informed after 'delay' milliseconds.
 Timestamp Timeout.addTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData)
          Add a listener which gets informed after 'delay' milliseconds.
 Timestamp TimeoutPooled.addTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData)
           
 

Uses of I_Timeout in org.xmlBlaster.util.dispatch
 

Subinterfaces of I_Timeout in org.xmlBlaster.util.dispatch
 interface I_DispatchManager
          Manages the sending of messages and commands and does error recovery further we communicate with the dispatcher plugin if one is configured.
 

Classes in org.xmlBlaster.util.dispatch that implement I_Timeout
 class DispatchConnection
          Holding all necessary infos to establish a remote connection and check this connection.
 

Uses of I_Timeout in org.xmlBlaster.util.pool
 

Classes in org.xmlBlaster.util.pool that implement I_Timeout
 class ResourceWrapper
          Container holds infos about a resource.
 

Uses of I_Timeout in org.xmlBlaster.util.protocol.email
 

Classes in org.xmlBlaster.util.protocol.email that implement I_Timeout
 class Pop3Driver
          This class is capable to poll for emails using the POP3 protocol.
 

Uses of I_Timeout in org.xmlBlaster.util.queue.jdbc
 

Classes in org.xmlBlaster.util.queue.jdbc that implement I_Timeout
 class JdbcConnectionPool
          A Pool of connections to the database to be used for a persistent queue.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.