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 ICommandApplication

All Superinterfaces:
ICommandBeanContext
All Known Subinterfaces:
ICommandClient

public interface ICommandApplication
extends ICommandBeanContext

Represents a command application; the initialized instance that is able to locate and execute ICommand objects.


Method Summary
 ICommandApplicationConfig getApplicationConfig()
           
 ICommandFacade getCommandFacade()
          Retrieve the ICommandFacade for this client connection
 long getStartTime()
           
 java.lang.String getVersion()
           
 boolean isInitialized()
           

 

Methods inherited from interface com.stellent.cis.client.command.ICommandBeanContext
containsBean, getAllBeansOfType, getApplicationResource, getBean, getBean, getMessage, getParentContext, publishEvent

 

Method Detail

isInitialized

boolean isInitialized()
Returns:
true if this object is initialized, false otherwise

getCommandFacade

ICommandFacade getCommandFacade()
                                throws CommandConfigurationException
Retrieve the ICommandFacade for this client connection
Returns:
the command facade object
Throws:
com.stellent.cis.support.bean.BeansException
CommandConfigurationException

getVersion

java.lang.String getVersion()
Returns:
a string representing the version of this command application

getStartTime

long getStartTime()
Returns:
the start (i.e. initialization) time the of the command application

getApplicationConfig

ICommandApplicationConfig getApplicationConfig()
Returns:
the configuration object that initialized this application

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.