Class SubordinateVolatile2PCStub

java.lang.Object
com.arjuna.wst11.stub.SubordinateVolatile2PCStub
All Implemented Interfaces:
Participant, Volatile2PCParticipant

public class SubordinateVolatile2PCStub extends Object implements Volatile2PCParticipant
A volatile participant registered on behalf of an interposed WS-AT coordinator in order to ensure that volatile participants in the subtransaction are prepared at the right time.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SubordinateVolatile2PCStub(com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinate.SubordinateATCoordinator coordinator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    this is called as part of the after completion processing and should ensure that the interposed coordinator performs its afterCompletion processing
    void
    this should never get called
    This will be called when the parent coordinator is preparing its volatile participants and should ensure that the interposed cooordinator does the same.
    void
    this is called as part of the after completion processing and should ensure that the interposed coordinator performs its afterCompletion processing
    void
    this should never get called

    Methods inherited from class java.lang.Object

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