Package com.arjuna.wst11.messaging
Class TerminationCoordinatorRPCProcessorImpl
java.lang.Object
com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorRPCProcessor
com.arjuna.wst11.messaging.TerminationCoordinatorRPCProcessorImpl
public class TerminationCoordinatorRPCProcessorImpl
extends com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorRPCProcessor
The Terminator Participant processor.
- Author:
- kevin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel
(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType cancel, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext) Cancel.void
close
(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType close, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext) Close.void
complete
(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType complete, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext) Complete.Methods inherited from class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorRPCProcessor
getProcessor, setProcessor
-
Constructor Details
-
TerminationCoordinatorRPCProcessorImpl
public TerminationCoordinatorRPCProcessorImpl()
-
-
Method Details
-
cancel
public void cancel(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType cancel, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext) Cancel.- Specified by:
cancel
in classcom.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorRPCProcessor
- Parameters:
cancel
- The cancel notification.map
- The addressing context.arjunaContext
- The arjuna context.
-
close
public void close(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType close, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext) Close.- Specified by:
close
in classcom.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorRPCProcessor
- Parameters:
close
- The close notification.map
- The addressing context.arjunaContext
- The arjuna context.
-
complete
public void complete(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType complete, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext) Complete.- Specified by:
complete
in classcom.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorRPCProcessor
- Parameters:
complete
- The complete notification.map
- The addressing context.arjunaContext
- The arjuna context.
-