xmlBlaster 2.2.0 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
 

Fields in org.xmlBlaster.client.qos declared as PropBoolean
private  PropBoolean DisconnectQos.clearClientQueue
           
 

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
private  PropBoolean MsgQosData.administrative
           
private  PropBoolean SessionQos.clearSessions
          Clear on login all other sessions of this user (for recovery reasons) "session.clearSessions false"
private  PropBoolean DisconnectQosData.clearSessions
           
protected  PropBoolean ConnectQosData.clusterNode
          Allows to mark that we are an xmlBlaster cluster node.
private  PropBoolean QueryQosData.content
          not yet supported
private  PropBoolean TopicProperty.createDomEntry
           
private  PropBoolean DisconnectQosData.deleteSubjectQueue
           
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.
private  PropBoolean MsgQosData.forceDestroy
           
private  PropBoolean QueryQosData.forceDestroy
          On erase forceDestroy
private  PropBoolean MsgQosData.forceUpdate
           
private  PropBoolean QueryQosData.initialUpdate
          send on subscribe an initial update with the current message
private  PropBoolean QueryQosData.local
          update messages i have sent myself to myself?
private  PropBoolean QueryQosData.meta
          not yet supported
private  PropBoolean QueryQosData.multiSubscribe
          allow duplicate identical subscriptions
private  PropBoolean QueryQosData.notify
          for erase(): Notify the subscribers on erase?
private  PropBoolean QosData.persistent
           
protected  PropBoolean ConnectQosData.ptpAllowed
          PtP messages wanted? True is default

private  PropBoolean TopicProperty.readonly
           
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
private  PropBoolean MsgQosData.subscribable
          As default you can subscribe even PtP messages, set it to false if you don't want any subscriber to see your PtP message
private  PropBoolean QueryQosData.updateOneway
          Set for each subscription if you want updateOneway() instead of update() currently this is a flag of the connectQos as well
 

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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.