org.jboss.wst11.xts.impl
Class BridgeServiceCleanup
java.lang.Object
org.jboss.wst11.xts.impl.BridgeServiceCleanup
- All Implemented Interfaces:
- com.arjuna.wst.Participant, com.arjuna.wst.Volatile2PCParticipant
public class BridgeServiceCleanup
- extends java.lang.Object
- implements com.arjuna.wst.Volatile2PCParticipant
- Author:
- wklaczynski@sabaservice.pl, 2007-04-30
Field Summary |
private static org.apache.log4j.Logger |
log
|
private java.lang.String |
txId
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.log4j.Logger log
txId
private java.lang.String txId
BridgeServiceCleanup
public BridgeServiceCleanup(java.lang.String txId)
- Parameters:
txId
-
prepare
public com.arjuna.wst.Vote prepare()
throws com.arjuna.wst.WrongStateException,
com.arjuna.wst.SystemException
- Specified by:
prepare
in interface com.arjuna.wst.Participant
- Returns:
- Prepare result
- Throws:
com.arjuna.wst.WrongStateException
com.arjuna.wst.SystemException
commit
public void commit()
throws com.arjuna.wst.WrongStateException,
com.arjuna.wst.SystemException
- Specified by:
commit
in interface com.arjuna.wst.Participant
- Throws:
com.arjuna.wst.WrongStateException
com.arjuna.wst.SystemException
rollback
public void rollback()
throws com.arjuna.wst.WrongStateException,
com.arjuna.wst.SystemException
- Specified by:
rollback
in interface com.arjuna.wst.Participant
- Throws:
com.arjuna.wst.WrongStateException
com.arjuna.wst.SystemException
unknown
public void unknown()
throws com.arjuna.wst.SystemException
- Specified by:
unknown
in interface com.arjuna.wst.Participant
- Throws:
com.arjuna.wst.SystemException
error
public void error()
throws com.arjuna.wst.SystemException
- Specified by:
error
in interface com.arjuna.wst.Participant
- Throws:
com.arjuna.wst.SystemException