|
xmlBlaster 2.2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
org.xmlBlaster.engine.persistence.I_PersistenceDriver
Please use I_Queue and I_Map instead |
Deprecated Methods | |
---|---|
org.xmlBlaster.test.persistence.TestPersistence2.checkContent(boolean)
FileDriver is deprecated |
|
org.xmlBlaster.contrib.MomEventEngine.compressOLD(byte[], Map, int, String)
|
|
org.xmlBlaster.contrib.MomEventEngine.decompressXX(byte[], Map)
you should use the one with InputStream instead since less memory hungry (for big messages) |
|
org.xmlBlaster.client.qos.ConnectQos.duplicateUpdates()
Please use multiSubscribe=false from SubscribeQos |
|
org.xmlBlaster.contrib.dbwriter.info.SqlInfo.fillFromTableSelectDELETED(ResultSet, boolean, I_AttributeTransformer)
|
|
org.xmlBlaster.engine.admin.I_AdminNode.getClientList()
Please use getClients() instead |
|
org.xmlBlaster.engine.xml2java.XmlKey.getKeyOid()
use getOid() |
|
org.xmlBlaster.engine.admin.I_AdminNode.getNodeList()
Please use getNodes() instead |
|
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.engine.admin.I_AdminNode.getSubscriptionList()
Please use getSubscriptions() instead |
|
org.xmlBlaster.engine.RequestBroker.getSyspropList()
Is not supported anymore |
|
org.xmlBlaster.engine.admin.I_AdminNode.getSyspropList()
Will be removed |
|
org.xmlBlaster.engine.admin.I_AdminNode.getTopicList()
Please use getTopics() instead |
|
org.xmlBlaster.engine.xml2java.XmlKey.getUniqueKey()
use getOid() |
|
org.xmlBlaster.protocol.xmlrpc.AuthenticateImpl.login(String, String, String, String)
Use connect() instead |
|
org.xmlBlaster.protocol.xmlrpc.AuthenticateImpl.logout(String)
Use disconnect() instead |
|
org.xmlBlaster.test.C.TestC.main(String[])
Use the TestRunner from the testsuite to run it |
|
org.xmlBlaster.test.admin.TestAdminGet.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestAdminGet |
|
org.xmlBlaster.test.authentication.TestLogin.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.authentication.TestLogin |
|
org.xmlBlaster.test.classtest.SocketUrlTest.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.classtest.SocketUrlTest |
|
org.xmlBlaster.test.classtest.CommandWrapperTest.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestActivateDispatcher |
|
org.xmlBlaster.test.client.TestFilePollerPlugin.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestFilePollerPlugin |
|
org.xmlBlaster.test.client.TestPtPPersistent.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestPtPPersistent |
|
org.xmlBlaster.test.client.TestTailback.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestTailback |
|
org.xmlBlaster.test.client.TestFailSafeAsync.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestFailSafeAsync |
|
org.xmlBlaster.test.client.TestFailSafePing.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestFailSafePing |
|
org.xmlBlaster.test.client.TestPersistentSession.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestPersistentSession |
|
org.xmlBlaster.test.client.TestHistoryZero.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestHistoryZero |
|
org.xmlBlaster.test.client.TestXmlBlasterAccessMultiThreaded.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestXmlBlasterAccessMultiThreaded |
|
org.xmlBlaster.test.client.TestFailSafe.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestFailSafe |
|
org.xmlBlaster.test.client.TestStreamMessages.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestStreamMessages |
|
org.xmlBlaster.test.client.TestPtPDispatch.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestPtPDispatch |
|
org.xmlBlaster.test.contrib.filewatcher.TestFileWriter.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestFileWriter |
|
org.xmlBlaster.test.contrib.filewatcher.TestFileWatcherPlugin.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.client.TestFilePollerPlugin |
|
org.xmlBlaster.test.persistence.TestPersistence.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.persistence.TestPersistence |
|
org.xmlBlaster.test.persistence.TestPersistence2.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.persistence.TestPersistence2 |
|
org.xmlBlaster.test.persistence.TestPersistenceXMLDB.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.persistence.TestPersistenceXMLDB |
|
org.xmlBlaster.test.qos.TestSubLostClient.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubLostClient |
|
org.xmlBlaster.test.qos.TestPtDQueue.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestPtDQueue |
|
org.xmlBlaster.test.qos.TestSubMulti.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubMulti |
|
org.xmlBlaster.test.qos.TestErase.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestErase |
|
org.xmlBlaster.test.qos.TestSubExact.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubExact |
|
org.xmlBlaster.test.qos.TestGet.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestGet |
|
org.xmlBlaster.test.qos.TestSubId.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubId |
|
org.xmlBlaster.test.qos.TestPtD.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestPtD |
|
org.xmlBlaster.test.qos.TestSubNoInitial.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubNoInitial |
|
org.xmlBlaster.test.qos.TestSubNoDup.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubNoDup |
|
org.xmlBlaster.test.qos.TestPubForce.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestPubForce |
|
org.xmlBlaster.test.qos.TestCorbaThreads.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestCorbaThreads |
|
org.xmlBlaster.test.qos.TestSubManyClients.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubManyClients |
|
org.xmlBlaster.test.qos.TestClientProperty.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestClientProperty |
|
org.xmlBlaster.test.qos.TestSubMultiSubscribe.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubMultiSubscribe |
|
org.xmlBlaster.test.qos.TestSubGet.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubGet |
|
org.xmlBlaster.test.qos.TestSubDispatch.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubDispatch |
|
org.xmlBlaster.test.qos.TestUnSub.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestUnSub |
|
org.xmlBlaster.test.qos.TestSubNoLocal.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSubNoLocal |
|
org.xmlBlaster.test.qos.TestPubBurstMode.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestPubBurstMode |
|
org.xmlBlaster.test.qos.TestPub.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestPub |
|
org.xmlBlaster.test.qos.TestSub.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestSub |
|
org.xmlBlaster.test.qos.TestEmbeddedXmlBlaster.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.qos.TestEmbeddedXmlBlaster |
|
org.xmlBlaster.test.stress.RamTest.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.stress.RamTest |
|
org.xmlBlaster.test.stress.LoadTestSub.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.stress.LoadTestSub |
|
org.xmlBlaster.test.topic.TestReferenceCount.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.topic.TestReferenceCount |
|
org.xmlBlaster.test.topic.TestReferenceCountSwap.main(String[])
Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.topic.TestReferenceCountSwap |
|
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.contrib.replication.impl.ReplManagerPlugin.readOldReplDataOldStyle(I_Info, String)
|
|
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.authentication.AuthenticateProtector.unsecureCreateSession(SessionName)
Security hole, currently need by MainGUI.java |
|
org.xmlBlaster.util.queue.StorageId.valueOf(Global, String)
Old xb_entries |
|
xmlBlaster 2.2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |