Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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()

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.