Uses of Interface
com.atomikos.icatch.HeuristicMessage

Packages that use HeuristicMessage
com.atomikos.datasource   
com.atomikos.datasource.pool   
com.atomikos.datasource.xa   
com.atomikos.datasource.xa.session   
com.atomikos.icatch   
com.atomikos.icatch.admin   
com.atomikos.icatch.admin.jmx   
com.atomikos.icatch.imp   
com.atomikos.icatch.system   
com.atomikos.jdbc   
com.atomikos.jdbc.nonxa   
com.atomikos.jms   
 

Uses of HeuristicMessage in com.atomikos.datasource
 

Fields in com.atomikos.datasource declared as HeuristicMessage
protected  HeuristicMessage[] HeuristicException.myMsgs
           
 

Methods in com.atomikos.datasource that return HeuristicMessage
 HeuristicMessage[] ResourceTransaction.getHeuristicMessages()
          Get heuristic context info.
 HeuristicMessage[] HeuristicException.getHeuristicMessages()
          Get any heuristic messages.
 

Methods in com.atomikos.datasource with parameters of type HeuristicMessage
 void ResourceTransaction.addHeuristicMessage(HeuristicMessage mesg)
          Add heuristic resolution information.
 

Constructors in com.atomikos.datasource with parameters of type HeuristicMessage
HeuristicException(HeuristicMessage[] msgs)
          Constructor.
 

Uses of HeuristicMessage in com.atomikos.datasource.pool
 

Methods in com.atomikos.datasource.pool with parameters of type HeuristicMessage
 Reapable ConnectionPool.borrowConnection(HeuristicMessage hmsg)
          Borrows a connection from the pool.
 Reapable XPooledConnection.createConnectionProxy(HeuristicMessage hmsg)
          Create a disposable connection object that acts a controller for the pooled connection.
 Reapable AbstractXPooledConnection.createConnectionProxy(HeuristicMessage hmsg)
           
protected abstract  Reapable AbstractXPooledConnection.doCreateConnectionProxy(HeuristicMessage hmsg)
           
 

Uses of HeuristicMessage in com.atomikos.datasource.xa
 

Methods in com.atomikos.datasource.xa that return HeuristicMessage
 HeuristicMessage[] XAResourceTransaction.commit(boolean onePhase)
           
 HeuristicMessage[] XAResourceTransaction.getHeuristicMessages()
           
 HeuristicMessage[] XAResourceTransaction.rollback()
           
 

Methods in com.atomikos.datasource.xa with parameters of type HeuristicMessage
 void XAResourceTransaction.addHeuristicMessage(HeuristicMessage mesg)
           
 

Uses of HeuristicMessage in com.atomikos.datasource.xa.session
 

