Class BridgeVolatileParticipant

java.lang.Object
org.jboss.jbossts.txbridge.inbound.BridgeVolatileParticipant
All Implemented Interfaces:
Participant, Volatile2PCParticipant

public class BridgeVolatileParticipant extends Object implements Volatile2PCParticipant
Provides method call mapping between WS-AT Volatile Participant interface and an underlying JTA subtransaction coordinator.
Author:
jonathan.halliday@redhat.com, 2009-06-01
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform afterCompletion cleanup activities such as releasing resources.
    void
    VolatileParticipants don't support recovery, so this should never be called.
    Perform beforeCompletion activities such as flushing cached state to stable store.
    void
    Perform afterCompletion cleanup activities such as releasing resources.
    void
    Deprecated, should never be called.

    Methods inherited from class java.lang.Object

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