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.jaxws   
com.atomikos.icatch.jaxws.atomikos   
com.atomikos.icatch.jaxws.wsat   
com.atomikos.icatch.msg   
com.atomikos.icatch.system   
com.atomikos.icatch.trmi   
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()
           
 HeuristicMessage[] HeuristicException.getHeuristicMessages()
           
 

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

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

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 default 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)
          Commits the participant's work.
 HeuristicMessage[] HeurMixedException.getHeuristicCommitMessages()
           
 HeuristicMessage[] Participant.getHeuristicMessages()
           
 HeuristicMessage[] HeurRollbackException.getHeuristicMessages()
           
 HeuristicMessage[] HeurMixedException.getHeuristicMessages()
          Gets all heuristic messages.
 HeuristicMessage[] HeurHazardException.getHeuristicMessages()
           
 HeuristicMessage[] HeurCommitException.getHeuristicMessages()
           
 HeuristicMessage[] HeurMixedException.getHeuristicRollbackMessages()
           
 HeuristicMessage[] CompositeCoordinator.getTags()
           
 HeuristicMessage[] Participant.rollback()
          Rollback of 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)
           
HeurHazardException(HeuristicMessage[] msgs)
           
HeurMixedException(HeuristicMessage[] msgs)
           
HeurMixedException(HeuristicMessage[] aborts, HeuristicMessage[] commits)
           
HeurMixedException(HeuristicMessage[] aborts, HeuristicMessage[] commits)
           
HeurRollbackException(HeuristicMessage[] msgs)
           
 

Uses of HeuristicMessage in com.atomikos.icatch.admin
 

Methods in com.atomikos.icatch.admin that return HeuristicMessage
 HeuristicMessage[] AdminTransaction.getHeuristicMessages()
          Gets the HeuristicMessage detailed info for this transaction.
 HeuristicMessage[] AdminTransaction.getHeuristicMessages(int state)
          Gets the heuristic messages for work in the given state.
 HeuristicMessage[] AdminTransaction.getTags()
          Gets 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.jaxws
 

Methods in com.atomikos.icatch.jaxws with parameters of type HeuristicMessage
protected abstract  void GenericSOAPImportingTransactionManager.insertExtentHeader(javax.xml.soap.SOAPMessage msg, String tid, String parentTid, String rootTid, HeuristicMessage[] tags, Hashtable table, long timeout)
          Inserts the appropriate extent header into the message.
 

Uses of HeuristicMessage in com.atomikos.icatch.jaxws.atomikos
 

Methods in com.atomikos.icatch.jaxws.atomikos with parameters of type HeuristicMessage
static void Utils.insertExtentHeader(javax.xml.soap.SOAPMessage msg, String parentTid, String localUri, HeuristicMessage[] msgs, Hashtable table)
           
protected  void SOAPImportingTransactionManagerImp.insertExtentHeader(javax.xml.soap.SOAPMessage msg, String tid, String parentTid, String rootTid, HeuristicMessage[] tags, Hashtable table, long timeout)
           
 

Uses of HeuristicMessage in com.atomikos.icatch.jaxws.wsat
 

Methods in com.atomikos.icatch.jaxws.wsat with parameters of type HeuristicMessage
protected  void SOAPImportingTransactionManagerImp.insertExtentHeader(javax.xml.soap.SOAPMessage msg, String tid, String parentTid, String rootTid, HeuristicMessage[] tags, Hashtable table, long timeout)
           
 

Uses of HeuristicMessage in com.atomikos.icatch.msg
 

Methods in com.atomikos.icatch.msg that return HeuristicMessage
 HeuristicMessage[] MessageParticipant.commit(boolean onePhase)
           
 HeuristicMessage[] MessageParticipant.getHeuristicMessages()
           
 HeuristicMessage[] MessageParticipant.rollback()
           
 

Constructors in com.atomikos.icatch.msg with parameters of type HeuristicMessage
MessageParticipant(String remoteUri, Object address, Transport transport, HeuristicMessage[] msgs, boolean earlyPrepared, boolean readOnly)
           
 

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.icatch.trmi
 

Methods in com.atomikos.icatch.trmi that return HeuristicMessage
 HeuristicMessage[] TrmiTransactionManager_Stub.commit(String $param_String_1)
           
 HeuristicMessage[] TrmiTransactionManager.commit(String root)
           
 HeuristicMessage[] ParticipantServer.commit(String root)
          Commit the participant of the given root, after prepare was sent.
 HeuristicMessage[] _TrmiTransactionManager_Stub.commit(String arg0)
           
 HeuristicMessage[] _ParticipantServer_Stub.commit(String arg0)
           
 HeuristicMessage[] TrmiTransactionManager_Stub.commitOnePhase(String $param_String_1, int $param_int_2, Dictionary $param_Dictionary_3)
           
 HeuristicMessage[] TrmiTransactionManager.commitOnePhase(String root, int siblings, Dictionary cascadeList)
           
 HeuristicMessage[] ParticipantServer.commitOnePhase(String root, int siblings, Dictionary cascadeList)
          Perform one-phase commit for the given root.
 HeuristicMessage[] _TrmiTransactionManager_Stub.commitOnePhase(String arg0, int arg1, Dictionary arg2)
           
 HeuristicMessage[] _ParticipantServer_Stub.commitOnePhase(String arg0, int arg1, Dictionary arg2)
           
 HeuristicMessage[] TrmiTransactionManager_Stub.rollback(String $param_String_1)
           
 HeuristicMessage[] TrmiTransactionManager.rollback(String root)
           
 HeuristicMessage[] ParticipantServer.rollback(String root)
          Rollback the participant for the given root.
 HeuristicMessage[] _TrmiTransactionManager_Stub.rollback(String arg0)
           
 HeuristicMessage[] _ParticipantServer_Stub.rollback(String arg0)
           
 

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 © 2012. All Rights Reserved.