xmlBlaster 2.2.0 client API

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

Packages that use ServerRef
org.xmlBlaster.client.qos   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.address   
 

Uses of ServerRef in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return ServerRef
 ServerRef ConnectReturnQos.getServerRef()
          The address of the xmlBlaster server to which we are connected.
 

Uses of ServerRef in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as ServerRef
protected  ServerRef[] ConnectQosData.serverRefArr
          The server reference, e.g.
 

Methods in org.xmlBlaster.util.qos that return ServerRef
 ServerRef ConnectQosData.getServerRef()
          Accessing the ServerRef address of the xmlBlaster server this may be a CORBA-IOR or email or URL ...
 ServerRef[] ConnectQosData.getServerRefs()
          Accessing the ServerRef addresses of the xmlBlaster server this may be a CORBA-IOR or email or URL ...
 

Methods in org.xmlBlaster.util.qos with parameters of type ServerRef
 void ConnectQosData.addServerRef(ServerRef addr)
          Adds a server reference, we check for identical addresses to no contain duplicates.
 boolean ConnectQosData.removeServerRef(ServerRef addr)
           
 

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

Methods in org.xmlBlaster.util.qos.address with parameters of type ServerRef
 boolean ServerRef.equals(ServerRef other)
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.