xmlBlaster 1.6.2 client API

Uses of Class
org.xmlBlaster.util.qos.ClientProperty

Packages that use ClientProperty
org.xmlBlaster.client.qos   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.address   
 

Uses of ClientProperty in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return ClientProperty
 ClientProperty UnSubscribeQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty UpdateQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty ConnectQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty DisconnectQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty PublishQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty GetReturnQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty GetQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty SubscribeQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty EraseQos.getClientProperty(java.lang.String key)
          Read back a property.
 

Uses of ClientProperty in org.xmlBlaster.util
 

Fields in org.xmlBlaster.util declared as ClientProperty
protected  ClientProperty XmlQoSBase.clientProperty
           
 

Uses of ClientProperty in org.xmlBlaster.util.qos
 

Methods in org.xmlBlaster.util.qos that return ClientProperty
 ClientProperty QosData.getClientProperty(java.lang.String name)
          Access the client property.
 ClientProperty[] QosData.getClientPropertyArr()
           
 

Methods in org.xmlBlaster.util.qos with parameters of type ClientProperty
 void QosData.addClientProperty(ClientProperty clientProperty)
          Sets the client property to the given value
 

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

Methods in org.xmlBlaster.util.qos.address with parameters of type ClientProperty
 void AddressBase.addClientProperty(ClientProperty clientProperty)
           
 


xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.