com.arjuna.wst.messaging
Class ParticipantCompletionParticipantProcessorImpl

java.lang.Object
  extended bycom.arjuna.webservices.wsba.processors.ParticipantCompletionParticipantProcessor
      extended bycom.arjuna.wst.messaging.ParticipantCompletionParticipantProcessorImpl

public class ParticipantCompletionParticipantProcessorImpl
extends com.arjuna.webservices.wsba.processors.ParticipantCompletionParticipantProcessor

The Participant Completion Participant processor.

Author:
kevin

Constructor Summary
ParticipantCompletionParticipantProcessorImpl()
           
 
Method Summary
 void activateParticipant(com.arjuna.webservices.wsba.ParticipantCompletionParticipantInboundEvents participant, java.lang.String identifier)
          Activate the participant.
 void cancel(com.arjuna.webservices.wsba.NotificationType cancel, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
          Cancel.
 void close(com.arjuna.webservices.wsba.NotificationType close, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
          Close.
 void compensate(com.arjuna.webservices.wsba.NotificationType compensate, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
          Compensate.
 void deactivateParticipant(com.arjuna.webservices.wsba.ParticipantCompletionParticipantInboundEvents participant)
          Deactivate the participant.
 void exited(com.arjuna.webservices.wsba.NotificationType exited, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
          Exited.
 void faulted(com.arjuna.webservices.wsba.NotificationType faulted, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
          Faulted.
 void getStatus(com.arjuna.webservices.wsba.NotificationType getStatus, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
          Get Status.
 void soapFault(com.arjuna.webservices.SoapFault fault, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
          SOAP Fault.
 void status(com.arjuna.webservices.wsba.StatusType status, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
          Status.
 
Methods inherited from class com.arjuna.webservices.wsba.processors.ParticipantCompletionParticipantProcessor
getProcessor, setProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantCompletionParticipantProcessorImpl

public ParticipantCompletionParticipantProcessorImpl()
Method Detail

activateParticipant

public void activateParticipant(com.arjuna.webservices.wsba.ParticipantCompletionParticipantInboundEvents participant,
                                java.lang.String identifier)
Activate the participant.

Parameters:
participant - The participant.
identifier - The identifier.

deactivateParticipant

public void deactivateParticipant(com.arjuna.webservices.wsba.ParticipantCompletionParticipantInboundEvents participant)
Deactivate the participant.

Parameters:
participant - The participant.

cancel

public void cancel(com.arjuna.webservices.wsba.NotificationType cancel,
                   com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
                   com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Cancel.

Parameters:
cancel - The cancel notification.
addressingContext - The addressing context.
arjunaContext - The arjuna context.

close

public void close(com.arjuna.webservices.wsba.NotificationType close,
                  com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
                  com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Close.

Parameters:
close - The close notification.
addressingContext - The addressing context.
arjunaContext - The arjuna context.

compensate

public void compensate(com.arjuna.webservices.wsba.NotificationType compensate,
                       com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
                       com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Compensate.

Parameters:
compensate - The compensate notification.
addressingContext - The addressing context.
arjunaContext - The arjuna context.

exited

public void exited(com.arjuna.webservices.wsba.NotificationType exited,
                   com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
                   com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Exited.

Parameters:
exited - The exited notification.
addressingContext - The addressing context.
arjunaContext - The arjuna context.

faulted

public void faulted(com.arjuna.webservices.wsba.NotificationType faulted,
                    com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
                    com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Faulted.

Parameters:
faulted - The faulted notification.
addressingContext - The addressing context.
arjunaContext - The arjuna context.

getStatus

public void getStatus(com.arjuna.webservices.wsba.NotificationType getStatus,
                      com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
                      com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Get Status.

Parameters:
getStatus - The get status notification.
addressingContext - The addressing context.
arjunaContext - The arjuna context.

status

public void status(com.arjuna.webservices.wsba.StatusType status,
                   com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
                   com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Status.

Parameters:
status - The status type.
addressingContext - The addressing context.
arjunaContext - The arjuna context.

soapFault

public void soapFault(com.arjuna.webservices.SoapFault fault,
                      com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
                      com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
SOAP Fault.

Parameters:
addressingContext - The addressing context.
arjunaContext - The arjuna context.