Class ParticipantStub

java.lang.Object
com.arjuna.wst11.stub.ParticipantStub
All Implemented Interfaces:
Participant, PersistableParticipant
Direct Known Subclasses:
Durable2PCStub, Volatile2PCStub

public class ParticipantStub extends Object implements Participant, PersistableParticipant
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParticipantStub(String id, boolean durable, jakarta.xml.ws.wsaddressing.W3CEndpointReference twoPCParticipant)
     
  • 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.
    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.
    boolean
    Restore the state of the particpant from the specified input object stream.
    void
    The participant should undo the work that it controls.
    boolean
    Save the state of the particpant to the specified input object stream.
    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