xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.util.xbformat.I_ProgressListener

Packages that use I_ProgressListener
org.xmlBlaster.client.dispatch   
org.xmlBlaster.client.protocol   
org.xmlBlaster.client.protocol.corba   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.client.protocol.rmi   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.client.protocol.xmlrpc   
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.protocol   
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.local   
org.xmlBlaster.protocol.rmi   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.protocol   
org.xmlBlaster.util.xbformat   
 

Uses of I_ProgressListener in org.xmlBlaster.client.dispatch
 

Methods in org.xmlBlaster.client.dispatch that return I_ProgressListener
 I_ProgressListener ClientDispatchConnection.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.client.dispatch with parameters of type I_ProgressListener
 I_ProgressListener ClientDispatchConnection.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.client.protocol
 

Methods in org.xmlBlaster.client.protocol that return I_ProgressListener
 I_ProgressListener I_XmlBlasterConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Methods in org.xmlBlaster.client.protocol with parameters of type I_ProgressListener
 I_ProgressListener I_XmlBlasterConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Uses of I_ProgressListener in org.xmlBlaster.client.protocol.corba
 

Methods in org.xmlBlaster.client.protocol.corba that return I_ProgressListener
 I_ProgressListener CorbaConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Methods in org.xmlBlaster.client.protocol.corba with parameters of type I_ProgressListener
 I_ProgressListener CorbaConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Uses of I_ProgressListener in org.xmlBlaster.client.protocol.local
 

Methods in org.xmlBlaster.client.protocol.local that return I_ProgressListener
 I_ProgressListener LocalConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Methods in org.xmlBlaster.client.protocol.local with parameters of type I_ProgressListener
 I_ProgressListener LocalConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Uses of I_ProgressListener in org.xmlBlaster.client.protocol.rmi
 

Methods in org.xmlBlaster.client.protocol.rmi that return I_ProgressListener
 I_ProgressListener RmiConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Methods in org.xmlBlaster.client.protocol.rmi with parameters of type I_ProgressListener
 I_ProgressListener RmiConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Uses of I_ProgressListener in org.xmlBlaster.client.protocol.socket
 

Fields in org.xmlBlaster.client.protocol.socket declared as I_ProgressListener
private  I_ProgressListener SocketConnection.tmpProgressListener
          Placeholder for the progess listener in case the registration happens before the cbReceiver has been registered
 

Methods in org.xmlBlaster.client.protocol.socket that return I_ProgressListener
 I_ProgressListener SocketConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Methods in org.xmlBlaster.client.protocol.socket with parameters of type I_ProgressListener
 I_ProgressListener SocketConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Uses of I_ProgressListener in org.xmlBlaster.client.protocol.xmlrpc
 

Fields in org.xmlBlaster.client.protocol.xmlrpc declared as I_ProgressListener
private  I_ProgressListener XmlScriptSerializer.progressListener
           
 

Methods in org.xmlBlaster.client.protocol.xmlrpc that return I_ProgressListener
 I_ProgressListener XmlRpcConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type I_ProgressListener
 I_ProgressListener XmlRpcConnection.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Uses of I_ProgressListener in org.xmlBlaster.engine.dispatch
 

Methods in org.xmlBlaster.engine.dispatch that return I_ProgressListener
 I_ProgressListener CbDispatchConnection.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.engine.dispatch with parameters of type I_ProgressListener
 I_ProgressListener CbDispatchConnection.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.protocol
 

Methods in org.xmlBlaster.protocol that return I_ProgressListener
 I_ProgressListener I_CallbackDriver.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Methods in org.xmlBlaster.protocol with parameters of type I_ProgressListener
 I_ProgressListener I_CallbackDriver.registerProgressListener(I_ProgressListener listener)
          Register a listener for to receive information about the progress of incoming data.
 

Uses of I_ProgressListener in org.xmlBlaster.protocol.corba
 

Methods in org.xmlBlaster.protocol.corba that return I_ProgressListener
 I_ProgressListener CallbackCorbaDriver.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.protocol.corba with parameters of type I_ProgressListener
 I_ProgressListener CallbackCorbaDriver.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.protocol.jdbc
 

Methods in org.xmlBlaster.protocol.jdbc that return I_ProgressListener
 I_ProgressListener CallbackJdbcDriver.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.protocol.jdbc with parameters of type I_ProgressListener
 I_ProgressListener CallbackJdbcDriver.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.protocol.local
 

Methods in org.xmlBlaster.protocol.local that return I_ProgressListener
 I_ProgressListener CallbackLocalDriver.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.protocol.local with parameters of type I_ProgressListener
 I_ProgressListener CallbackLocalDriver.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.protocol.rmi
 

Methods in org.xmlBlaster.protocol.rmi that return I_ProgressListener
 I_ProgressListener CallbackRmiDriver.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.protocol.rmi with parameters of type I_ProgressListener
 I_ProgressListener CallbackRmiDriver.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.protocol.socket
 

