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 ICommandInvokerRemote

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface ICommandInvokerRemote
extends javax.ejb.EJBObject

Remote 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.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove

 

Method Detail

executeCommand

java.lang.Object executeCommand(ICommand command)
                                throws CommandException,
                                       java.rmi.RemoteException
Execute the command described by the command bean.
Parameters:
command - the populated command bean
Returns:
return value from the command, possibly null
Throws:
CommandException
java.rmi.RemoteException

isLocalInvocation

boolean isLocalInvocation()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

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.