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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ParamCommand, VoidCommand

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

commands that can be executed by the process engine.

Author:
Tom Baeyens

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.