|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
com.arjuna.wst11.messaging.TerminationCoordinatorProcessorImpl
public class TerminationCoordinatorProcessorImpl
The Terminator Participant processor.
Constructor Summary | |
---|---|
TerminationCoordinatorProcessorImpl()
|
Method Summary | |
---|---|
void |
activateParticipant(BusinessActivityTerminator participant,
String identifier)
Activate the participant. |
void |
cancel(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType cancel,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Cancel. |
void |
close(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType close,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Close. |
void |
complete(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType complete,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Complete. |
void |
deactivateParticipant(BusinessActivityTerminator participant)
Deactivate the participant. |
BusinessActivityTerminator |
getParticipant(com.arjuna.webservices11.wsarj.InstanceIdentifier instanceIdentifier)
Get the participant with the specified identifier. |
void |
soapFault(com.arjuna.webservices.SoapFault soapFault,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
handle a soap fault sent by the participant. |
Methods inherited from class com.arjuna.webservices11.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 TerminationCoordinatorProcessorImpl()
Method Detail |
---|
public void activateParticipant(BusinessActivityTerminator participant, String identifier)
activateParticipant
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
participant
- The participant.identifier
- The identifier.public void deactivateParticipant(BusinessActivityTerminator participant)
deactivateParticipant
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
participant
- The participant.public BusinessActivityTerminator getParticipant(com.arjuna.webservices11.wsarj.InstanceIdentifier instanceIdentifier)
getParticipant
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
instanceIdentifier
- The participant identifier.
public void cancel(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType cancel, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
cancel
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
cancel
- The cancel notification.map
- The addressing context.arjunaContext
- The arjuna context.public void close(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType close, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
close
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
close
- The close notification.map
- The addressing context.arjunaContext
- The arjuna context.public void complete(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType complete, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
complete
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
complete
- The complete notification.map
- The addressing context.arjunaContext
- The arjuna context.public void soapFault(com.arjuna.webservices.SoapFault soapFault, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
soapFault
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
soapFault
- The soap faultmap
- The addressing context.arjunaContext
- The arjuna context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |