org.ow2.bonita.pvm.internal.ejb
Interface LocalCommandExecutor

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface LocalCommandExecutor
extends javax.ejb.EJBLocalObject

EJB2 local interface for the command executor.

Author:
Tom Baeyens

Method Summary
<T> T
execute(Command<T> command)
          Executes the given command locally.
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

execute

<T> T execute(Command<T> command)
Executes the given command locally.



Copyright © 2009 OW2 Consortium. All Rights Reserved.