org.ow2.bonita.pvm.internal.cmd
Interface Command<T>

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Command<T>
All Known Implementing Classes:
AbstractCommand, AcquireJobsCmd, AsyncCommandMessage, CommandMessage, DeployCmd, ExceptionHandlerSynchronization, ExecuteJobCmd, ExecuteNodeMessage, ExecuteTimerCmd, FindExecutionCmd, FindLatestProcessDefinitionCmd, FindProcessDefinitionCmd, FindProcessDefinitionNamesCmd, FindProcessDefinitionsCmd, GetMessagesCmd, GetNextDueDateCmd, GetTimersCmd, GetVariablesCmd, JobExceptionHandler, JobImpl, MessageImpl, ProceedToDestinationMessage, QueryCommand, SerializedCommand, SetVariablesCmd, SignalCmd, SignalMessage, StartExecutionCmd, StartExecutionInLatestCmd, TakeTransitionMessage, TimerImpl, VariablesCmd

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 OW2 Consortium. All Rights Reserved.