xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.protocol.I_XmlBlaster

Packages that use I_XmlBlaster
org.xmlBlaster This is the main package of the xmlBlaster distribution. 
org.xmlBlaster.authentication   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.protocol   
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.email   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.rmi   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.util.protocol   
 

Uses of I_XmlBlaster in org.xmlBlaster
 

Fields in org.xmlBlaster declared as I_XmlBlaster
private  I_XmlBlaster MainGUI.GuiQuery.xmlBlasterImpl
          The handle to access xmlBlaster
 

Methods in org.xmlBlaster that return I_XmlBlaster
 I_XmlBlaster Main.getXmlBlaster()
          Access the xmlBlaster singleton.
 

Constructors in org.xmlBlaster with parameters of type I_XmlBlaster
MainGUI.GuiQuery(I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Login to xmlBlaster and get a sessionId.
 

Uses of I_XmlBlaster in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as I_XmlBlaster
private  I_XmlBlaster Authenticate.xmlBlasterImpl
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.authentication that return I_XmlBlaster
 I_XmlBlaster AuthenticateProtector.getXmlBlaster()
           
 I_XmlBlaster Authenticate.getXmlBlaster()
          Access the xmlBlaster singleton.
 

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

Fields in org.xmlBlaster.client.protocol.local declared as I_XmlBlaster
private  I_XmlBlaster LocalConnection.xmlBlasterImpl
           
 

Uses of I_XmlBlaster in org.xmlBlaster.engine
 

Classes in org.xmlBlaster.engine that implement I_XmlBlaster
 class XmlBlasterImpl
          This is the native implementation of the xmlBlaster interface.
 

Uses of I_XmlBlaster in org.xmlBlaster.protocol
 

Methods in org.xmlBlaster.protocol that return I_XmlBlaster
 I_XmlBlaster I_Authenticate.getXmlBlaster()
           
 

Uses of I_XmlBlaster in org.xmlBlaster.protocol.corba
 

Fields in org.xmlBlaster.protocol.corba declared as I_XmlBlaster
private  I_XmlBlaster ServerImpl.blaster
           
private  I_XmlBlaster CorbaDriver.xmlBlasterImpl
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.protocol.corba that return I_XmlBlaster
 I_XmlBlaster ServerImpl.getXmlBlaster()
          Get a handle on the request broker singleton (the engine of xmlBlaster).
 

Methods in org.xmlBlaster.protocol.corba with parameters of type I_XmlBlaster
private  void CorbaDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster CORBA access.
 

Constructors in org.xmlBlaster.protocol.corba with parameters of type I_XmlBlaster
AuthServerImpl(Global glob, org.omg.CORBA.ORB orb, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster blaster)
          One instance implements a server.
ServerImpl(Global glob, org.omg.CORBA.ORB orb, AddressServer addressServer, I_XmlBlaster blaster)
          Construct a persistently named object.
 

Uses of I_XmlBlaster in org.xmlBlaster.protocol.email
 

Fields in org.xmlBlaster.protocol.email declared as I_XmlBlaster
private  I_XmlBlaster EmailDriver.xmlBlasterImpl
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.protocol.email that return I_XmlBlaster
(package private)  I_XmlBlaster EmailDriver.getXmlBlaster()
          Access the handle to the xmlBlaster core
 

Methods in org.xmlBlaster.protocol.email with parameters of type I_XmlBlaster
private  void EmailDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster EMAIL access.
 

Uses of I_XmlBlaster in org.xmlBlaster.protocol.jdbc
 

Fields in org.xmlBlaster.protocol.jdbc declared as I_XmlBlaster
private  I_XmlBlaster JdbcDriver.xmlBlasterImpl
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.protocol.jdbc with parameters of type I_XmlBlaster
private  void JdbcDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster jdbc access.
 

Uses of I_XmlBlaster in org.xmlBlaster.protocol.rmi
 

Fields in org.xmlBlaster.protocol.rmi declared as I_XmlBlaster
private  I_XmlBlaster XmlBlasterImpl.blasterNative
           
private  I_XmlBlaster RmiDriver.xmlBlasterImpl
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.protocol.rmi with parameters of type I_XmlBlaster
private  void RmiDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster RMI access.
 

Constructors in org.xmlBlaster.protocol.rmi with parameters of type I_XmlBlaster
AuthServerImpl(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster blasterNative)
          One instance implements an authentication server.
XmlBlasterImpl(Global glob, AddressServer addressServer, I_XmlBlaster blasterNative)
           
 

Uses of I_XmlBlaster in org.xmlBlaster.protocol.socket
 

Fields in org.xmlBlaster.protocol.socket declared as I_XmlBlaster
private  I_XmlBlaster SocketDriver.xmlBlasterImpl
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.protocol.socket that return I_XmlBlaster
(package private)  I_XmlBlaster SocketDriver.getXmlBlaster()
          Access the handle to the xmlBlaster core
 

Methods in org.xmlBlaster.protocol.socket with parameters of type I_XmlBlaster
private  void SocketDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster SOCKET access.
 

Uses of I_XmlBlaster in org.xmlBlaster.protocol.stomp
 

Fields in org.xmlBlaster.protocol.stomp declared as I_XmlBlaster
private  I_XmlBlaster XbStompInOutBridge.xb
           
 

Uses of I_XmlBlaster in org.xmlBlaster.protocol.xmlrpc
 

Fields in org.xmlBlaster.protocol.xmlrpc declared as I_XmlBlaster
private  I_XmlBlaster XmlBlasterImpl.blasterNative
           
private  I_XmlBlaster XmlRpcDriver.xmlBlasterImpl
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.protocol.xmlrpc with parameters of type I_XmlBlaster
private  void XmlRpcDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster XMLRPC access.
 

Constructors in org.xmlBlaster.protocol.xmlrpc with parameters of type I_XmlBlaster
XmlBlasterImpl(Global glob, XmlRpcDriver driver, I_XmlBlaster blasterNative)
          Constructor.
 

Uses of I_XmlBlaster in org.xmlBlaster.util.protocol
 

Fields in org.xmlBlaster.util.protocol declared as I_XmlBlaster
private  I_XmlBlaster RequestReplyExecutor.xmlBlasterImpl
          The singleton handle for this xmlBlaster server (the server side)
 

Methods in org.xmlBlaster.util.protocol that return I_XmlBlaster
 I_XmlBlaster RequestReplyExecutor.getXmlBlasterCore()
           
 

Methods in org.xmlBlaster.util.protocol with parameters of type I_XmlBlaster
 void RequestReplyExecutor.setXmlBlasterCore(I_XmlBlaster xmlBlaster)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.