Class BridgeDurableParticipant

java.lang.Object
org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant
All Implemented Interfaces:
Durable2PCParticipant, Participant, Serializable

public class BridgeDurableParticipant extends Object implements Durable2PCParticipant, Serializable
Provides method call mapping between WS-AT Durable Participant interface and an underlying JTA subtransaction coordinator.
Author:
jonathan.halliday@redhat.com, 2007-04-30
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The participant should make permanent the work that it controls.
    void
    During recovery the participant can enquire as to the status of the transaction it was registered with.
     
    boolean
     
    Perform any work necessary to allow it to either commit or rollback the work performed by the Web service under the scope of the transaction.
    void
    The participant should undo the work that it controls.
    void
    During recovery the participant can enquire as to the status of the transaction it was registered with.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait