xmlBlaster 2.2.0 client API

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

Packages that use I_CallbackServer
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   
 

Uses of I_CallbackServer in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client that return I_CallbackServer
 I_CallbackServer XmlBlasterAccess.getCbServer()
          Access the callback server.
 I_CallbackServer I_XmlBlasterAccess.getCbServer()
          Access the callback server which is currently used in I_XmlBlasterAccess.
 I_CallbackServer XmlBlasterAccess.initCbServer(java.lang.String loginName, CallbackAddress callbackAddress)
           
 I_CallbackServer I_XmlBlasterAccess.initCbServer(java.lang.String loginName, CallbackAddress callbackAddress)
          Create a new instance of the desired protocol driver like CORBA or RMI driver using the plugin loader.
 

Uses of I_CallbackServer in org.xmlBlaster.client.protocol
 

Methods in org.xmlBlaster.client.protocol that return I_CallbackServer
 I_CallbackServer CbServerPluginManager.getNewProtocolDriverInstance(java.lang.String driverType)
          Creates a new instance of the given protocol driver type.
 I_CallbackServer CbServerPluginManager.getPlugin(java.lang.String type, java.lang.String version)
          Return a specific plugin, every call will create a new plugin instance.
 

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

Classes in org.xmlBlaster.client.protocol.corba that implement I_CallbackServer
 class CorbaCallbackServer
          Example for a CORBA callback implementation.
 

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

Classes in org.xmlBlaster.client.protocol.email that implement I_CallbackServer
 class EmailCallbackImpl
          Used for client to receive xmlBlaster callbacks over emails.
 

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

Classes in org.xmlBlaster.client.protocol.local that implement I_CallbackServer
 class LocalCallbackImpl
          A client callback driver for in jvm calls.
 

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

Classes in org.xmlBlaster.client.protocol.rmi that implement I_CallbackServer
 class RmiCallbackServer
          Example for a RMI callback implementation.
 

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

Classes in org.xmlBlaster.client.protocol.socket that implement I_CallbackServer
 class SocketCallbackImpl
          Used for client to receive xmlBlaster callbacks over plain sockets.
 

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

Classes in org.xmlBlaster.client.protocol.xmlrpc that implement I_CallbackServer
 class XmlRpcCallbackServer
          Example for a XmlRpc callback implementation.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.