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, org.ow2.bonita.pvm.internal.cmd.Command<T>

public class SerializedCommand<T>
extends java.lang.Object
implements org.ow2.bonita.util.Command<T>

See Also:
Serialized Form

Constructor Summary
SerializedCommand(org.ow2.bonita.util.Command<?> command)
           
 
Method Summary
 T execute(org.ow2.bonita.pvm.env.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(org.ow2.bonita.util.Command<?> command)
Method Detail

execute

public T execute(org.ow2.bonita.pvm.env.Environment environment)
          throws java.lang.Exception
Specified by:
execute in interface org.ow2.bonita.pvm.internal.cmd.Command<T>
Throws:
java.lang.Exception


Copyright © 2009 OW2 Consortium. All Rights Reserved.