|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessor
com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
public class CoordinatorCompletionCoordinatorProcessorImpl
The Coordinator Completion Coordinator processor.
| Constructor Summary | |
|---|---|
CoordinatorCompletionCoordinatorProcessorImpl()
|
|
| Method Summary | |
|---|---|
void |
activateCoordinator(com.arjuna.webservices11.wsba.CoordinatorCompletionCoordinatorInboundEvents coordinator,
String identifier)
Activate the coordinator. |
void |
cancelled(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancelled,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Cancelled. |
void |
cannotComplete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cannotComplete,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
FaulCannot completet. |
void |
closed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType closed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Closed. |
void |
compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensated,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Compensated. |
void |
completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType completed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Completed. |
void |
deactivateCoordinator(com.arjuna.webservices11.wsba.CoordinatorCompletionCoordinatorInboundEvents coordinator)
Deactivate the coordinator. |
void |
exit(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exit,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Exit. |
void |
fail(org.oasis_open.docs.ws_tx.wsba._2006._06.ExceptionType fail,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Fail. |
com.arjuna.webservices11.wsba.CoordinatorCompletionCoordinatorInboundEvents |
getCoordinator(String identifier)
Locate a coordinator by name. |
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. |
void |
soapFault(com.arjuna.webservices.SoapFault soapFault,
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.CoordinatorCompletionCoordinatorProcessor |
|---|
getProcessor, setProcessor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoordinatorCompletionCoordinatorProcessorImpl()
| Method Detail |
|---|
public void activateCoordinator(com.arjuna.webservices11.wsba.CoordinatorCompletionCoordinatorInboundEvents coordinator,
String identifier)
activateCoordinator in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessorcoordinator - The coordinator.identifier - The identifier.public void deactivateCoordinator(com.arjuna.webservices11.wsba.CoordinatorCompletionCoordinatorInboundEvents coordinator)
deactivateCoordinator in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessorcoordinator - The coordinator.public com.arjuna.webservices11.wsba.CoordinatorCompletionCoordinatorInboundEvents getCoordinator(String identifier)
getCoordinator in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessoridentifier - The name of the coordinator.
public void cancelled(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancelled,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
cancelled in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessorcancelled - The canceled notification.map - The addressing context.arjunaContext - The arjuna context.
public void closed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType closed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
closed in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessorclosed - The closed notification.map - The addressing context.arjunaContext - The arjuna context.
public void compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensated,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
compensated in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessorcompensated - The compensated notification.map - The addressing context.arjunaContext - The arjuna context.
public void fail(org.oasis_open.docs.ws_tx.wsba._2006._06.ExceptionType fail,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
fail in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessorfail - The fail exceptionnotification.map - The addressing context.arjunaContext - The arjuna context.
public void completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType completed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
completed in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessorcompleted - The completed notification.map - The addressing context.arjunaContext - The arjuna context.
public void exit(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exit,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
exit in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessorexit - The exit notification.map - The addressing context.arjunaContext - The arjuna context.
public void cannotComplete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cannotComplete,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
cannotComplete in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionCoordinatorProcessorcannotComplete - The cannot complete 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.CoordinatorCompletionCoordinatorProcessorgetStatus - 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.CoordinatorCompletionCoordinatorProcessorstatus - The status.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.wsba.processors.CoordinatorCompletionCoordinatorProcessorsoapFault - The SOAP fault.map - The addressing context.arjunaContext - The arjuna context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||