|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arjuna.webservices11.wsat.processors.CoordinatorProcessor
com.arjuna.wst11.messaging.CoordinatorProcessorImpl
public class CoordinatorProcessorImpl
The Coordinator processor.
| Constructor Summary | |
|---|---|
CoordinatorProcessorImpl()
|
|
| Method Summary | |
|---|---|
void |
aborted(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification aborted,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Aborted. |
void |
activateCoordinator(com.arjuna.webservices11.wsat.CoordinatorInboundEvents coordinator,
String identifier)
Activate the coordinator. |
void |
committed(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification committed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Committed. |
void |
deactivateCoordinator(com.arjuna.webservices11.wsat.CoordinatorInboundEvents coordinator)
Deactivate a coordinator recovered from the log. |
com.arjuna.webservices11.wsat.CoordinatorInboundEvents |
getCoordinator(String identifier)
Get the coordinator with the specified identifier. |
void |
prepared(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification prepared,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Prepared. |
void |
readOnly(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification readOnly,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Read only. |
void |
soapFault(com.arjuna.webservices.SoapFault fault,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
SOAP Fault. |
| Methods inherited from class com.arjuna.webservices11.wsat.processors.CoordinatorProcessor |
|---|
getProcessor, setProcessor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoordinatorProcessorImpl()
| Method Detail |
|---|
public void activateCoordinator(com.arjuna.webservices11.wsat.CoordinatorInboundEvents coordinator,
String identifier)
activateCoordinator in class com.arjuna.webservices11.wsat.processors.CoordinatorProcessorcoordinator - The coordinator.identifier - The identifier.public void deactivateCoordinator(com.arjuna.webservices11.wsat.CoordinatorInboundEvents coordinator)
deactivateCoordinator in class com.arjuna.webservices11.wsat.processors.CoordinatorProcessorcoordinator - The coordinator.public com.arjuna.webservices11.wsat.CoordinatorInboundEvents getCoordinator(String identifier)
getCoordinator in class com.arjuna.webservices11.wsat.processors.CoordinatorProcessoridentifier - The coordinator identifier as a String.
public void aborted(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification aborted,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
aborted in class com.arjuna.webservices11.wsat.processors.CoordinatorProcessoraborted - The aborted notification.map - The addressing context.arjunaContext - The arjuna context.
public void committed(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification committed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
committed in class com.arjuna.webservices11.wsat.processors.CoordinatorProcessorcommitted - The committed notification.map - The addressing context.arjunaContext - The arjuna context.
public void prepared(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification prepared,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
prepared in class com.arjuna.webservices11.wsat.processors.CoordinatorProcessorprepared - The prepared notification.map - The addressing context.arjunaContext - The arjuna context.
public void readOnly(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification readOnly,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
readOnly in class com.arjuna.webservices11.wsat.processors.CoordinatorProcessorreadOnly - The read only notification.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.wsat.processors.CoordinatorProcessorfault - 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 | |||||||||