xmlBlaster 2.2.0 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.lexical   
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 ConnectQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty SubscribeQos.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 UnSubscribeQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty UpdateQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty GetReturnQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty EraseQos.getClientProperty(java.lang.String key)
          Read back a property.
 ClientProperty GetQos.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
           
 

Methods in org.xmlBlaster.util that return types with arguments of type ClientProperty
static java.util.Map<java.lang.String,ClientProperty> StringPairTokenizer.parseToStringClientPropertyPairs(java.lang.String rawString, java.lang.String outerToken, java.lang.String innerToken)
           
 

Method parameters in org.xmlBlaster.util with type arguments of type ClientProperty
static java.lang.String StringPairTokenizer.dumpMap(java.util.Map<java.lang.String,ClientProperty> map)
          Dumps the given map to a human readable string.
 

Uses of ClientProperty in org.xmlBlaster.util.lexical
 

Method parameters in org.xmlBlaster.util.lexical with type arguments of type ClientProperty
 boolean Sql92Selector.select(java.lang.String query, java.util.Map<java.lang.String,ClientProperty> clientProperties)
           
 boolean I_Selector.select(java.lang.String query, java.util.Map<java.lang.String,ClientProperty> clientProperties)
           
 

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 that return types with arguments of type ClientProperty
 java.util.Map<java.lang.String,ClientProperty> QosData.getClientProperties()
          Access all client properties.
 

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 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.