|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
com.arjuna.wst.messaging.ParticipantCompletionCoordinatorProcessorImpl
The Participant Completion Coordinator processor.
| Constructor Summary | |
ParticipantCompletionCoordinatorProcessorImpl()
|
|
| Method Summary | |
void |
activateCoordinator(com.arjuna.webservices.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator,
java.lang.String identifier)
Activate the coordinator. |
void |
cancelled(com.arjuna.webservices.wsba.NotificationType cancelled,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Cancelled. |
void |
closed(com.arjuna.webservices.wsba.NotificationType closed,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Closed. |
void |
compensated(com.arjuna.webservices.wsba.NotificationType compensated,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Compensated. |
void |
completed(com.arjuna.webservices.wsba.NotificationType completed,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Completed. |
void |
deactivateCoordinator(com.arjuna.webservices.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator)
Deactivate the coordinator. |
void |
exit(com.arjuna.webservices.wsba.NotificationType exit,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Exit. |
void |
fault(com.arjuna.webservices.wsba.ExceptionType fault,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Fault. |
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 soapFault,
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.ParticipantCompletionCoordinatorProcessor |
getProcessor, setProcessor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParticipantCompletionCoordinatorProcessorImpl()
| Method Detail |
public void activateCoordinator(com.arjuna.webservices.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator,
java.lang.String identifier)
coordinator - The coordinator.identifier - The identifier.public void deactivateCoordinator(com.arjuna.webservices.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator)
coordinator - The coordinator.
public void cancelled(com.arjuna.webservices.wsba.NotificationType cancelled,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
cancelled - The cancelled notification.addressingContext - The addressing context.arjunaContext - The arjuna context.
public void closed(com.arjuna.webservices.wsba.NotificationType closed,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
closed - The closed notification.addressingContext - The addressing context.arjunaContext - The arjuna context.
public void compensated(com.arjuna.webservices.wsba.NotificationType compensated,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
compensated - The compensated notification.addressingContext - The addressing context.arjunaContext - The arjuna context.
public void completed(com.arjuna.webservices.wsba.NotificationType completed,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
completed - The completed notification.addressingContext - The addressing context.arjunaContext - The arjuna context.
public void exit(com.arjuna.webservices.wsba.NotificationType exit,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
exit - The exit notification.addressingContext - The addressing context.arjunaContext - The arjuna context.
public void fault(com.arjuna.webservices.wsba.ExceptionType fault,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
fault - The fault notification.addressingContext - The addressing context.arjunaContext - The arjuna context.
public void getStatus(com.arjuna.webservices.wsba.NotificationType getStatus,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
getStatus - The get status notification.addressingContext - The addressing context.arjunaContext - The arjuna context.
public void status(com.arjuna.webservices.wsba.StatusType status,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
status - The status.addressingContext - The addressing context.arjunaContext - The arjuna context.
public void soapFault(com.arjuna.webservices.SoapFault soapFault,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
soapFault - The SOAP fault.addressingContext - The addressing context.arjunaContext - The arjuna context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||