|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.runtime.transaction.TransactionalClosureWithReturnAbstract<T>
public abstract class TransactionalClosureWithReturnAbstract<T>
Convenience adapter providing no-op implementations of onSuccess() and
onFailure().
| Constructor Summary | |
|---|---|
TransactionalClosureWithReturnAbstract()
|
|
| Method Summary | |
|---|---|
void |
onFailure()
No-op implementation; does nothing. |
void |
onSuccess()
No-op implementation; does nothing. |
void |
preExecute()
No-op implementation; does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nakedobjects.runtime.transaction.TransactionalClosureWithReturn |
|---|
execute |
| Constructor Detail |
|---|
public TransactionalClosureWithReturnAbstract()
| Method Detail |
|---|
public void preExecute()
preExecute in interface TransactionalClosureWithReturn<T>public void onSuccess()
onSuccess in interface TransactionalClosureWithReturn<T>public void onFailure()
onFailure in interface TransactionalClosureWithReturn<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||