xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.client.I_XmlBlasterAccess

Packages that use I_XmlBlasterAccess
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.client.script   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.admin.extern   
org.xmlBlaster.util.dispatch   
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.client
 

Classes in org.xmlBlaster.client that implement I_XmlBlasterAccess
 class XmlBlasterAccess
          This is the default implementation of the java client side remote access to xmlBlaster.
 

Methods in org.xmlBlaster.client with parameters of type I_XmlBlasterAccess
 void StreamingCallback.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void I_ConnectionStateListener.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from XmlBlasterAccess notifying the client that a connection has been established and that its status is now ALIVE.
 void StreamingCallback.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void I_ConnectionStateListener.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          Invoked when the dispatcher goes to synch again after having delivered entries which where in the queue when the state changed to ALIVE.
 void StreamingCallback.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void I_ConnectionStateListener.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from XmlBlasterAccess informing the client that the connection was lost (i.e.
 void StreamingCallback.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void I_ConnectionStateListener.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from XmlBlasterAccess informing the client that the connection state has changed to POLLING.
 

Constructors in org.xmlBlaster.client with parameters of type I_XmlBlasterAccess
ClientErrorHandler(Global glob, I_XmlBlasterAccess xmlBlasterAccess)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.client.dispatch
 

Methods in org.xmlBlaster.client.dispatch with parameters of type I_XmlBlasterAccess
 void ClientDispatchManager.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.client.script
 

Constructors in org.xmlBlaster.client.script with parameters of type I_XmlBlasterAccess
XmlScriptClient(Global glob, I_XmlBlasterAccess access, I_Callback callback, java.util.HashMap attachments, java.io.OutputStream out)
          This constructor is the most generic one (more degrees of freedom)
XmlScriptClient(Global glob, I_XmlBlasterAccess access, java.io.OutputStream cbStream, java.io.OutputStream responseStream, java.util.HashMap attachments)
          This is a convenience constructor which takes the default I_Callback implementation provided (StreamCallback).
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.util
 

Fields in org.xmlBlaster.util declared as I_XmlBlasterAccess
protected  I_XmlBlasterAccess Global.xmlBlasterAccess
          The client handle to access xmlBlaster
 

Methods in org.xmlBlaster.util that return I_XmlBlasterAccess
 I_XmlBlasterAccess Global.getXmlBlasterAccess()
          The client handle to access xmlBlaster remotely.
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.util.admin.extern
 

Constructors in org.xmlBlaster.util.admin.extern with parameters of type I_XmlBlasterAccess
NotifListener(XmlBlasterConnector connector, I_XmlBlasterAccess returnCon, Global glob)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.util.dispatch
 

Methods in org.xmlBlaster.util.dispatch with parameters of type I_XmlBlasterAccess
 void I_DispatchManager.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.