Uses of Class
com.sun.jini.mahalo.ParticipantHandle

Packages that use ParticipantHandle
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
 

Uses of ParticipantHandle in com.sun.jini.mahalo
 

Fields in com.sun.jini.mahalo declared as ParticipantHandle
(package private)  ParticipantHandle ParticipantTask.handle
           
(package private)  ParticipantHandle PrepareAndCommitJob.handle
           
(package private)  ParticipantHandle[] AbortJob.handles
           
(package private)  ParticipantHandle[] PrepareJob.handles
           
(package private)  ParticipantHandle[] CommitJob.handles
           
private  ParticipantHandle ParticipantModRecord.part
           
(package private)  ParticipantHandle[] CommitRecord.parts
           
private  ParticipantHandle[] AbortRecord.parts
           
 

Methods in com.sun.jini.mahalo that return ParticipantHandle
(package private)  ParticipantHandle ParticipantModRecord.getPart()
           
(package private)  ParticipantHandle[] CommitRecord.getParts()
          Retrieves the set of TransactionParticipants associated with the recovered Transaction.
(package private)  ParticipantHandle[] AbortRecord.getParts()
          Retrieves the set of TransactionParticipants associated with the recovered Transaction.
 

Methods in com.sun.jini.mahalo with parameters of type ParticipantHandle
(package private)  void TxnManagerTransaction.add(ParticipantHandle handle)
          Convenience method which adds a given ParticipantHandle to the set of ParticpantHandles associated with this transaction.
(package private)  void TxnManagerTransaction.modifyParticipant(ParticipantHandle handle, int state)
          Convenience method which allows the caller to modify the prepState associated with a given ParticipantHandle
 

Constructors in com.sun.jini.mahalo with parameters of type ParticipantHandle
AbortJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle[] handles)
          Constructs an AbortJob
AbortRecord(ParticipantHandle[] parts)
          Constructs an AbortRecord which represents a Transaction which has moved to the ABORTED state.
CommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle[] handles)
          Constructs an CommitJob
CommitRecord(ParticipantHandle[] parts)
          Constructs an CommitRecord which represents a Transaction which has moved to the COMMITTED state.
ParticipantAbortRecord(ParticipantHandle part)
           
ParticipantCommitRecord(ParticipantHandle part)
           
ParticipantModRecord(ParticipantHandle part, int result)
           
ParticipantTask(TaskManager manager, WakeupManager wm, Job myjob, ParticipantHandle handle)
          Constructs a ParticipantTask.
PrepareAndCommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle handle)
          Constructs a PrepareAndCommitJob.
PrepareAndCommitRecord(ParticipantHandle part, int result)
           
PrepareJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle[] handles)
          Constructs an PrepareJob
PrepareRecord(ParticipantHandle part, int result)
           
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.