xmlBlaster 1.6.2 API

Uses of Interface
org.xmlBlaster.client.I_XmlBlasterAccess

Packages that use I_XmlBlasterAccess
http.dhtml.systemInfo Demo servlet and publisher for persistent http browser demo. 
javaclients Java examples, start reading the HelloWorld clients. 
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.feeder   
org.xmlBlaster.client.filepoller   
org.xmlBlaster.client.jmx   
org.xmlBlaster.client.reader   
org.xmlBlaster.client.script   
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.dbwatcher.mom   
org.xmlBlaster.contrib.filewatcher   
org.xmlBlaster.contrib.filewriter   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.contrib.socketgetter   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.cluster   
org.xmlBlaster.j2ee.k2   
org.xmlBlaster.jms   
org.xmlBlaster.protocol.http   
org.xmlBlaster.protocol.http.ajax   
org.xmlBlaster.protocol.http.appletproxy   
org.xmlBlaster.protocol.http.simple   
org.xmlBlaster.test.authentication   
org.xmlBlaster.test.classtest Tests classes of the xmlBlaster distribution. 
org.xmlBlaster.test.client   
org.xmlBlaster.test.cluster Tests xmlBlaster cluster support. 
org.xmlBlaster.test.dispatch   
org.xmlBlaster.test.j2ee   
org.xmlBlaster.test.jdbc   
org.xmlBlaster.test.jmx   
org.xmlBlaster.test.memoryleak   
org.xmlBlaster.test.mime   
org.xmlBlaster.test.persistence   
org.xmlBlaster.test.qos   
org.xmlBlaster.test.stress   
org.xmlBlaster.test.topic   
org.xmlBlaster.test.util   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.admin.extern   
org.xmlBlaster.util.dispatch.plugins.prio   
 

Uses of I_XmlBlasterAccess in http.dhtml.systemInfo
 

Fields in http.dhtml.systemInfo declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess SystemInfoPublisher.con
           
 

Uses of I_XmlBlasterAccess in javaclients
 

Fields in javaclients declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess HelloWorldSubscribe.con
           
 I_XmlBlasterAccess AllProtocols.Con.con
           
private  I_XmlBlasterAccess HelloWorldNative2.con
           
 

Methods in javaclients with parameters of type I_XmlBlasterAccess
private  void ClientSub.sendSomeMessages(I_XmlBlasterAccess blasterConnection)
           
 

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 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 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.
 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.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void StreamingCallback.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void StreamingCallback.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 

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

Fields in org.xmlBlaster.client.feeder declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess PublishFile.senderConnection
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.client.filepoller
 

Fields in org.xmlBlaster.client.filepoller declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess Publisher.access
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.client.jmx
 

Fields in org.xmlBlaster.client.jmx declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess XmlBlasterInvocationHandler.xmlBlasterAccess
           
private  I_XmlBlasterAccess NotificationHandler.returnCon
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.client.reader
 

Fields in org.xmlBlaster.client.reader declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess GetMessage.xmlBlasterConnection
           
private  I_XmlBlasterAccess SubscribeMessage.xmlBlasterConnection
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.client.script
 

Fields in org.xmlBlaster.client.script declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess XmlScriptClient.access
           
 

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

Fields in org.xmlBlaster.contrib declared as I_XmlBlasterAccess
protected  I_XmlBlasterAccess MomEventEngine.con
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.contrib.dbwatcher.mom
 

Fields in org.xmlBlaster.contrib.dbwatcher.mom declared as I_XmlBlasterAccess
protected  I_XmlBlasterAccess XmlBlasterPublisher.con
           
 

Methods in org.xmlBlaster.contrib.dbwatcher.mom with parameters of type I_XmlBlasterAccess
 void XmlBlasterPublisher.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void XmlBlasterPublisher.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void XmlBlasterPublisher.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.contrib.filewatcher
 

Fields in org.xmlBlaster.contrib.filewatcher declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess Publisher.access
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.contrib.filewriter
 

Fields in org.xmlBlaster.contrib.filewriter declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess FileWriter.access
           
 

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

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type I_XmlBlasterAccess
 void InitialUpdater.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          Sends a new registration message
 void InitialUpdater.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void InitialUpdater.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.contrib.socketgetter
 

Fields in org.xmlBlaster.contrib.socketgetter declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess SocketConnectorThread.connection
          The connection to the xmlBlaster server.
private  I_XmlBlasterAccess SocketGetter.xmlBlasterConnection
          Holds the connection to the xmlBlaster server.
 

Constructors in org.xmlBlaster.contrib.socketgetter with parameters of type I_XmlBlasterAccess
SocketConnectorThread(Global glob, I_XmlBlasterAccess connection, java.net.Socket socket)
          Creates the thread.
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess StartupTasks.connection
           
