|
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 ICommandExecutionContext
The context of the execution. This is made available to every command during a call to ICommand.execute(). Since it implements the ApplicationContext interface, it allows a command to lookup services required for command execution.
| Method Summary | |
|---|---|
java.lang.Object |
getAdapterConfig() |
java.lang.Object |
getCachedService(java.lang.String name, boolean parentOnly)Retrieve the bean from this or the parent and cache the result |
ICommandApplication |
getCommandApplication() |
| Methods inherited from interface com.stellent.cis.client.command.ICommandBeanContext |
|---|
containsBean, getAllBeansOfType, getApplicationResource, getBean, getBean, getMessage, getParentContext, publishEvent |
| Method Detail |
|---|
ICommandApplication getCommandApplication()
java.lang.Object getAdapterConfig()
java.lang.Object getCachedService(java.lang.String name,
boolean parentOnly)
name - the bean nameparentOnly - if true only look in the parent context
|
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 | ||||||||