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
Interface ICommandExecutionContext

All Superinterfaces:
ICommandBeanContext

public interface ICommandExecutionContext
extends ICommandBeanContext

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

getCommandApplication

ICommandApplication getCommandApplication()
Returns:
the current command application

getAdapterConfig

java.lang.Object getAdapterConfig()
Returns:
the adapter config factory

getCachedService

java.lang.Object getCachedService(java.lang.String name,
                                  boolean parentOnly)
Retrieve the bean from this or the parent and cache the result
Parameters:
name - the bean name
parentOnly - if true only look in the parent context
Returns:
the bean object

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.