Uses of Class
org.codehaus.activemq.AlreadyClosedException

Packages that use AlreadyClosedException
org.codehaus.activemq.store.bdb Message persistence implemented using Berkeley DB Java Edition  
org.codehaus.activemq.store.jdbm Message persistence implemented using JDBM which is the default persistence mechanism shipped with Geronimo (due to its BSD licence)  
 

Uses of AlreadyClosedException in org.codehaus.activemq.store.bdb
 

Methods in org.codehaus.activemq.store.bdb that throw AlreadyClosedException
protected  void BDbMessageStore.checkClosed()
           
 

Uses of AlreadyClosedException in org.codehaus.activemq.store.jdbm
 

Methods in org.codehaus.activemq.store.jdbm that throw AlreadyClosedException
protected  jdbm.btree.BTree JdbmTopicMessageStore.getMessageCounts()
           
protected  jdbm.btree.BTree JdbmTopicMessageStore.getAckDatabase()
           
protected  MessageIdentity JdbmTopicMessageStore.getLastAcknowledgedMessageIdentity(Subscription subscription)
           
protected  jdbm.btree.BTree JdbmMessageStore.getMessageTable()
           
protected  jdbm.btree.BTree JdbmMessageStore.getOrderedIndex()
           
protected  Object JdbmMessageStore.findSequenceNumber(String messageID)
          Finds the sequence number for the given messageID
 jdbm.btree.BTree JdbmPersistenceAdapter.createDatabase(String name)
           
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.