|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.webservices.wsat.processors.CompletionCoordinatorProcessor
com.arjuna.wst.messaging.CompletionCoordinatorProcessorImpl
The Completion Coordinator processor.
Constructor Summary | |
CompletionCoordinatorProcessorImpl()
|
Method Summary | |
void |
activateParticipant(CompletionCoordinatorParticipant participant,
java.lang.String identifier)
Activate the participant. |
void |
commit(com.arjuna.webservices.wsat.NotificationType commit,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Commit. |
void |
deactivateParticipant(CompletionCoordinatorParticipant participant)
Deactivate the participant. |
void |
rollback(com.arjuna.webservices.wsat.NotificationType rollback,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Rollback. |
Methods inherited from class com.arjuna.webservices.wsat.processors.CompletionCoordinatorProcessor |
getProcessor, setProcessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompletionCoordinatorProcessorImpl()
Method Detail |
public void activateParticipant(CompletionCoordinatorParticipant participant, java.lang.String identifier)
participant
- The participant.identifier
- The identifier.public void deactivateParticipant(CompletionCoordinatorParticipant participant)
participant
- The participant.public void commit(com.arjuna.webservices.wsat.NotificationType commit, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
commit
- The commit notification.addressingContext
- The addressing context.arjunaContext
- The arjuna context.public void rollback(com.arjuna.webservices.wsat.NotificationType rollback, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
rollback
- The rollback notification.addressingContext
- The addressing context.arjunaContext
- The arjuna context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |