xmlBlaster 2.2.0 API

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

Packages that use Address
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.qos   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.storage   
 

Uses of Address in org.xmlBlaster.client.protocol
 

Methods in org.xmlBlaster.client.protocol with parameters of type Address
 void I_XmlBlasterConnection.connectLowlevel(Address address)
          Initialize the driver and verify if the remote side is reachable on the low-level protocol layer.
 

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

Fields in org.xmlBlaster.client.protocol.corba declared as Address
private  Address CorbaConnection.clientAddress
           
 

Methods in org.xmlBlaster.client.protocol.corba with parameters of type Address
 void CorbaConnection.connectLowlevel(Address address)
           
 AuthServer CorbaConnection.getAuthenticationService(Address address)
          Access the authentication service.
 

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

Methods in org.xmlBlaster.client.protocol.email with parameters of type Address
 void EmailConnection.connectLowlevel(Address address)
          Connects to xmlBlaster with one email connection.
 

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

Fields in org.xmlBlaster.client.protocol.local declared as Address
protected  Address LocalConnection.clientAddress
           
 

Methods in org.xmlBlaster.client.protocol.local with parameters of type Address
 void LocalConnection.connectLowlevel(Address address)
           
 

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

Fields in org.xmlBlaster.client.protocol.rmi declared as Address
protected  Address RmiConnection.clientAddress
           
 

Methods in org.xmlBlaster.client.protocol.rmi with parameters of type Address
 void RmiConnection.connectLowlevel(Address address)
          Connect to RMI server.
 

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

Fields in org.xmlBlaster.client.protocol.socket declared as Address
protected  Address SocketConnection.clientAddress
           
 

Methods in org.xmlBlaster.client.protocol.socket with parameters of type Address
 void SocketConnection.connectLowlevel(Address address)
          Connects to xmlBlaster with one socket connection.
 

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

Fields in org.xmlBlaster.client.protocol.xmlrpc declared as Address
protected  Address XmlRpcConnection.clientAddress
           
 

Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type Address
 void XmlRpcConnection.connectLowlevel(Address address)
           
 

Uses of Address in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return Address
 Address ConnectQos.getAddress()
          The connection address and properties of the xmlBlaster server we want connect to.
 

Methods in org.xmlBlaster.client.qos with parameters of type Address
 void ConnectQos.setAddress(Address address)
          Set the address to which we want to connect, with all the configured parameters.
 

Uses of Address in org.xmlBlaster.engine.cluster
 

Methods in org.xmlBlaster.engine.cluster that return Address
private  Address NodeConnectQos.getAddress()
          Access the currently used address to access the node
 

Methods in org.xmlBlaster.engine.cluster with parameters of type Address
 void NodeConnectQos.addAddress(Address address)
          Add another address for this cluster node.
 boolean NodeConnectQos.contains(Address other)
          Does the given address belong to this node?
 boolean ClusterManager.isLocalAddress(Address other)
          Check if supplied address would connect to our own node.
 

Uses of Address in org.xmlBlaster.engine.qos
 

Methods in org.xmlBlaster.engine.qos with parameters of type Address
 void ConnectQosServer.setAddress(Address address)
          Set the address to which we want to connect, with all the configured parameters.
 

Uses of Address in org.xmlBlaster.util
 

Fields in org.xmlBlaster.util declared as Address
protected  Address Global.bootstrapAddress
           
 

Methods in org.xmlBlaster.util that return Address
 Address Global.getBootstrapAddress()
          Returns the address of the xmlBlaster internal http server.
 

Methods in org.xmlBlaster.util with parameters of type Address
 java.lang.String Global.accessFromInternalHttpServer(Address address, java.lang.String urlPath, boolean verbose)
          Access the xmlBlaster internal HTTP server and download the requested path.
 void Global.setBootstrapAddress(Address address)
          Force to use the given bootstrap address, used for cluster connections
 

Uses of Address in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as Address
private  Address ConnectQosSaxFactory.tmpAddr
           
 

Methods in org.xmlBlaster.util.qos that return Address
 Address ConnectQosData.getAddress()
          The current connection address and properties of the xmlBlaster server we want connect to.
 Address[] ConnectQosData.getAddresses(boolean forceCbAddressCreation)
          The connection address and properties of the xmlBlaster server we want connect to.
 

Methods in org.xmlBlaster.util.qos with parameters of type Address
 void ConnectQosData.addAddress(Address address)
           
 boolean ConnectQosData.contains(Address other)
          Does the given address belong to this client connection setup?
 void ConnectQosData.setAddress(Address address)
          Add an address to which we want to connect, with all the configured parameters.
 

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

Methods in org.xmlBlaster.util.qos.storage that return Address
 Address ClientQueueProperty.getCurrentAddress()
           
 

Methods in org.xmlBlaster.util.qos.storage with parameters of type Address
 void ClientQueueProperty.addAddress(Address address)
           
 boolean ClientQueueProperty.contains(Address other)
          Does the given address belong to this setup?
 void ClientQueueProperty.setAddress(Address address)
          Currently only one address is allowed, failover addresses will be implemented in a future version
 void ClientQueueProperty.setAddresses(Address[] addresses)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.