xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.property.PropBoolean

Packages that use PropBoolean
org.xmlBlaster.client.qos   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.address   
org.xmlBlaster.util.qos.storage   
 

Uses of PropBoolean in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return PropBoolean
 PropBoolean DisconnectQos.getClearClientQueueProp()
           
 

Uses of PropBoolean in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as PropBoolean
protected  PropBoolean ConnectQosData.clusterNode
          Allows to mark that we are an xmlBlaster cluster node.
protected  PropBoolean ConnectQosData.duplicateUpdates
          If duplicateUpdates=false we will send only one update, even if the same client subscribed multiple times on the same message.
protected  PropBoolean ConnectQosData.ptpAllowed
          PtP messages wanted? True is default

protected  PropBoolean ConnectQosData.reconnected
          Used for ConnetReturnQos only: If reconnected==true a client has reconnected to an existing session
protected  PropBoolean SessionQos.reconnectSameClientOnly
          If reconnectSameClientOnly=true a client with a given publicSessionId can only reconnect to xmlBlaster if it is the the client instance which created the login session (other clients can't capture the session).
protected  PropBoolean ConnectQosData.refreshSession
          If the client automatically notifies xmlBlaster that it is alive and the login session is extended
 

Methods in org.xmlBlaster.util.qos that return PropBoolean
 PropBoolean DisconnectQosData.clearSessionsProp()
           
 PropBoolean DisconnectQosData.deleteSubjectQueueProp()
           
 PropBoolean ConnectQosData.duplicateUpdatesProp()
           
 PropBoolean MsgQosData.getAdministrativeProp()
           
 PropBoolean ConnectQosData.getClusterNodeProp()
           
 PropBoolean QueryQosData.getContentProp()
           
 PropBoolean MsgQosData.getForceDestroyProp()
           
 PropBoolean QueryQosData.getForceDestroyProp()
           
 PropBoolean MsgQosData.getForceUpdateProp()
           
 PropBoolean QueryQosData.getInitialUpdateProp()
           
 PropBoolean QueryQosData.getLocalProp()
           
 PropBoolean QueryQosData.getMetaProp()
           
 PropBoolean QueryQosData.getMultiSubscribeProp()
           
 PropBoolean QueryQosData.getNotifyProp()
           
 PropBoolean QosData.getPersistentProp()
           
 PropBoolean ConnectQosData.getReconnectedProp()
           
 PropBoolean ConnectQosData.getRefreshSessionProp()
           
 PropBoolean MsgQosData.getSubscribableProp()
           
 PropBoolean QueryQosData.getUpdateOnewayProp()
           
 PropBoolean ConnectQosData.isPtpAllowedProp()
           
 PropBoolean SessionQos.reconnectSameClientOnlyProp()
           
 

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

Fields in org.xmlBlaster.util.qos.address declared as PropBoolean
protected  PropBoolean AddressBase.dispatcherActive
          Control if the dispatcher is activated on login, i.e.
protected  PropBoolean AddressBase.oneway
           
protected  PropBoolean AddressBase.ptpAllowed
           
protected  PropBoolean AddressBase.stallOnPingTimeout
           
protected  PropBoolean AddressBase.useForSubjectQueue
           
 

Methods in org.xmlBlaster.util.qos.address that return PropBoolean
 PropBoolean AddressBase.getEnv(java.lang.String key, boolean defaultValue)
          Plugins may query their properties here
 

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

Fields in org.xmlBlaster.util.qos.storage declared as PropBoolean
protected  PropBoolean QueuePropertyBase.debug
          To allow debugging the queue (experimental)
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.