Methods in org.xmlBlaster.protocol.socket that return I_ProgressListener
(package private)  I_ProgressListener CallbackSocketDriver.getProgressListener()
           
 I_ProgressListener CallbackSocketDriver.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.protocol.socket with parameters of type I_ProgressListener
 I_ProgressListener CallbackSocketDriver.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.protocol.stomp
 

Methods in org.xmlBlaster.protocol.stomp that return I_ProgressListener
 I_ProgressListener XbStompInOutBridge.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.protocol.stomp with parameters of type I_ProgressListener
 I_ProgressListener XbStompInOutBridge.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.protocol.xmlrpc
 

Methods in org.xmlBlaster.protocol.xmlrpc that return I_ProgressListener
 I_ProgressListener CallbackXmlRpcDriverSingleChannel.registerProgressListener(I_ProgressListener listener)
           
 I_ProgressListener CallbackXmlRpcDriver.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.protocol.xmlrpc with parameters of type I_ProgressListener
 I_ProgressListener CallbackXmlRpcDriverSingleChannel.registerProgressListener(I_ProgressListener listener)
           
 I_ProgressListener CallbackXmlRpcDriver.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.util.dispatch
 

Classes in org.xmlBlaster.util.dispatch that implement I_ProgressListener
 class DispatchStatistic
          Collecting data on how many messages / bytes are successfully delivered.
 

Methods in org.xmlBlaster.util.dispatch that return I_ProgressListener
abstract  I_ProgressListener DispatchConnection.registerProgressListener(I_ProgressListener listener)
          Should be overwritten by extending classes.
 

Methods in org.xmlBlaster.util.dispatch with parameters of type I_ProgressListener
abstract  I_ProgressListener DispatchConnection.registerProgressListener(I_ProgressListener listener)
          Should be overwritten by extending classes.
 

Uses of I_ProgressListener in org.xmlBlaster.util.protocol
 

Fields in org.xmlBlaster.util.protocol declared as I_ProgressListener
protected  I_ProgressListener RequestReplyExecutor.progressListener
          A listener may register to receive send/receive progress informations
 

Methods in org.xmlBlaster.util.protocol that return I_ProgressListener
 I_ProgressListener RequestReplyExecutor.getProgressListener()
           
 I_ProgressListener RequestReplyExecutor.registerProgressListener(I_ProgressListener listener)
           
 

Methods in org.xmlBlaster.util.protocol with parameters of type I_ProgressListener
 I_ProgressListener RequestReplyExecutor.registerProgressListener(I_ProgressListener listener)
           
 

Uses of I_ProgressListener in org.xmlBlaster.util.xbformat
 

Fields in org.xmlBlaster.util.xbformat declared as I_ProgressListener
private  I_ProgressListener XbfParser.progressListener
          If not null somebody wants to be notified about the current bytes send over socket
private  I_ProgressListener XmlScriptParser.progressListener
          If not null somebody wants to be notified about the current bytes send over socket
private  I_ProgressListener MsgInfo.progressListener
           
 

Methods in org.xmlBlaster.util.xbformat that return I_ProgressListener
 I_ProgressListener MsgInfo.getProgressListener()
           
 

Methods in org.xmlBlaster.util.xbformat with parameters of type I_ProgressListener
 I_MsgInfoParser MsgInfoParserFactory.getMsgInfoParser(Global glob, I_ProgressListener progressListener, java.lang.String className, I_PluginConfig pluginConfig)
          Create a new parser instance.
 void XbfParser.init(Global glob, I_ProgressListener progressListener, I_PluginConfig pluginConfig)
           
 void XmlScriptParser.init(Global glob, I_ProgressListener progressListener, I_PluginConfig pluginConfig)
           
 void I_MsgInfoParser.init(Global glob, I_ProgressListener progressListener, I_PluginConfig pluginConfig)
          Is guaranteed to be called by the MsgInfoParserFactory after construction.
static MsgInfo[] MsgInfo.parse(Global glob, I_ProgressListener progressListener, byte[] rawMsg, java.lang.String className, I_PluginConfig pluginConfig)
          Convenience method.
static MsgInfo[] MsgInfo.parse(Global glob, I_ProgressListener progressListener, java.io.InputStream in, java.lang.String className, I_PluginConfig pluginConfig)
          Convenience method.
 

Constructors in org.xmlBlaster.util.xbformat with parameters of type I_ProgressListener
MsgInfo(Global glob, byte type, MethodName methodName, java.lang.String sessionId, I_ProgressListener progressListener)
           
MsgInfo(Global glob, byte type, MethodName methodName, java.lang.String sessionId, I_ProgressListener progressListener, java.lang.String msgInfoParserClassName)
           
MsgInfo(Global glob, byte type, java.lang.String requestId, MethodName methodName, java.lang.String sessionId, I_ProgressListener progressListener)
           
MsgInfo(Global glob, I_ProgressListener progressListener)
          Ctor to parse messages with msgInfo.parse(iStream);
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.