private  I_XmlBlasterAccess DeadMessageDumper.connection
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.engine.cluster
 

Fields in org.xmlBlaster.engine.cluster declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess ClusterNode.xmlBlasterConnection
           
 

Methods in org.xmlBlaster.engine.cluster that return I_XmlBlasterAccess
 I_XmlBlasterAccess ClusterNode.getXmlBlasterAccess()
          On first invocation we connect to the other xmlBlaster cluster node.
 I_XmlBlasterAccess ClusterManager.getConnection(NodeId nodeId)
           
 

Methods in org.xmlBlaster.engine.cluster with parameters of type I_XmlBlasterAccess
 void ClusterNode.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode if the connection was established.
 void ClusterNode.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode if the connection was lost.
 void ClusterNode.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode if the connection was lost.
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.j2ee.k2
 

Fields in org.xmlBlaster.j2ee.k2 declared as I_XmlBlasterAccess
(package private)  I_XmlBlasterAccess BlasterManagedConnection.physicalPipe
           
 

Methods in org.xmlBlaster.j2ee.k2 that return I_XmlBlasterAccess
(package private)  I_XmlBlasterAccess BlasterManagedConnection.getBlasterConnection()
           
(package private)  I_XmlBlasterAccess BlasterManagedConnection.getFailoverBlasterConnection()
          This is used both internaly and by handles.
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.jms
 

Fields in org.xmlBlaster.jms declared as I_XmlBlasterAccess
protected  I_XmlBlasterAccess XBMessageProducer.access
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.protocol.http
 

Fields in org.xmlBlaster.protocol.http declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess HttpPushHandler.xmlBlasterAccess
           
 

Methods in org.xmlBlaster.protocol.http that return I_XmlBlasterAccess
static I_XmlBlasterAccess BlasterHttpProxy.getXmlBlasterAccess(java.lang.String sessionId)
           
 I_XmlBlasterAccess HttpPushHandler.getXmlBlasterAccess()
           
 

Constructors in org.xmlBlaster.protocol.http with parameters of type I_XmlBlasterAccess
HttpPushHandler(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String sessionId, java.lang.String loginName, I_XmlBlasterAccess xmlBlasterAccess)
          Use this constructor if you are too lazy to pass a HTML header, a default will be used.
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.protocol.http.ajax
 

Fields in org.xmlBlaster.protocol.http.ajax declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess BlasterInstance.xmlBlasterAccess
           
 

Methods in org.xmlBlaster.protocol.http.ajax that return I_XmlBlasterAccess
 I_XmlBlasterAccess BlasterInstance.getXmlBlasterAccess()
           
 

Methods in org.xmlBlaster.protocol.http.ajax with parameters of type I_XmlBlasterAccess
 void BlasterInstance.setXmlBlasterAccess(I_XmlBlasterAccess xmlBlasterAccess)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.protocol.http.appletproxy
 

Fields in org.xmlBlaster.protocol.http.appletproxy declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess PushHandler.xmlBlasterAccess
           
 

Methods in org.xmlBlaster.protocol.http.appletproxy that return I_XmlBlasterAccess
 I_XmlBlasterAccess PushHandler.getXmlBlasterAccess()
           
 

Constructors in org.xmlBlaster.protocol.http.appletproxy with parameters of type I_XmlBlasterAccess
PushHandler(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String sessionId, java.lang.String loginName, I_XmlBlasterAccess xmlBlasterAccess, Timeout timeout)
          Use the persistent HTTP callback connection.
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.protocol.http.simple
 

Fields in org.xmlBlaster.protocol.http.simple declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess PullServlet.xmlBlasterAccess
           
 

Methods in org.xmlBlaster.protocol.http.simple that return I_XmlBlasterAccess
private  I_XmlBlasterAccess PullServlet.getXmlBlaster(javax.servlet.http.HttpServletRequest req)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.authentication
 

Fields in org.xmlBlaster.test.authentication declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestSessionCb.con1
           
private  I_XmlBlasterAccess TestSessionCb.con2
           
private  I_XmlBlasterAccess TestLoginLogoutEvent.firstConnection
           
private  I_XmlBlasterAccess TestLoginLogoutEvent.secondConnection
           
private  I_XmlBlasterAccess TestSessionReconnect.conSub
           
private  I_XmlBlasterAccess TestSessionReconnect.conSub2
           
private  I_XmlBlasterAccess TestSessionReconnect.conPub
           
private  I_XmlBlasterAccess TestAuthenticationHtPassWd.con
           
private  I_XmlBlasterAccess TestLogin.callbackConnection
           
private  I_XmlBlasterAccess TestLogin.secondConnection
           
private  I_XmlBlasterAccess TestHtpasswdAuthorization.con
           
private  I_XmlBlasterAccess TestLogout.con
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.classtest
 

