|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sysord.mad.command.AbstractMadCommand
com.sysord.mad.mao.TransactionalMadCommand
public abstract class TransactionalMadCommand
A TransactionalMadCommand
is a MadCommand
executed into an EMF
transaction.
MadCommand
,
TransactionalCommandProvider
Field Summary | |
---|---|
protected MadCommand |
command
Command executed into the EMF transaction. |
Constructor Summary | |
---|---|
TransactionalMadCommand(MadCommand command)
Creates a new TransactionalMadCommand . |
Method Summary |
---|
Methods inherited from class com.sysord.mad.command.AbstractMadCommand |
---|
execute, run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MadCommand command
Constructor Detail |
---|
public TransactionalMadCommand(MadCommand command)
TransactionalMadCommand
.
command
- The command to execute into an EMF transaction.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |