com.stellent.cis.client.command.ejb.invoker
Interface ICommandInvokerLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface ICommandInvokerLocal
extends javax.ejb.EJBLocalObject

Local interface for CommandInvokerEJB.


Method Summary
 java.lang.Object executeCommand(ICommand command)
          Execute the command described by the command bean.
 boolean isLocalInvocation()
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

executeCommand

java.lang.Object executeCommand(ICommand command)
                                throws CommandException
Execute the command described by the command bean.

Parameters:
command - the populated command bean
Returns:
return value from the command, possibly null
Throws:
CommandException

isLocalInvocation

boolean isLocalInvocation()