Uses of Interface
org.jpos.transaction.TransactionParticipant

Packages that use TransactionParticipant
org.jpos.transaction jPOS Transaction Manager 
org.jpos.transaction.participant   
 

Uses of TransactionParticipant in org.jpos.transaction
 

Subinterfaces of TransactionParticipant in org.jpos.transaction
 interface AbortParticipant
          2 phase commit participant
 interface GroupSelector
          GroupSelector can be implemented by a TransactionParticipant in order to switch the transaction to a new group of participants.
 

Methods in org.jpos.transaction that return TransactionParticipant
 TransactionParticipant TransactionManager.createParticipant(org.jdom.Element e)
           
 

Methods in org.jpos.transaction with parameters of type TransactionParticipant
protected  void TransactionManager.abort(TransactionParticipant p, long id, Serializable context)
           
protected  void TransactionManager.commit(TransactionParticipant p, long id, Serializable context)
           
protected  int TransactionManager.prepare(TransactionParticipant p, long id, Serializable context)
           
protected  int TransactionManager.prepareForAbort(TransactionParticipant p, long id, Serializable context)
           
 

Uses of TransactionParticipant in org.jpos.transaction.participant
 

Classes in org.jpos.transaction.participant that implement TransactionParticipant
 class BSHGroupSelector
           
 class BSHTransactionParticipant
          A TransactionParticipant whose prepare, commit and abort methods can be specified through beanshell scripts.
 class CheckPoint
           
 class Debug
           
 class Delay
           
 class Forward
           
 class HasEntry
          HasEntry is a general purpose GroupSelector that can be used to verify that a given object is available in the context.
 class Join
           
 class Trace
           
 

Constructors in org.jpos.transaction.participant with parameters of type TransactionParticipant
Join.Runner(TransactionParticipant p, long id, Serializable ctx)
           
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.