xmlBlaster 2.2.0 client API

Deprecated API


Contents
Deprecated Methods
org.xmlBlaster.client.qos.ConnectQos.duplicateUpdates()
          Please use multiSubscribe=false from SubscribeQos 
org.xmlBlaster.util.queue.jdbc.CommonTableDatabaseAccessor.getNumOfBytes(String)
          Use CommonTableDatabaseAccessor.getNumOfAll(String) 
org.xmlBlaster.util.queue.jdbc.CommonTableDatabaseAccessor.getNumOfEntries(String)
          Use CommonTableDatabaseAccessor.getNumOfAll(String) 
org.xmlBlaster.util.queue.jdbc.CommonTableDatabaseAccessor.getNumOfPersistents(String)
          Use CommonTableDatabaseAccessor.getNumOfAll(String) 
org.xmlBlaster.util.queue.StorageId.getOldPostfix()
          Use getXBStore().getPostfix() 
org.xmlBlaster.util.qos.QosData.getRcvTime()
          Use getXmlRcvTimestamp() 
org.xmlBlaster.util.qos.MsgQosData.getRcvTime()
          Use getXmlRcvTimestamp() 
org.xmlBlaster.util.queue.jdbc.CommonTableDatabaseAccessor.getSizeOfPersistents(String)
          Use CommonTableDatabaseAccessor.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.StorageId.getStrippedId()
          Old xb_entries 
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.JdbcQueue.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 
org.xmlBlaster.util.queue.StorageId.toString()
            
org.xmlBlaster.util.queue.StorageId.valueOf(Global, String)
          Old xb_entries 
 

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.MsgUnitRaw(Object, String, byte[], String)
          provided only for backwards compatibility, this will be removed in later releases. The byte array variant will be used. 
org.xmlBlaster.util.MsgUnitRaw(String, EncodableData, String)
          provided only for backwards compatibility, this will be removed in later releases. The byte array variant will be used. 
org.xmlBlaster.util.queue.StorageId(Global, String)
          Old xb_entries only 
org.xmlBlaster.util.queue.StorageId(Global, String, String)
          Old xb_entries only 
org.xmlBlaster.util.XmlBlasterException(String, String)
          Please use constructor which uses ErrorCode 
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.