xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.client.protocol.I_CallbackExtended

Packages that use I_CallbackExtended
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.protocol   
org.xmlBlaster.client.protocol.corba   
org.xmlBlaster.client.protocol.email   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.client.protocol.rmi   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.client.protocol.xmlrpc   
org.xmlBlaster.protocol.local   
org.xmlBlaster.test.classtest Tests classes of the xmlBlaster distribution. 
org.xmlBlaster.test.qos   
org.xmlBlaster.util.protocol   
 

Uses of I_CallbackExtended in org.xmlBlaster.client
 

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

Uses of I_CallbackExtended in org.xmlBlaster.client.protocol
 

Classes in org.xmlBlaster.client.protocol that implement I_CallbackExtended
 class AbstractCallbackExtended
          This is a little abstract helper class which extends the I_CallbackExtended interface to become suited for protocols like xml-rpc.
 

Methods in org.xmlBlaster.client.protocol with parameters of type I_CallbackExtended
 void I_CallbackServer.initialize(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended client)
          Initialize and start the callback server.
 

Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.corba
 

Fields in org.xmlBlaster.client.protocol.corba declared as I_CallbackExtended
private  I_CallbackExtended CorbaCallbackServer.boss
           
 

Methods in org.xmlBlaster.client.protocol.corba with parameters of type I_CallbackExtended
 void CorbaCallbackServer.initialize(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended boss)
          Construct a CORBA callback server for xmlBlaster, used by java/corba clients.
 

Constructors in org.xmlBlaster.client.protocol.corba with parameters of type I_CallbackExtended
CorbaCallbackServer(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended boss, org.omg.CORBA.ORB orb_)
          Construct a CORBA callback server for xmlBlaster, used by java/corba clients.
 

Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.email
 

Methods in org.xmlBlaster.client.protocol.email with parameters of type I_CallbackExtended
 void EmailCallbackImpl.initialize(Global glob, java.lang.String loginName, CallbackAddress callbackAddress, I_CallbackExtended cbClient)
          Initialize and start the callback server A thread receiving all messages from xmlBlaster, and delivering them back to the client code.
 

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

Fields in org.xmlBlaster.client.protocol.local declared as I_CallbackExtended
private  I_CallbackExtended LocalCallbackImpl.cbClient
          The access callback
 

Methods in org.xmlBlaster.client.protocol.local with parameters of type I_CallbackExtended
 void LocalCallbackImpl.initialize(Global glob, java.lang.String loginName, CallbackAddress callbackAddress, I_CallbackExtended cbClient)
          Initialize the callback server.
 

Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.rmi
 

Fields in org.xmlBlaster.client.protocol.rmi declared as I_CallbackExtended
private  I_CallbackExtended RmiCallbackServer.client
           
 

Methods in org.xmlBlaster.client.protocol.rmi with parameters of type I_CallbackExtended
 void RmiCallbackServer.initialize(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended client)
          Construct the callback server.
 

Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.socket
 

Fields in org.xmlBlaster.client.protocol.socket declared as I_CallbackExtended
private  I_CallbackExtended SocketConnection.cbClient
           
 

Methods in org.xmlBlaster.client.protocol.socket with parameters of type I_CallbackExtended
 void SocketCallbackImpl.initialize(Global glob, java.lang.String loginName, CallbackAddress callbackAddress, I_CallbackExtended cbClient)
          Initialize and start the callback server A thread receiving all messages from xmlBlaster, and delivering them back to the client code.
 

Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.xmlrpc
 

Fields in org.xmlBlaster.client.protocol.xmlrpc declared as I_CallbackExtended
private  I_CallbackExtended XmlRpcCallbackServer.client
           
 

Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type I_CallbackExtended
 void XmlRpcConnection.getUpdates(I_CallbackExtended cb)
          Publish multiple messages in one sweep.
 void XmlRpcCallbackServer.initialize(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended client)
          Construct a persistently named object.
 

Uses of I_CallbackExtended in org.xmlBlaster.protocol.local
 

Fields in org.xmlBlaster.protocol.local declared as I_CallbackExtended
private  I_CallbackExtended CallbackLocalDriver.callback
           
 

Methods in org.xmlBlaster.protocol.local that return I_CallbackExtended
private  I_CallbackExtended CallbackLocalDriver.getCallback()
           
 

Uses of I_CallbackExtended in org.xmlBlaster.test.classtest
 

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

Uses of I_CallbackExtended in org.xmlBlaster.test.qos
 

Classes in org.xmlBlaster.test.qos that implement I_CallbackExtended
 class TestCorbaThreads
          This client tests the number of threads opened and cleaned up by JacORB corba library.
 

Uses of I_CallbackExtended in org.xmlBlaster.util.protocol
 

Fields in org.xmlBlaster.util.protocol declared as I_CallbackExtended
protected  I_CallbackExtended RequestReplyExecutor.cbClient
          This is the client side
 

Methods in org.xmlBlaster.util.protocol that return I_CallbackExtended
 I_CallbackExtended RequestReplyExecutor.getCbClient()
           
 

Methods in org.xmlBlaster.util.protocol with parameters of type I_CallbackExtended
 void RequestReplyExecutor.setCbClient(I_CallbackExtended cbClient)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.