org.ow2.bonita.facade.ejb
Class SerializedCommand<T>

java.lang.Object
  extended by org.ow2.bonita.facade.ejb.SerializedCommand<T>
All Implemented Interfaces:
java.io.Serializable, Command<T>

public class SerializedCommand<T>
extends java.lang.Object
implements Command<T>

See Also:
Serialized Form

Constructor Summary
SerializedCommand(Command<?> command)
           
 
Method Summary
 T execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializedCommand

public SerializedCommand(Command<?> command)
Method Detail

execute

public T execute(Environment environment)
          throws java.lang.Exception
Specified by:
execute in interface Command<T>
Throws:
java.lang.Exception


Copyright © 2009 OW2 Consortium. All Rights Reserved.