xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.util.I_Timeout

Packages that use I_Timeout
org.xmlBlaster.authentication   
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.client.filepoller   
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.admin.extern   
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.protocol.http.appletproxy   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.xmlrpc   
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.authentication
 

Classes in org.xmlBlaster.authentication that implement I_Timeout
 class SessionInfo
          SessionInfo stores all known session data about a client.
 

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.contrib.dbwriter
 

Classes in org.xmlBlaster.contrib.dbwriter that implement I_Timeout
 class SqlInfoStreamPublisher
           
 

Uses of I_Timeout in org.xmlBlaster.contrib.replication
 

Classes in org.xmlBlaster.contrib.replication that implement I_Timeout
 class ReplicationDumper
           
 

Uses of I_Timeout in org.xmlBlaster.contrib.replication.impl
 

Classes in org.xmlBlaster.contrib.replication.impl that implement I_Timeout
 class ReplManagerPlugin
          ReplManagerPlugin is a plugin wrapper if you want to run DbWatcher inside xmlBlaster.
 

Uses of I_Timeout in org.xmlBlaster.engine
 

Classes in org.xmlBlaster.engine that implement I_Timeout
 class MsgUnitWrapper
          Wraps a publish() message into an entry for a persistence cache.
 class TopicHandler
          A topic handles all MsgUnit entries of same oid and its subscribers.
 

Uses of I_Timeout in org.xmlBlaster.engine.admin.extern
 

Classes in org.xmlBlaster.engine.admin.extern that implement I_Timeout
 class TelnetGateway
          The gateway from outside telnet connections to inside CommandManager.
 

Uses of I_Timeout in org.xmlBlaster.engine.dispatch
 

Classes in org.xmlBlaster.engine.dispatch that implement I_Timeout
 class CbDispatchConnection
          Holding all necessary infos to establish callback connections and invoke their update().
 class ServerDispatchManager
          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.protocol.http.appletproxy
 

Classes in org.xmlBlaster.protocol.http.appletproxy that implement I_Timeout
 class PushHandler
          This handles and hides the different http push modes when sending data back to the applet through method update().
 

Uses of I_Timeout in org.xmlBlaster.protocol.jdbc
 

Classes in org.xmlBlaster.protocol.jdbc that implement I_Timeout
private  class NamedConnectionPool.UnnamedConnectionPool
          Inner class, every user of the Named pool has its own connection pool.
 

Uses of I_Timeout in org.xmlBlaster.protocol.xmlrpc
 

Classes in org.xmlBlaster.protocol.xmlrpc that implement I_Timeout
 class CallbackXmlRpcDriverSingleChannel
          This object sends a MsgUnitRaw back to a client using XMLRPC interface, in the same JVM.
 

Uses of I_Timeout in org.xmlBlaster.util
 

Classes in org.xmlBlaster.util that implement I_Timeout
(package private)  class WeakObj
          Test a weak reference
(package private)  class WeakObjPooled
          Test a weak reference
 

Methods in org.xmlBlaster.util that return I_Timeout
(package private)  I_Timeout Container.getCallback()
           
 

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)
           
 

Constructors in org.xmlBlaster.util with parameters of type I_Timeout
Container(boolean useWeakReference, I_Timeout callback, 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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.