Methods in com.atomikos.datasource.xa.session with parameters of type HeuristicMessage
 void SessionHandleState.notifyBeforeUse(CompositeTransaction ct, HeuristicMessage hmsg)
          Notification that the session handle is about to be used in the current transaction context (i.e.
 

Uses of HeuristicMessage in com.atomikos.icatch
 

Classes in com.atomikos.icatch that implement HeuristicMessage
 class StringHeuristicMessage
          A heuristic message implementation.
 

Fields in com.atomikos.icatch declared as HeuristicMessage
protected  HeuristicMessage[] HeurMixedException.aborts_
           
protected  HeuristicMessage[] HeurMixedException.commits_
           
protected  HeuristicMessage[] HeurRollbackException.msgs_
           
protected  HeuristicMessage[] HeurMixedException.msgs_
           
protected  HeuristicMessage[] HeurHazardException.msgs_
           
protected  HeuristicMessage[] HeurCommitException.msgs_
           
 

Methods in com.atomikos.icatch that return HeuristicMessage
 HeuristicMessage[] Participant.commit(boolean onePhase)
          Commit the participant's work.
 HeuristicMessage[] HeurMixedException.getHeuristicCommitMessages()
          Get any heuristic commit messages.
 HeuristicMessage[] Participant.getHeuristicMessages()
          Get any heuristic messages so far.
 HeuristicMessage[] HeurRollbackException.getHeuristicMessages()
          Get any heuristic messages.
 HeuristicMessage[] HeurMixedException.getHeuristicMessages()
          Get all heuristic messages.
 HeuristicMessage[] HeurHazardException.getHeuristicMessages()
          Get the heuristic messages.
 HeuristicMessage[] HeurCommitException.getHeuristicMessages()
          Get any heuristic messages.
 HeuristicMessage[] HeurMixedException.getHeuristicRollbackMessages()
          Get any heuristic rollback messages.
 HeuristicMessage[] CompositeCoordinator.getTags()
          Get the tags that were set for this coordinator.
 HeuristicMessage[] Participant.rollback()
          Rollback the participant's work.
 

Methods in com.atomikos.icatch with parameters of type HeuristicMessage
 void TransactionControl.setTag(HeuristicMessage tag)
          Deprecated. Sets the tag for this transaction.
 void CompositeTransaction.setTag(HeuristicMessage tag)
          Sets the tag for this transaction.
 

Constructors in com.atomikos.icatch with parameters of type HeuristicMessage
HeurCommitException(HeuristicMessage[] msgs)
          Constructor.
HeurHazardException(HeuristicMessage[] msgs)
          Constructor.
HeurMixedException(HeuristicMessage[] msgs)
          Constructor.
HeurMixedException(HeuristicMessage[] aborts, HeuristicMessage[] commits)
          Constructor.
HeurMixedException(HeuristicMessage[] aborts, HeuristicMessage[] commits)
          Constructor.
HeurRollbackException(HeuristicMessage[] msgs)
          Constructor.
 

Uses of HeuristicMessage in com.atomikos.icatch.admin
 

Methods in com.atomikos.icatch.admin that return HeuristicMessage
 HeuristicMessage[] AdminTransaction.getHeuristicMessages()
          Get the HeuristicMessage detailed info for this transaction.
 HeuristicMessage[] AdminTransaction.getHeuristicMessages(int state)
          Get the heuristic messages for work in the given state.
 HeuristicMessage[] AdminTransaction.getTags()
          Get the high-level heuristic comments.
 

Uses of HeuristicMessage in com.atomikos.icatch.admin.jmx
 

Methods in com.atomikos.icatch.admin.jmx with parameters of type HeuristicMessage
protected static String[] JmxTransaction.convertHeuristicMessages(HeuristicMessage[] msgs)
           
 

Uses of HeuristicMessage in com.atomikos.icatch.imp
 

Fields in com.atomikos.icatch.imp declared as HeuristicMessage
protected  HeuristicMessage AbstractCompositeTransaction.tag_
           
 

Methods in com.atomikos.icatch.imp that return HeuristicMessage
 HeuristicMessage[] SubTransactionCoordinatorParticipant.commit(boolean onePhase)
           
 HeuristicMessage[] RollbackOnlyParticipant.commit(boolean onePhase)
           
 HeuristicMessage[] ReadOnlyParticipant.commit(boolean onePhase)
           
 HeuristicMessage[] CoordinatorImp.commit(boolean onePhase)
           
 HeuristicMessage[] CoordinatorImp.commitHeuristically()
           
 HeuristicMessage[] SubTransactionCoordinatorParticipant.getHeuristicMessages()
           
 HeuristicMessage[] RollbackOnlyParticipant.getHeuristicMessages()
           
 HeuristicMessage[] ReadOnlyParticipant.getHeuristicMessages()
           
 HeuristicMessage[] CoordinatorImp.getHeuristicMessages()
          Get the heuristic info for the message round.
 HeuristicMessage[] CoordinatorImp.getHeuristicMessages(Object heuristicState)
          Gets the heuristic messages for all participants that are in the given heuristic state
 HeuristicMessage[] CoordinatorImp.getTags()
          Get the heuristic tags for this coordinator.
 HeuristicMessage[] CompositeTransactionAdaptor.getTags()
           
 HeuristicMessage[] SubTransactionCoordinatorParticipant.rollback()
           
 HeuristicMessage[] RollbackOnlyParticipant.rollback()
           
 HeuristicMessage[] ReadOnlyParticipant.rollback()
           
 HeuristicMessage[] CoordinatorImp.rollback()
           
 HeuristicMessage[] CoordinatorImp.rollbackHeuristically()
           
 

Methods in com.atomikos.icatch.imp with parameters of type HeuristicMessage
 void AbstractCompositeTransaction.setTag(HeuristicMessage tag)
           
 

Uses of HeuristicMessage in com.atomikos.icatch.system
 

Constructors in com.atomikos.icatch.system with parameters of type HeuristicMessage
SubTxThread(Waiter w, SubTxCode code, HeuristicMessage tag)
          Creates a new instance for a given waiter, with a given subtx code.
 

Uses of HeuristicMessage in com.atomikos.jdbc
 

Fields in com.atomikos.jdbc declared as HeuristicMessage
protected  HeuristicMessage ExternalXAPooledConnectionImp.msg_
           
 

Methods in com.atomikos.jdbc with parameters of type HeuristicMessage
protected  Reapable AtomikosXAPooledConnection.doCreateConnectionProxy(HeuristicMessage hmsg)
           
 Connection SimpleDataSourceBean.getConnection(HeuristicMessage msg)
          Deprecated.  
 Connection JtaDataSourceImp.getConnection(HeuristicMessage msg)
          Deprecated.  
 Connection ExternalXAPooledConnectionImp.getConnection(HeuristicMessage msg)
           
 Connection DTPPooledConnection.getConnection(HeuristicMessage msg)
          Get a connection with a given heuristic message.
 Connection DataSourceBean.getConnection(HeuristicMessage msg)
          Deprecated.  
 Connection HeuristicDataSource.getConnection(HeuristicMessage msg)
          Get a connection to the datasource for the given description of the work.
 Connection AbstractDataSourceBean.getConnection(HeuristicMessage msg)
           
 Connection SimpleDataSourceBean.getConnection(String user, String pw, HeuristicMessage msg)
          Deprecated.  
 Connection JtaDataSourceImp.getConnection(String user, String passwd, HeuristicMessage msg)
          Deprecated. Not implemented in this release; throws SQLException.
 Connection DataSourceBean.getConnection(String user, String pw, HeuristicMessage msg)
          Deprecated.  
 Connection HeuristicDataSource.getConnection(String user, String passwd, HeuristicMessage msg)
          Get a connection to the datasource for the given description of the work.
 Connection AbstractDataSourceBean.getConnection(String user, String passwd, HeuristicMessage msg)
           
 

Uses of HeuristicMessage in com.atomikos.jdbc.nonxa
 

Methods in com.atomikos.jdbc.nonxa with parameters of type HeuristicMessage
 Connection NonXADataSourceImp.getConnection(HeuristicMessage msg)
          Deprecated.  
 Connection NonXADataSourceBean.getConnection(HeuristicMessage msg)
          Deprecated.  
 Connection AtomikosNonXADataSourceBean.getConnection(HeuristicMessage hmsg)
           
 Connection NonXADataSourceImp.getConnection(String user, String passwd, HeuristicMessage msg)
          Deprecated.  
 Connection NonXADataSourceBean.getConnection(String user, String passwd, HeuristicMessage msg)
          Deprecated.  
 

Uses of HeuristicMessage in com.atomikos.jms
 

Methods in com.atomikos.jms with parameters of type HeuristicMessage
 void HeuristicTopicPublisher.publish(javax.jms.Message msg, HeuristicMessage hmsg)
          Send a message with given heuristic info.
 void HeuristicTopicPublisher.publish(javax.jms.Message msg, int deliveryMode, int priority, long timeToLive, HeuristicMessage hmsg)
          Send a message with given heuristic info.
 void HeuristicTopicPublisher.publish(javax.jms.Topic t, javax.jms.Message msg, HeuristicMessage hmsg)
          Send a message on a topic with given heuristic info.
 void HeuristicTopicPublisher.publish(javax.jms.Topic t, javax.jms.Message msg, int deliveryMode, int priority, long timeToLive, HeuristicMessage hmsg)
          Send a message on a topic with given heuristic info.
 void HeuristicQueueSender.send(javax.jms.Message msg, HeuristicMessage hmsg)
          Send a message with given heuristic info.
 void HeuristicQueueSender.send(javax.jms.Message msg, int deliveryMode, int priority, long timeToLive, HeuristicMessage hmsg)
          Send a message with given heuristic info.
 void HeuristicQueueSender.send(javax.jms.Queue q, javax.jms.Message msg, HeuristicMessage hmsg)
          Send a message on a queue with given heuristic info.
 void HeuristicQueueSender.send(javax.jms.Queue q, javax.jms.Message msg, int deliveryMode, int priority, long timeToLive, HeuristicMessage hmsg)
          Send a message on a queue with given heuristic info.
 



Copyright © 2011. All Rights Reserved.