Uses of Class
com.sun.xml.ws.tx.coordinator.Coordinator

Packages that use Coordinator
com.sun.xml.ws.tx.at   
com.sun.xml.ws.tx.coordinator   
 

Uses of Coordinator in com.sun.xml.ws.tx.at
 

Subclasses of Coordinator in com.sun.xml.ws.tx.at
 class ATCoordinator
          Atomic Transaction Coordinator

Coordinator States: NONE, ACTIVE, Volatile2PCPrepare, Durable2PCPrepare, Committing, Aborting

Relationship between ATCoordinator and Java Transaction Manager.

 class ATSubCoordinator
           
 

Constructors in com.sun.xml.ws.tx.at with parameters of type Coordinator
ATCompletion(Coordinator parent, RegisterType registerRequest)
           
ATParticipant(Coordinator parent, Participant participant)
          Register will figure out if participant will register with local or remote Coordination Protocol Service.
ATParticipant(Coordinator parent, RegisterType registerRequest)
          Remote ATParticipant with a local Coordinator.
 

Uses of Coordinator in com.sun.xml.ws.tx.coordinator
 

Methods in com.sun.xml.ws.tx.coordinator that return Coordinator
 Coordinator Registrant.getCoordinator()
          Get the parent coordinator for this Registrant
 Coordinator CoordinationManager.getCoordinator(java.lang.String id)
          Get the Coordinator object with the given coordination id
 Coordinator CoordinationManager.lookupOrCreateCoordinator(CoordinationContextInterface context)
          Lookup if coordinator exists for context, if not, create a Coordinator object from the given coordination context and add it to the list of managed activities.
 Coordinator CoordinationManager.lookupOrCreateCoordinator(CreateCoordinationContextType contextRequest)
          Create a Coordinator object from the incoming request and add it to the list of managed activities.
 

Methods in com.sun.xml.ws.tx.coordinator with parameters of type Coordinator
 void CoordinationManager.putCoordinator(Coordinator coordinator)
          Add the specified Coordinator object to the list of managed activities.
 void RegistrationManager.register(Coordinator c, Registrant r)
          This is the local entry point for register.
 

Constructors in com.sun.xml.ws.tx.coordinator with parameters of type Coordinator
Registrant(Coordinator parent, Protocol protocol)
          Create a Registratant with its coordinator parent for protocol.
Registrant(Coordinator parent, RegisterType registerRequest)
          Create a new registrant
Registrant(Coordinator parent, java.lang.String protocolId)