xmlBlaster 1.6.2 client API

Deprecated API

Deprecated Methods
org.xmlBlaster.client.qos.ConnectQos.duplicateUpdates()
          Please use multiSubscribe=false from SubscribeQos 
org.xmlBlaster.util.queue.jdbc.JdbcManagerCommonTable.getNumOfBytes(String)
          Use JdbcManagerCommonTable.getNumOfAll(String) 
org.xmlBlaster.util.queue.jdbc.JdbcManagerCommonTable.getNumOfEntries(String)
          Use JdbcManagerCommonTable.getNumOfAll(String) 
org.xmlBlaster.util.queue.jdbc.JdbcManagerCommonTable.getNumOfPersistents(String)
          Use JdbcManagerCommonTable.getNumOfAll(String) 
org.xmlBlaster.util.qos.MsgQosData.getRcvTime()
          Use getXmlRcvTimestamp() 
org.xmlBlaster.util.qos.QosData.getRcvTime()
          Use getXmlRcvTimestamp() 
org.xmlBlaster.util.queue.jdbc.JdbcManagerCommonTable.getSizeOfPersistents(String)
          Use JdbcManagerCommonTable.getNumOfAll(String) Replaced all four selects with one: "select count(*), sum(byteSize), durable from XB_ENTRIES WHERE queueName='history_xmlBlaster_192_168_1_4_3412Hello' GROUP BY durable;" 
org.xmlBlaster.util.queue.I_Queue.peekWithLimitEntry(I_QueueEntry)
          you should use directly removeWithLimitEntry 
org.xmlBlaster.util.queue.cache.CacheQueueInterceptorPlugin.peekWithLimitEntry(I_QueueEntry)
            
org.xmlBlaster.util.queue.jdbc.JdbcQueueCommonTablePlugin.peekWithLimitEntry(I_QueueEntry)
            
org.xmlBlaster.util.queue.ram.RamQueuePlugin.peekWithLimitEntry(I_QueueEntry)
            
org.xmlBlaster.client.qos.ConnectQos.setDuplicateUpdates(boolean)
          Please use multiSubscribe=false from SubscribeQos 
org.xmlBlaster.util.JdkCompatible.setSystemProperty(String, String)
          since JDK 1.2 
 

Deprecated Constructors
org.xmlBlaster.util.qos.ClientProperty(Global, String, String, String)
          you should use the constructors with no global 
org.xmlBlaster.util.qos.ClientProperty(Global, String, String, String, String)
          you should use the alternative with no global. 
org.xmlBlaster.util.context.ContextNode(Global, String, String, ContextNode)
          Use constructor without global 
org.xmlBlaster.client.qos.DisconnectQos()
            
org.xmlBlaster.util.XmlBlasterException(String, String)
          Please use constructor which uses ErrorCode 
 


xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.