com.atomikos.icatch.jaxb.atomikos.v200510
Class ParticipantPortTypeImpl

java.lang.Object
  extended by com.atomikos.icatch.jaxb.atomikos.v200510.ParticipantPortTypeImpl
All Implemented Interfaces:
ParticipantPortType

public class ParticipantPortTypeImpl
extends Object
implements ParticipantPortType

The Participant implementation.


Constructor Summary
ParticipantPortTypeImpl()
           
 
Method Summary
 void commit(CommitMessageType req)
           
 void forget(TransactionMessageType req)
           
 void prepare(PrepareMessageType req)
           
 void rollback(TransactionMessageType req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantPortTypeImpl

public ParticipantPortTypeImpl()
Method Detail

prepare

public void prepare(PrepareMessageType req)
Specified by:
prepare in interface ParticipantPortType

rollback

public void rollback(TransactionMessageType req)
Specified by:
rollback in interface ParticipantPortType

commit

public void commit(CommitMessageType req)
Specified by:
commit in interface ParticipantPortType

forget

public void forget(TransactionMessageType req)
Specified by:
forget in interface ParticipantPortType


Copyright © 2012. All Rights Reserved.