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
Method Summary |
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. |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerminationCoordinatorRPCProcessorImpl
public TerminationCoordinatorRPCProcessorImpl()
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 class com.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 class com.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 class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorRPCProcessor
- Parameters:
complete
- The complete notification.map
- The addressing context.arjunaContext
- The arjuna context.
Copyright © 2012. All Rights Reserved.