Classes in org.xmlBlaster.test.classtest that implement I_XmlBlasterAccess
 class XmlScriptInterpreterTest.TestAccessor
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.client
 

Fields in org.xmlBlaster.test.client declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestXmlBlasterAccessMultiThreaded.con
           
private  I_XmlBlasterAccess TestLocalProtocol.con
           
private  I_XmlBlasterAccess TestRequestResponse.sender
           
private  I_XmlBlasterAccess TestRequestResponse.receiver
           
private  I_XmlBlasterAccess TestSynchronousCache.con
           
private  I_XmlBlasterAccess TestFailSafe.con
           
(package private)  I_XmlBlasterAccess TestTailback.Client.con
           
private  I_XmlBlasterAccess TestFailSafeAsync.con
           
private  I_XmlBlasterAccess TestFailSafePing.con
           
 

Methods in org.xmlBlaster.test.client with parameters of type I_XmlBlasterAccess
 void TestXmlBlasterAccessMultiThreaded.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode if the connection was established.
 void TestXmlBlasterAccessMultiThreaded.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestXmlBlasterAccessMultiThreaded.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafe.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode if the connection was established.
 void TestFailSafe.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafe.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
private  void TestTailback.doSubscribe(I_XmlBlasterAccess con)
          Subscribe to message.
private  void TestTailback.doPublish(I_XmlBlasterAccess con)
          Construct a message and publish it persistent.
private  void TestTailback.doErase(I_XmlBlasterAccess con)
          Erase the message.
 void TestTailback.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode if the connection was established.
 void TestTailback.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestTailback.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestPersistentSession.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode if the connection was established.
 void TestPersistentSession.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestPersistentSession.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafeAsync.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafeAsync.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafeAsync.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafePing.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode if the connection was established.
 void TestFailSafePing.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafePing.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.cluster
 

Fields in org.xmlBlaster.test.cluster declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess PtPTest.heronCon
           
private  I_XmlBlasterAccess PtPTest.avalonCon
           
private  I_XmlBlasterAccess PtPTest.golanCon
           
private  I_XmlBlasterAccess PtPTest.frodoCon
           
private  I_XmlBlasterAccess PtPTest.bilboCon
           
private  I_XmlBlasterAccess EraseTest.heronCon
           
private  I_XmlBlasterAccess EraseTest.avalonCon
           
private  I_XmlBlasterAccess EraseTest.golanCon
           
private  I_XmlBlasterAccess EraseTest.frodoCon
           
private  I_XmlBlasterAccess EraseTest.bilboCon
           
private  I_XmlBlasterAccess SubscribeXPathTest.heronCon
           
private  I_XmlBlasterAccess SubscribeXPathTest.avalonCon
           
private  I_XmlBlasterAccess SubscribeXPathTest.golanCon
           
private  I_XmlBlasterAccess SubscribeXPathTest.frodoCon
           
private  I_XmlBlasterAccess SubscribeXPathTest.bilboCon
           
private  I_XmlBlasterAccess DirtyReadTest.heronCon
           
private  I_XmlBlasterAccess DirtyReadTest.frodoCon
           
private  I_XmlBlasterAccess PublishTest.heronCon
           
private  I_XmlBlasterAccess PublishTest.avalonCon
           
private  I_XmlBlasterAccess PublishTest.golanCon
           
private  I_XmlBlasterAccess PublishTest.frodoCon
           
private  I_XmlBlasterAccess PublishTest.bilboCon
           
private  I_XmlBlasterAccess SubscribeTest.heronCon
           
private  I_XmlBlasterAccess SubscribeTest.avalonCon
           
private  I_XmlBlasterAccess SubscribeTest.golanCon
           
private  I_XmlBlasterAccess SubscribeTest.frodoCon
           
private  I_XmlBlasterAccess SubscribeTest.bilboCon
           
private  I_XmlBlasterAccess SubscribeTest.bilboCon2
           
 

Methods in org.xmlBlaster.test.cluster that return I_XmlBlasterAccess
 I_XmlBlasterAccess ServerHelper.connect(Global glob, I_Callback cb)
          Connect in fail save mode to a server node (as given in glob.getId())
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.dispatch
 

Fields in org.xmlBlaster.test.dispatch declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestPriorizedDispatchWithLostCallback.con
           
private  I_XmlBlasterAccess TestPriorizedDispatchPlugin.con
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.j2ee
 

Fields in org.xmlBlaster.test.j2ee declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestJ2eeServices.con
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.jdbc
 

Fields in org.xmlBlaster.test.jdbc declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestJdbcAccess.con
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.jmx
 

Fields in org.xmlBlaster.test.jmx declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestConnector.returnCon
           
private  I_XmlBlasterAccess TestConnector.invokeCon
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.memoryleak
 

Fields in org.xmlBlaster.test.memoryleak declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestThreadLeak.ConnectorWorker.