Uses of Class
org.exolab.jms.tranlog.TransactionLogException

Packages that use TransactionLogException
org.exolab.jms.messagemgr   
org.exolab.jms.tranlog   
 

Uses of TransactionLogException in org.exolab.jms.messagemgr
 

Methods in org.exolab.jms.messagemgr that throw TransactionLogException
 void ResourceManager.logPublishedMessage(javax.transaction.xa.Xid xid, MessageImpl message)
          Log this published message so that it can be passed through the system when the associated global transaction commits.
 void ResourceManager.logReceivedMessage(javax.transaction.xa.Xid xid, long id, MessageHandle handle)
          Log that this message handle was sent to the consumer within the specified global transaction identity.
 void ResourceManager.logTransactionState(javax.transaction.xa.Xid xid, TransactionState state)
          Add an StateTransactionLogEntry using the specified txid, rid and state
 

Uses of TransactionLogException in org.exolab.jms.tranlog
 

Methods in org.exolab.jms.tranlog that throw TransactionLogException
 void TransactionLog.logTransactionState(ExternalXid txid, long expiry, java.lang.String rid, TransactionState state)
          Add an StateTransactionLogEntry using the specified txid, rid and state
 void TransactionLog.logTransactionData(ExternalXid txid, long expiry, java.lang.String rid, java.lang.Object data)
          Add an DataTransactionLogEntry using the specified txid, rid and data
 void TransactionLog.close()
          Close the transaction log
 java.util.HashMap TransactionLog.recover()
          Force a recovery of this log file.
 void TransactionLog.destroy()
          Destroy this transaction log, which basically removes it from the file system
 

Constructors in org.exolab.jms.tranlog that throw TransactionLogException
TransactionLog(java.lang.String name, boolean create)
          Create a transaction log with the specified name, which includes the directory it will reside in.
 



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