xmlBlaster 2.2.0 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.dispatch   
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.engine.dispatch   
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.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   
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 HelloWorldNative2.con
           
 I_XmlBlasterAccess AllProtocols.Con.con
           
private  I_XmlBlasterAccess HelloWorldSubscribe.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 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.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 NotificationHandler.returnCon
           
private  I_XmlBlasterAccess XmlBlasterInvocationHandler.xmlBlasterAccess
           
 

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.reachedAliveSync(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.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 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 DeadMessageDumper.connection
           
private  I_XmlBlasterAccess StartupTasks.connection
           
 

Methods in org.xmlBlaster.engine with parameters of type I_XmlBlasterAccess
protected  void EventPlugin.connectionStateChange(I_XmlBlasterAccess connection, ConnectionStateEnum oldState, ConnectionStateEnum newState)
           
 void EventPlugin.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from I_XmlBlasterAccess for cluster client connections "client/heron/session/1/event/connectionState"

This method is enforced through interface I_ConnectionStateListener

 void EventPlugin.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void EventPlugin.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.
 void EventPlugin.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.
 

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 ClusterManager.getConnection(NodeId nodeId)
           
 I_XmlBlasterAccess ClusterNode.getXmlBlasterAccess()
          On first invocation we connect to the other xmlBlaster cluster node.
 

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.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 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.
 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.
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.engine.dispatch
 

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

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
 I_XmlBlasterAccess HttpPushHandler.getXmlBlasterAccess()
           
static I_XmlBlasterAccess BlasterHttpProxy.getXmlBlasterAccess(java.lang.String sessionId)
           
 

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 TestLogin.callbackConnection
           
private  I_XmlBlasterAccess TestAuthenticationHtPassWd.con
           
private  I_XmlBlasterAccess TestHtpasswdAuthorization.con
           
private  I_XmlBlasterAccess TestLogout.con
           
private  I_XmlBlasterAccess TestSessionCb.con1
           
private  I_XmlBlasterAccess TestSessionCb.con2
           
private  I_XmlBlasterAccess TestSessionReconnect.conPub
           
private  I_XmlBlasterAccess TestSessionReconnect.conSub
           
private  I_XmlBlasterAccess TestSessionReconnect.conSub2
           
private  I_XmlBlasterAccess TestLoginLogoutEvent.firstConnection
           
private  I_XmlBlasterAccess TestLogin.secondConnection
           
private  I_XmlBlasterAccess TestLoginLogoutEvent.secondConnection
           
 

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
(package private)  I_XmlBlasterAccess TestTailback.Client.con
           
private  I_XmlBlasterAccess TestFailSafeAsync.con
           
private  I_XmlBlasterAccess TestSynchronousCache.con
           
private  I_XmlBlasterAccess TestFailSafePing.con
           
private  I_XmlBlasterAccess TestLocalProtocol.con
           
private  I_XmlBlasterAccess TestXmlBlasterAccessMultiThreaded.con
           
private  I_XmlBlasterAccess TestFailSafe.con
           
private  I_XmlBlasterAccess TestRequestResponse.receiver
           
private  I_XmlBlasterAccess TestRequestResponse.sender
           
 

Methods in org.xmlBlaster.test.client with parameters of type I_XmlBlasterAccess
private  void TestTailback.doErase(I_XmlBlasterAccess con)
          Erase the message.
private  void TestTailback.doPublish(I_XmlBlasterAccess con)
          Construct a message and publish it persistent.
private  void TestTailback.doSubscribe(I_XmlBlasterAccess con)
          Subscribe to 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 TestFailSafeAsync.reachedAlive(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 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 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 TestFailSafe.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestTailback.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafeAsync.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafePing.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestPersistentSession.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestXmlBlasterAccessMultiThreaded.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafe.reachedAliveSync(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.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafeAsync.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafePing.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestPersistentSession.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestXmlBlasterAccessMultiThreaded.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafe.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestTailback.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafeAsync.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafePing.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestPersistentSession.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestXmlBlasterAccessMultiThreaded.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestFailSafe.reachedPolling(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 SubscribeXPathTest.avalonCon
           
private  I_XmlBlasterAccess SubscribeTest.avalonCon
           
private  I_XmlBlasterAccess PublishTest.avalonCon
           
private  I_XmlBlasterAccess PtPTest.avalonCon
           
private  I_XmlBlasterAccess EraseTest.avalonCon
           
private  I_XmlBlasterAccess SubscribeXPathTest.bilboCon
           
private  I_XmlBlasterAccess SubscribeTest.bilboCon
           
private  I_XmlBlasterAccess PublishTest.bilboCon
           
private  I_XmlBlasterAccess PtPTest.bilboCon
           
private  I_XmlBlasterAccess EraseTest.bilboCon
           
private  I_XmlBlasterAccess SubscribeTest.bilboCon2
           
private  I_XmlBlasterAccess SubscribeXPathTest.frodoCon
           
private  I_XmlBlasterAccess SubscribeTest.frodoCon
           
private  I_XmlBlasterAccess DirtyReadTest.frodoCon
           
private  I_XmlBlasterAccess PublishTest.frodoCon
           
private  I_XmlBlasterAccess PtPTest.frodoCon
           
private  I_XmlBlasterAccess EraseTest.frodoCon
           
private  I_XmlBlasterAccess SubscribeXPathTest.golanCon
           
private  I_XmlBlasterAccess SubscribeTest.golanCon
           
private  I_XmlBlasterAccess PublishTest.golanCon
           
private  I_XmlBlasterAccess PtPTest.golanCon
           
private  I_XmlBlasterAccess EraseTest.golanCon
           
private  I_XmlBlasterAccess SubscribeXPathTest.heronCon
           
private  I_XmlBlasterAccess SubscribeTest.heronCon
           
private  I_XmlBlasterAccess DirtyReadTest.heronCon
           
private  I_XmlBlasterAccess PublishTest.heronCon
           
private  I_XmlBlasterAccess PtPTest.heronCon
           
private  I_XmlBlasterAccess EraseTest.heronCon
           
 

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 TestPriorizedDispatchPlugin.con
           
private  I_XmlBlasterAccess TestPriorizedDispatchWithLostCallback.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.jmx
 

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

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.memoryleak
 

Fields in org.xmlBlaster.test.memoryleak declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess PublishSame.con
           
private  I_XmlBlasterAccess TestThreadLeak.ConnectorWorker.con
           
private  I_XmlBlasterAccess PublishErase.con
           
private  I_XmlBlasterAccess Volatile.con
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.mime
 

Fields in org.xmlBlaster.test.mime declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestXPathSubscribeFilter.con
           
private  I_XmlBlasterAccess TestGetRegexFilter.con
           
private  I_XmlBlasterAccess TestGetFilter.con
           
private  I_XmlBlasterAccess TestSubscribeFilter.con
           
private  I_XmlBlasterAccess TestGetSql92Filter.con
           
private  I_XmlBlasterAccess TestPublishFilter.con
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.persistence
 

Fields in org.xmlBlaster.test.persistence declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestPersistence.senderConnection
           
private  I_XmlBlasterAccess TestPersistence2.senderConnection
           
private  I_XmlBlasterAccess TestPersistenceXMLDB.senderConnection
           
 

Methods in org.xmlBlaster.test.persistence that return I_XmlBlasterAccess
protected  I_XmlBlasterAccess TestPersistenceXMLDB.connectClient(java.lang.String name, java.lang.String passwd)
          Connects a client at the server.
 

Methods in org.xmlBlaster.test.persistence with parameters of type I_XmlBlasterAccess
protected  void TestPersistenceXMLDB.disconnectClient(I_XmlBlasterAccess sc)
          Disconnects a client from the server.
 void TestPersistenceXMLDB.sendPersistent(I_XmlBlasterAccess sc)
          Publish a persistent message.
protected  void TestPersistenceXMLDB.subscribe(I_XmlBlasterAccess sc)
          Subscribes to publishOid at the given connection.
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.qos
 

Fields in org.xmlBlaster.test.qos declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess TestReconnectSameClientOnly.con
           
private  I_XmlBlasterAccess TestSubMulti.con
           
private  I_XmlBlasterAccess TestErase.con
           
 I_XmlBlasterAccess TestPtSession.ConHolder.con
           
private  I_XmlBlasterAccess TestUpdateClientException.con
           
private  I_XmlBlasterAccess TestEmbeddedXmlBlaster.con
           
private  I_XmlBlasterAccess TestCallbackConfig.con
           
private  I_XmlBlasterAccess TestSubXPathMany.con1
           
private  I_XmlBlasterAccess TestSubXPathMany.con2
           
private  I_XmlBlasterAccess TestSubXPathMany.con3
           
private  I_XmlBlasterAccess TestCallback.conAdmin
           
(package private)  I_XmlBlasterAccess TestSubLostClient.Client.connection
           
private  I_XmlBlasterAccess TestGet.connection
           
(package private)  I_XmlBlasterAccess TestSubManyClients.Client.connection
           
private  I_XmlBlasterAccess TestSubMultiSubscribe.connection
           
private  I_XmlBlasterAccess TestSubNoLocal.connection
           
private  I_XmlBlasterAccess TestPtDQueueRedeliver.conRcv
           
private  I_XmlBlasterAccess TestPtPSubscribable.conRcv
           
private  I_XmlBlasterAccess TestPtDQueueRedeliver.conSnd
           
private  I_XmlBlasterAccess TestPtPSubscribable.conSnd
           
private  I_XmlBlasterAccess TestSubLostClient.oneConnection
           
private  I_XmlBlasterAccess TestSubManyClients.oneConnection
           
private  I_XmlBlasterAccess TestPtD.receiver2Connection
           
private  I_XmlBlasterAccess TestPtDQueue.receiverConnection
           
private  I_XmlBlasterAccess TestSubNewestOnly.receiverConnection
           
private  I_XmlBlasterAccess TestPtD.receiverConnection
           
private  I_XmlBlasterAccess TestPtDQueue.senderConnection
           
private  I_XmlBlasterAccess TestSubExact.senderConnection
           
private  I_XmlBlasterAccess TestSubId.senderConnection
           
private  I_XmlBlasterAccess TestSubNewestOnly.senderConnection
           
private  I_XmlBlasterAccess TestSubOneway.senderConnection
           
private  I_XmlBlasterAccess TestPtD.senderConnection
           
private  I_XmlBlasterAccess TestSubNoInitial.senderConnection
           
private  I_XmlBlasterAccess TestSubNoDup.senderConnection
           
private  I_XmlBlasterAccess TestPubForce.senderConnection
           
private  I_XmlBlasterAccess TestClientProperty.senderConnection
           
private  I_XmlBlasterAccess TestSubNotify.senderConnection
           
private  I_XmlBlasterAccess TestSubGet.senderConnection
           
private  I_XmlBlasterAccess TestSubDispatch.senderConnection
           
private  I_XmlBlasterAccess TestUnSub.senderConnection
           
private  I_XmlBlasterAccess TestPubBurstMode.senderConnection
           
private  I_XmlBlasterAccess TestPub.senderConnection
           
private  I_XmlBlasterAccess TestSub.senderConnection
           
private  I_XmlBlasterAccess TestSubXPath.senderConnection
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.stress
 

Fields in org.xmlBlaster.test.stress declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess BigMessage.con
           
(package private)  I_XmlBlasterAccess MassiveSubTest.Client.connection
           
private  I_XmlBlasterAccess[] MassiveSubTest.manyConnections
           
private  I_XmlBlasterAccess MassiveSubTest.oneConnection
           
private  I_XmlBlasterAccess RamTest.senderConnection
           
private  I_XmlBlasterAccess LoadTestSub.senderConnection
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.topic
 

Fields in org.xmlBlaster.test.topic declared as I_XmlBlasterAccess
(package private)  I_XmlBlasterAccess TestReferenceCount.Client.con
           
private  I_XmlBlasterAccess TestTopicLifeCycle.con
           
(package private)  I_XmlBlasterAccess TestReferenceCountSwap.Client.con
           
private  I_XmlBlasterAccess TestTopicHistory.con
           
 

Methods in org.xmlBlaster.test.topic with parameters of type I_XmlBlasterAccess
private  void TestReferenceCount.doErase(I_XmlBlasterAccess con)
          Erase the message.
private  void TestReferenceCountSwap.doErase(I_XmlBlasterAccess con)
          Erase the message.
private  void TestReferenceCount.doPublish(I_XmlBlasterAccess con)
          Construct a message and publish it persistent.
private  void TestReferenceCountSwap.doPublish(I_XmlBlasterAccess con)
          Construct a message and publish it persistent.
private  void TestReferenceCount.doSubscribe(I_XmlBlasterAccess con)
          Subscribe to message.
private  void TestReferenceCountSwap.doSubscribe(I_XmlBlasterAccess con)
          Subscribe to message.
 void TestReferenceCount.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 TestReferenceCountSwap.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 TestReferenceCount.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestReferenceCountSwap.reachedAliveSync(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestReferenceCount.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestReferenceCountSwap.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestReferenceCount.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void TestReferenceCountSwap.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.test.util
 

Fields in org.xmlBlaster.test.util declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess Client.accessor
           
 

Methods in org.xmlBlaster.test.util that return I_XmlBlasterAccess
 I_XmlBlasterAccess PtPDestination.getConnection()
           
 

Methods in org.xmlBlaster.test.util with parameters of type I_XmlBlasterAccess
static boolean Client.isSocket(I_XmlBlasterAccess conn)
           
static boolean Client.shutdownCb(I_XmlBlasterAccess conn, Client.Shutdown whatToDo)
          Returns true if it shot down, false if it did a leave Server.
 

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
 

Fields in org.xmlBlaster.util.admin.extern declared as I_XmlBlasterAccess
(package private)  I_XmlBlasterAccess NotifListener.returnCon
           
private  I_XmlBlasterAccess XmlBlasterConnector.xmlBlasterAccess
           
 

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)
           
 

Uses of I_XmlBlasterAccess in org.xmlBlaster.util.dispatch.plugins.prio
 

Fields in org.xmlBlaster.util.dispatch.plugins.prio declared as I_XmlBlasterAccess
private  I_XmlBlasterAccess XmlBlasterNativeClient.xmlBlasterCon
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.