com.sysord.mad.mao
Class TransactionalMadCommand

java.lang.Object
  extended by com.sysord.mad.command.AbstractMadCommand
      extended by com.sysord.mad.mao.TransactionalMadCommand
All Implemented Interfaces:
MadCommand, java.lang.Runnable

public abstract class TransactionalMadCommand
extends AbstractMadCommand

A TransactionalMadCommand is a MadCommand executed into an EMF transaction.

Author:
philippe.palau@sysord.com http://www.sysord.com
See Also:
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

command

protected MadCommand command
Command executed into the EMF transaction.

Constructor Detail

TransactionalMadCommand

public TransactionalMadCommand(MadCommand command)
Creates a new TransactionalMadCommand.

Parameters:
command - The command to execute into an EMF transaction.