org.jbpm.api.cmd
Interface Command<T>

All Superinterfaces:
java.io.Serializable

public interface Command<T>
extends java.io.Serializable


Method Summary
 T execute(Environment environment)
           
 

Method Detail

execute

T execute(Environment environment)
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.