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

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

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

Subclasses of Registrant in com.sun.xml.ws.tx.at
 class ATCompletion
          This class encapsulates a WS-AT completion registrant
 class ATParticipant
          This class encapsulates a WS-AT participant.
 

Methods in com.sun.xml.ws.tx.at that return Registrant
 Registrant ATCoordinator.getRegistrant(java.lang.String id)
          Get the registrant with the specified id or null if it does not exist.
 Registrant ATSubCoordinator.getRegistrant(java.lang.String id)
          Get the registrant with the specified id or null if it does not exist.
 

Methods in com.sun.xml.ws.tx.at that return types with arguments of type Registrant
 java.util.List<Registrant> ATCoordinator.getRegistrants()
          Get the list of Registrants for this coordinated activity.
 

Methods in com.sun.xml.ws.tx.at with parameters of type Registrant
 void ATCoordinator.addRegistrant(Registrant registrant, javax.xml.ws.WebServiceContext wsContext)
          Add the specified Registrant to the list of registrants for this coordinated activity.
 void ATSubCoordinator.addRegistrant(Registrant registrant, javax.xml.ws.WebServiceContext wsContext)
           
protected  java.lang.String ATCoordinator.getCoordIdPartId(Registrant registrant)
           
 javax.xml.ws.EndpointReference ATCoordinator.getCoordinatorProtocolServiceForRegistrant(Registrant r)
           
 boolean ATSubCoordinator.registerWithRootRegistrationService(Registrant participant)
          Represent all volatile and durable participants for this subordinate coordinator through two special participants of SubordinateCoordinator.
 

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

Fields in com.sun.xml.ws.tx.coordinator with type parameters of type Registrant
protected static java.util.Map<java.lang.String,Registrant> Registrant.outstandingRegistrants
           
 

Methods in com.sun.xml.ws.tx.coordinator that return Registrant
static Registrant Registrant.getOutstandingRegistrant(java.lang.String id)
          Lookup outstanding registrant by id
abstract  Registrant Coordinator.getRegistrant(java.lang.String id)
          Get the registrant with the specified id or null if it does not exist.
static Registrant Registrant.removeOutstandingRegistrant(java.lang.String id)
          Remove outstanding registrant by its id.
 

Methods in com.sun.xml.ws.tx.coordinator that return types with arguments of type Registrant
abstract  java.util.List<Registrant> Coordinator.getRegistrants()
          Get the list of Registrants for this coordinated activity.
 

Methods in com.sun.xml.ws.tx.coordinator with parameters of type Registrant
abstract  void Coordinator.addRegistrant(Registrant registrant, javax.xml.ws.WebServiceContext wsContext)
          Add the specified Registrant to the list of registrants for this coordinated activity.
abstract  javax.xml.ws.EndpointReference Coordinator.getCoordinatorProtocolServiceForRegistrant(Registrant r)
          Return the Coordinator Protocol Service EPR for registrant r.
 void RegistrationManager.register(Coordinator c, Registrant r)
          This is the local entry point for register.
 boolean Coordinator.registerWithRootRegistrationService(Registrant r)
          Return true iff registrant should register with its root registration service.