|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessor
com.arjuna.wst11.messaging.ParticipantCompletionParticipantProcessorImpl
public class ParticipantCompletionParticipantProcessorImpl
The Participant Completion Participant processor.
| Constructor Summary | |
|---|---|
ParticipantCompletionParticipantProcessorImpl()
|
|
| Method Summary | |
|---|---|
void |
activateParticipant(com.arjuna.webservices11.wsba.ParticipantCompletionParticipantInboundEvents participant,
String identifier)
Activate the participant. |
void |
cancel(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancel,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Cancel. |
void |
close(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType close,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Close. |
void |
compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensate,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Compensate. |
void |
deactivateParticipant(com.arjuna.webservices11.wsba.ParticipantCompletionParticipantInboundEvents participant)
Deactivate the participant. |
void |
exited(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exited,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Exited. |
void |
failed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType failed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Failed. |
void |
getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType getStatus,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Get Status. |
boolean |
isActive(String identifier)
Check whether a participant with the given id is currently active |
void |
notCompleted(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType notCompleted,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Not Completed. |
void |
soapFault(com.arjuna.webservices.SoapFault fault,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
SOAP Fault. |
void |
status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType status,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Status. |
| Methods inherited from class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessor |
|---|
getProcessor, setProcessor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParticipantCompletionParticipantProcessorImpl()
| Method Detail |
|---|
public void activateParticipant(com.arjuna.webservices11.wsba.ParticipantCompletionParticipantInboundEvents participant,
String identifier)
activateParticipant in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorparticipant - The participant.identifier - The identifier.public void deactivateParticipant(com.arjuna.webservices11.wsba.ParticipantCompletionParticipantInboundEvents participant)
deactivateParticipant in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorparticipant - The participant.public boolean isActive(String identifier)
isActive in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessoridentifier - The identifier.
public void cancel(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancel,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
cancel in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorcancel - The cancel notification.map - The addressing context.arjunaContext - The arjuna context.
public void close(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType close,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
close in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorclose - The close notification.map - The addressing context.arjunaContext - The arjuna context.
public void compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensate,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
compensate in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorcompensate - The compensate notification.map - The addressing context.arjunaContext - The arjuna context.
public void exited(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exited,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
exited in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorexited - The exited notification.map - The addressing context.arjunaContext - The arjuna context.
public void notCompleted(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType notCompleted,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
notCompleted in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessornotCompleted - The not completed notification.map - The addressing context.arjunaContext - The arjuna context.
public void failed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType failed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
failed in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorfailed - The failed notification.map - The addressing context.arjunaContext - The arjuna context.
public void getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType getStatus,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
getStatus in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorgetStatus - The get status notification.map - The addressing context.arjunaContext - The arjuna context.
public void status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType status,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
status in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorstatus - The status type.map - The addressing context.arjunaContext - The arjuna context.
public void soapFault(com.arjuna.webservices.SoapFault fault,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
soapFault in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionParticipantProcessorfault - The SOAP fault notification.map - The addressing context.arjunaContext - The arjuna context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||