xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.qos.address.CallbackAddress

Packages that use CallbackAddress
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
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.client.qos   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.address   
org.xmlBlaster.util.qos.storage   
 

Uses of CallbackAddress in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client with parameters of type CallbackAddress
 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 CallbackAddress in org.xmlBlaster.client.dispatch
 

Methods in org.xmlBlaster.client.dispatch with parameters of type CallbackAddress
 void ClientDispatchManager.updateProperty(CallbackAddress[] addressArr)
          Reconfigure dispatcher with given properties.
 

Uses of CallbackAddress in org.xmlBlaster.client.protocol
 

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

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

Methods in org.xmlBlaster.client.protocol.corba with parameters of type CallbackAddress
 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 CallbackAddress
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 CallbackAddress in org.xmlBlaster.client.protocol.email
 

Methods in org.xmlBlaster.client.protocol.email with parameters of type CallbackAddress
 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 CallbackAddress in org.xmlBlaster.client.protocol.local
 

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

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

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

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

Methods in org.xmlBlaster.client.protocol.socket with parameters of type CallbackAddress
 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 CallbackAddress in org.xmlBlaster.client.protocol.xmlrpc
 

Fields in org.xmlBlaster.client.protocol.xmlrpc declared as CallbackAddress
 CallbackAddress XmlRpcCallbackServer.callbackAddress
           
 

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

Uses of CallbackAddress in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos with parameters of type CallbackAddress
 void ConnectQos.addCallbackAddress(CallbackAddress callback)
          Add a callback address where to send the message (for PtP or subscribes).
 

Uses of CallbackAddress in org.xmlBlaster.util.dispatch
 

Methods in org.xmlBlaster.util.dispatch with parameters of type CallbackAddress
 void I_DispatchManager.updateProperty(CallbackAddress[] addressArr)
          Reconfigure dispatcher with given properties.
 

Uses of CallbackAddress in org.xmlBlaster.util.qos
 

Methods in org.xmlBlaster.util.qos that return CallbackAddress
 CallbackAddress ConnectQosData.getCurrentCallbackAddress()
          Access the currently used callback address.
 

Methods in org.xmlBlaster.util.qos with parameters of type CallbackAddress
 void ConnectQosData.addCallbackAddress(CallbackAddress callback)
          Add a callback address where to send the message

Creates a default CbQueueProperty object to hold the callback address argument.

 

Uses of CallbackAddress in org.xmlBlaster.util.qos.address
 

Methods in org.xmlBlaster.util.qos.address that return CallbackAddress
 CallbackAddress Address.getCallbackAddress()
           
 

Methods in org.xmlBlaster.util.qos.address with parameters of type CallbackAddress
 void Address.setCallbackAddress(CallbackAddress callbackAddress)
           
 

Uses of CallbackAddress in org.xmlBlaster.util.qos.storage
 

Methods in org.xmlBlaster.util.qos.storage that return CallbackAddress
 CallbackAddress[] CbQueueProperty.getCallbackAddresses()
           
 CallbackAddress CbQueueProperty.getCurrentCallbackAddress()
           
 

Methods in org.xmlBlaster.util.qos.storage with parameters of type CallbackAddress
 void CbQueueProperty.setCallbackAddress(CallbackAddress address)
          Currently only one address is allowed, failover addresses will be implemented in a future version
 void CbQueueProperty.setCallbackAddresses(CallbackAddress[] addresses)
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.