|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.slim3.transaction.websphere.WebSphereTransactionController.UOWActionImpl
protected class WebSphereTransactionController.UOWActionImpl
An implementation class for UOWAction.
Field Summary | |
---|---|
protected TransactionAction |
action
The transaction action. |
protected Object |
result
The result which action returns. |
Constructor Summary | |
---|---|
WebSphereTransactionController.UOWActionImpl(TransactionAction action)
Constructor. |
Method Summary | |
---|---|
Object |
getResult()
Returns the result. |
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TransactionAction action
protected Object result
Constructor Detail |
---|
public WebSphereTransactionController.UOWActionImpl(TransactionAction action) throws NullPointerException
action
- the transaction action
NullPointerException
- if the action parameter is nullMethod Detail |
---|
public void run() throws Exception
run
in interface com.ibm.wsspi.uow.UOWAction
Exception
public Object getResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |