|
|||||||||
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
public class 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. |
com.arjuna.webservices.wsba.ParticipantCompletionCoordinatorInboundEvents |
getCoordinator(java.lang.String identifier)
Locate a coordinator by name. |
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)
activateCoordinator
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
coordinator
- The coordinator.identifier
- The identifier.public void deactivateCoordinator(com.arjuna.webservices.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator)
deactivateCoordinator
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
coordinator
- The coordinator.public com.arjuna.webservices.wsba.ParticipantCompletionCoordinatorInboundEvents getCoordinator(java.lang.String identifier)
getCoordinator
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
identifier
- The name of the coordinator.public void cancelled(com.arjuna.webservices.wsba.NotificationType cancelled, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
cancelled
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
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
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
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
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
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
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
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
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
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
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
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
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
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
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
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
in class com.arjuna.webservices.wsba.processors.ParticipantCompletionCoordinatorProcessor
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 |