xmlBlaster 2.2.0 API

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

Packages that use PropLong
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.address   
org.xmlBlaster.util.qos.storage   
 

Uses of PropLong in org.xmlBlaster.util.dispatch
 

Fields in org.xmlBlaster.util.dispatch declared as PropLong
private  PropLong DispatchWorkerPool.threadLifetime
           
 

Uses of PropLong in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as PropLong
private  PropLong TopicProperty.destroyDelay
          A topic is destroyed 60 sec after state=UNREFERENCED is reached This is the configured destroyDelay in millis
private  PropLong MsgQosData.lifeTime
          A message expires after some time and will be discarded.
private  PropLong SessionQos.sessionTimeout
          Default session span of life is one day, given in millis "-session.timeout 86400000"
 

Methods in org.xmlBlaster.util.qos that return PropLong
 PropLong MsgQosData.getLifeTimeProp()
           
 

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

Fields in org.xmlBlaster.util.qos.address declared as PropLong
protected  PropLong AddressBase.burstModeMaxBytes
           
protected  PropLong AddressBase.collectTime
           
protected  PropLong AddressBase.delay
           
protected  PropLong AddressBase.minSize
           
protected  PropLong AddressBase.pingInterval
           
 

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

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

Fields in org.xmlBlaster.util.qos.storage declared as PropLong
protected  PropLong QueuePropertyBase.maxBytes
          The max.
protected  PropLong QueuePropertyBase.maxBytesCache
          The max.
protected  PropLong QueuePropertyBase.maxEntries
          The max.
protected  PropLong QueuePropertyBase.maxEntriesCache
          The max.
 

Methods in org.xmlBlaster.util.qos.storage that return PropLong
 PropLong QueuePropertyBase.getMaxBytesCacheProp()
           
 PropLong QueuePropertyBase.getMaxBytesProp()
           
 PropLong QueuePropertyBase.getMaxEntriesCacheProp()
           
 PropLong QueuePropertyBase.getMaxEntriesProp()
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.