xmlBlaster 2.2.0 client 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.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
 

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
 

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

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 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.