|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommandExecutor
Interface for the object that can execute a command. This object is responsible for calling the ICommand.execute() method, providing the correct ICommandExecutionContext, and handling errors that might occur during processing.
| Method Summary | |
|---|---|
java.lang.Object |
executeCommand(ICommand command)Execute the given command on the default configured adapter. |
boolean |
isLocalInvocation() |
| Method Detail |
|---|
java.lang.Object executeCommand(ICommand command)
throws CommandException
command - the populated command objectCommandExceptionboolean isLocalInvocation()
|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||