com.arjuna.wst11.messaging
Class ParticipantCompletionCoordinatorProcessorImpl

java.lang.Object
  extended by com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
      extended by com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl

public class ParticipantCompletionCoordinatorProcessorImpl
extends com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor

The Participant Completion Coordinator processor.

Author:
kevin

Constructor Summary
ParticipantCompletionCoordinatorProcessorImpl()
           
 
Method Summary
 void activateCoordinator(com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator, String identifier)
          Activate the coordinator.
 void cancelled(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancelled, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          Cancelled.
 void cannotComplete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cannotComplete, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          Completed.
 void closed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType closed, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          Closed.
 void compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensated, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          Compensated.
 void completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType completed, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          Completed.
 void deactivateCoordinator(com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator)
          Deactivate the coordinator.
 void exit(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exit, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          Exit.
 void fail(org.oasis_open.docs.ws_tx.wsba._2006._06.ExceptionType fail, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          Fail.
 com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents getCoordinator(String identifier)
          Locate a coordinator by name.
 void getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType getStatus, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          Get Status.
 void soapFault(com.arjuna.webservices.SoapFault soapFault, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          SOAP fault.
 void status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType status, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
          Status.
 
Methods inherited from class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
getProcessor, setProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantCompletionCoordinatorProcessorImpl

public ParticipantCompletionCoordinatorProcessorImpl()
Method Detail

activateCoordinator

public void activateCoordinator(com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator,
                                String identifier)
Activate the coordinator.

Specified by:
activateCoordinator in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
coordinator - The coordinator.
identifier - The identifier.

deactivateCoordinator

public void deactivateCoordinator(com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator)
Deactivate the coordinator.

Specified by:
deactivateCoordinator in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
coordinator - The coordinator.

getCoordinator

public com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents getCoordinator(String identifier)
Locate a coordinator by name.

Specified by:
getCoordinator in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
identifier - The name of the coordinator.

cancelled

public void cancelled(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancelled,
                      org.jboss.ws.api.addressing.MAP map,
                      com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Cancelled.

Specified by:
cancelled in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
cancelled - The cancelled notification.
map - The addressing context.
arjunaContext - The arjuna context.

closed

public void closed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType closed,
                   org.jboss.ws.api.addressing.MAP map,
                   com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Closed.

Specified by:
closed in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
closed - The closed notification.
map - The addressing context.
arjunaContext - The arjuna context.

compensated

public void compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensated,
                        org.jboss.ws.api.addressing.MAP map,
                        com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Compensated.

Specified by:
compensated in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
compensated - The compensated notification.
map - The addressing context.
arjunaContext - The arjuna context.

completed

public void completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType completed,
                      org.jboss.ws.api.addressing.MAP map,
                      com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Completed.

Specified by:
completed in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
completed - The completed notification.
map - The addressing context.
arjunaContext - The arjuna context.

cannotComplete

public void cannotComplete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cannotComplete,
                           org.jboss.ws.api.addressing.MAP map,
                           com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Completed.

Specified by:
cannotComplete in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
cannotComplete - The cannot complete notification.
map - The addressing context.
arjunaContext - The arjuna context.

exit

public void exit(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exit,
                 org.jboss.ws.api.addressing.MAP map,
                 com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Exit.

Specified by:
exit in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
exit - The exit notification.
map - The addressing context.
arjunaContext - The arjuna context.

fail

public void fail(org.oasis_open.docs.ws_tx.wsba._2006._06.ExceptionType fail,
                 org.jboss.ws.api.addressing.MAP map,
                 com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Fail.

Specified by:
fail in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
fail - The fail notification.
map - The addressing context.
arjunaContext - The arjuna context.

getStatus

public void getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType getStatus,
                      org.jboss.ws.api.addressing.MAP map,
                      com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Get Status.

Specified by:
getStatus in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
getStatus - The get status notification.
map - The addressing context.
arjunaContext - The arjuna context.

status

public void status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType status,
                   org.jboss.ws.api.addressing.MAP map,
                   com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Status.

Specified by:
status in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
status - The status.
map - The addressing context.
arjunaContext - The arjuna context.

soapFault

public void soapFault(com.arjuna.webservices.SoapFault soapFault,
                      org.jboss.ws.api.addressing.MAP map,
                      com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
SOAP fault.

Specified by:
soapFault in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
Parameters:
soapFault - The SOAP fault.
map - The addressing context.
arjunaContext - The arjuna context.


Copyright © 2011. All Rights Reserved.