xmlBlaster 2.2.0 API

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

Packages that use CallbackAddress
org.xmlBlaster.authentication   
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.engine.cluster   
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.engine.qos   
org.xmlBlaster.protocol   
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.email   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.local   
org.xmlBlaster.protocol.rmi   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.address   
org.xmlBlaster.util.qos.storage   
 

Uses of CallbackAddress in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as CallbackAddress
 CallbackAddress[] SubjectInfo.callbackAddressCache
           
 

Methods in org.xmlBlaster.authentication that return CallbackAddress
 CallbackAddress[] SubjectInfo.getCallbackAddresses()
          Get the callback addresses for this subjectQueue, every session callback may have decided to receive subject messages
 

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
 

Fields in org.xmlBlaster.client.protocol.corba declared as CallbackAddress
private  CallbackAddress CorbaCallbackServer.callbackAddress
           
 

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
 

Fields in org.xmlBlaster.client.protocol.email declared as CallbackAddress
private  CallbackAddress EmailCallbackImpl.callbackAddress
           
 

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
 

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

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
 

Fields in org.xmlBlaster.client.protocol.socket declared as CallbackAddress
private  CallbackAddress SocketCallbackImpl.callbackAddress
           
 

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.engine.cluster
 

Methods in org.xmlBlaster.engine.cluster with parameters of type CallbackAddress
 void NodeConnectQos.addCbAddress(CallbackAddress cbAddress)
          Add another callback address for this cluster node.
 

Uses of CallbackAddress in org.xmlBlaster.engine.dispatch
 

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

Uses of CallbackAddress in org.xmlBlaster.engine.qos
 

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

Uses of CallbackAddress in org.xmlBlaster.protocol
 

Methods in org.xmlBlaster.protocol with parameters of type CallbackAddress
 void I_CallbackDriver.init(Global glob, CallbackAddress callbackAddress)
          Intialize the driver.
 

Uses of CallbackAddress in org.xmlBlaster.protocol.corba
 

Fields in org.xmlBlaster.protocol.corba declared as CallbackAddress
private  CallbackAddress CallbackCorbaDriver.callbackAddress
           
 

Methods in org.xmlBlaster.protocol.corba with parameters of type CallbackAddress
 void CallbackCorbaDriver.init(Global glob, CallbackAddress callbackAddress)
          Get callback reference here (== connectLowLevel()).
 

Uses of CallbackAddress in org.xmlBlaster.protocol.email
 

Fields in org.xmlBlaster.protocol.email declared as CallbackAddress
private  CallbackAddress CallbackEmailDriver.callbackAddress
           
 

Methods in org.xmlBlaster.protocol.email with parameters of type CallbackAddress
 void CallbackEmailDriver.init(Global glob, CallbackAddress callbackAddress)
          This init() is called after the init(Global, PluginInfo)
 

Uses of CallbackAddress in org.xmlBlaster.protocol.jdbc
 

Fields in org.xmlBlaster.protocol.jdbc declared as CallbackAddress
private  CallbackAddress CallbackJdbcDriver.callbackAddress
           
 

Methods in org.xmlBlaster.protocol.jdbc with parameters of type CallbackAddress
 void CallbackJdbcDriver.init(Global glob, CallbackAddress callbackAddress)
          Get callback reference here.
 

Uses of CallbackAddress in org.xmlBlaster.protocol.local
 

Fields in org.xmlBlaster.protocol.local declared as CallbackAddress
private  CallbackAddress CallbackLocalDriver.callbackAddress
           
 

Methods in org.xmlBlaster.protocol.local with parameters of type CallbackAddress
 void CallbackLocalDriver.init(Global glob, CallbackAddress callbackAddress)
          Get callback reference here (== connectLowLevel()).
 

Uses of CallbackAddress in org.xmlBlaster.protocol.rmi
 

Fields in org.xmlBlaster.protocol.rmi declared as CallbackAddress
private  CallbackAddress CallbackRmiDriver.callbackAddress
           
 

Methods in org.xmlBlaster.protocol.rmi with parameters of type CallbackAddress
 void CallbackRmiDriver.init(Global glob, CallbackAddress callbackAddress)
          Get callback reference here.
 

Uses of CallbackAddress in org.xmlBlaster.protocol.socket
 

Fields in org.xmlBlaster.protocol.socket declared as CallbackAddress
private  CallbackAddress CallbackSocketDriver.callbackAddress
           
protected  CallbackAddress SocketCbConnection.clientAddress
           
 

Methods in org.xmlBlaster.protocol.socket that return CallbackAddress
 CallbackAddress CallbackSocketDriver.getCallbackAddress()
           
 

Methods in org.xmlBlaster.protocol.socket with parameters of type CallbackAddress
 void SocketCbConnection.connectLowlevel(CallbackAddress callbackAddress)
          Connects to clients callback server with one socket connection.
 void CallbackSocketDriver.init(Global glob, CallbackAddress callbackAddress)
           
 

Uses of CallbackAddress in org.xmlBlaster.protocol.stomp
 

Methods in org.xmlBlaster.protocol.stomp with parameters of type CallbackAddress
 void XbStompInOutBridge.init(Global glob, CallbackAddress addressConfig)
           
 

Uses of CallbackAddress in org.xmlBlaster.protocol.xmlrpc
 

Fields in org.xmlBlaster.protocol.xmlrpc declared as CallbackAddress
private  CallbackAddress CallbackXmlRpcDriverSingleChannel.callbackAddress
           
private  CallbackAddress CallbackXmlRpcDriver.callbackAddress
           
 

Methods in org.xmlBlaster.protocol.xmlrpc with parameters of type CallbackAddress
 void CallbackXmlRpcDriverSingleChannel.init(Global global, CallbackAddress cbAddress)
          Get callback reference here.
 void CallbackXmlRpcDriver.init(Global global, CallbackAddress cbAddress)
          Get callback reference here.
 

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
 

Fields in org.xmlBlaster.util.qos declared as CallbackAddress
private  CallbackAddress ConnectQosSaxFactory.tmpCbAddr
           
 

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
 

Fields in org.xmlBlaster.util.qos.address declared as CallbackAddress
private  CallbackAddress Address.callbackAddress
           
 

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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.