|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.runtime.transaction.TransactionalClosureAbstract
public abstract class TransactionalClosureAbstract
Convenience adapter providing no-op implementations of onSuccess() and
onFailure().
| Constructor Summary | |
|---|---|
TransactionalClosureAbstract()
|
|
| 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.TransactionalClosure |
|---|
execute |
| Constructor Detail |
|---|
public TransactionalClosureAbstract()
| Method Detail |
|---|
public void preExecute()
preExecute in interface TransactionalClosurepublic void onSuccess()
onSuccess in interface TransactionalClosurepublic void onFailure()
onFailure in interface TransactionalClosure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||