Uses of Class
org.exolab.jms.messagemgr.PersistentMessageHandle

Uses of PersistentMessageHandle in org.exolab.jms.messagemgr
 

Methods in org.exolab.jms.messagemgr with parameters of type PersistentMessageHandle
static void MessageHandleFactory.destroyPersistentHandle(java.sql.Connection connection, PersistentMessageHandle handle)
          Destroy the specified persistent handle.
static void MessageHandleFactory.updatePersistentHandle(java.sql.Connection connection, PersistentMessageHandle handle)
          Update the state of the persistent handle
 

Uses of PersistentMessageHandle in org.exolab.jms.persistence
 

Methods in org.exolab.jms.persistence with parameters of type PersistentMessageHandle
 java.util.Vector BatchingRdbmsAdapter.getMessages(java.sql.Connection connection, PersistentMessageHandle handle)
           
 void BatchingRdbmsAdapter.addMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
           
 void BatchingRdbmsAdapter.updateMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
           
 void BatchingRdbmsAdapter.removeMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
           
 java.util.Vector ObjectAdapter.getMessages(java.sql.Connection connection, PersistentMessageHandle handle)
           
 void ObjectAdapter.addMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
           
 void ObjectAdapter.updateMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
           
 void ObjectAdapter.removeMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
           
abstract  java.util.Vector PersistenceAdapter.getMessages(java.sql.Connection connection, PersistentMessageHandle handle)
          Get at least the next message given the specified persistent handle.
abstract  void PersistenceAdapter.addMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
          Add the specified persistent message handle.
abstract  void PersistenceAdapter.updateMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
          Update the specified persistent message handle.
abstract  void PersistenceAdapter.removeMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
          Remove the specified persistent message handle.
 java.util.Vector RDBMSAdapter.getMessages(java.sql.Connection connection, PersistentMessageHandle handle)
           
 void RDBMSAdapter.addMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
           
 void RDBMSAdapter.updateMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
           
 void RDBMSAdapter.removeMessageHandle(java.sql.Connection connection, PersistentMessageHandle handle)
           
 



Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.