com.sun.xml.ws.tx.at
Class ATCompletion

java.lang.Object
  extended by com.sun.xml.ws.tx.coordinator.Registrant
      extended by com.sun.xml.ws.tx.at.ATCompletion

public class ATCompletion
extends Registrant

This class encapsulates a WS-AT completion registrant

Since:
1.0

Field Summary
 
Fields inherited from class com.sun.xml.ws.tx.coordinator.Registrant
outstandingRegistrants
 
Constructor Summary
ATCompletion(Coordinator parent, RegisterType registerRequest)
           
 
Method Summary
 void commit()
           
 void forget()
          Forget all resources associated with this Registrant
 javax.xml.ws.EndpointReference getLocalParticipantProtocolService()
           
 javax.xml.ws.EndpointReference getParticipantProtocolService()
           
 void rollback()
           
 
Methods inherited from class com.sun.xml.ws.tx.coordinator.Registrant
getCoordinator, getCoordinatorProtocolService, getId, getIdValue, getOutstandingRegistrant, getProtocol, getRegisterRequest, isRegistrationCompleted, isRemoteCPS, register, removeOutstandingRegistrant, setCoordinatorProtocolService, setParticpantProtocolService, setRegistrationCompleted, setRemoteCPS, waitForRegistrationResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATCompletion

public ATCompletion(Coordinator parent,
                    RegisterType registerRequest)
Method Detail

getParticipantProtocolService

public javax.xml.ws.EndpointReference getParticipantProtocolService()
Overrides:
getParticipantProtocolService in class Registrant

commit

public void commit()

rollback

public void rollback()

getLocalParticipantProtocolService

public javax.xml.ws.EndpointReference getLocalParticipantProtocolService()
Specified by:
getLocalParticipantProtocolService in class Registrant

forget

public void forget()
Description copied from class: Registrant
Forget all resources associated with this Registrant

Specified by:
forget in class Registrant