|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.webservices.wsarjtx.processors.TerminationCoordinatorProcessor
com.arjuna.wst.messaging.TerminatorParticipantProcessorImpl
public class TerminatorParticipantProcessorImpl
The Terminator Participant processor.
Constructor Summary | |
---|---|
TerminatorParticipantProcessorImpl()
|
Method Summary | |
---|---|
void |
activateParticipant(BusinessActivityTerminator participant,
java.lang.String identifier)
Activate the participant. |
void |
cancel(com.arjuna.webservices.wsarjtx.NotificationType cancel,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Cancel. |
void |
close(com.arjuna.webservices.wsarjtx.NotificationType close,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Close. |
void |
complete(com.arjuna.webservices.wsarjtx.NotificationType complete,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Complete. |
void |
deactivateParticipant(BusinessActivityTerminator participant)
Deactivate the participant. |
Methods inherited from class com.arjuna.webservices.wsarjtx.processors.TerminationCoordinatorProcessor |
---|
getProcessor, setProcessor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerminatorParticipantProcessorImpl()
Method Detail |
---|
public void activateParticipant(BusinessActivityTerminator participant, java.lang.String identifier)
activateParticipant
in class com.arjuna.webservices.wsarjtx.processors.TerminationCoordinatorProcessor
participant
- The participant.identifier
- The identifier.public void deactivateParticipant(BusinessActivityTerminator participant)
deactivateParticipant
in class com.arjuna.webservices.wsarjtx.processors.TerminationCoordinatorProcessor
participant
- The participant.public void cancel(com.arjuna.webservices.wsarjtx.NotificationType cancel, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
cancel
in class com.arjuna.webservices.wsarjtx.processors.TerminationCoordinatorProcessor
cancel
- The cancel notification.addressingContext
- The addressing context.arjunaContext
- The arjuna context.public void close(com.arjuna.webservices.wsarjtx.NotificationType close, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
close
in class com.arjuna.webservices.wsarjtx.processors.TerminationCoordinatorProcessor
close
- The close notification.addressingContext
- The addressing context.arjunaContext
- The arjuna context.public void complete(com.arjuna.webservices.wsarjtx.NotificationType complete, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
complete
in class com.arjuna.webservices.wsarjtx.processors.TerminationCoordinatorProcessor
complete
- The complete 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 |