com.essbase.api.domain
Interface IEssAppComponent

All Superinterfaces:
IEssBaseObject
All Known Subinterfaces:
IEssCube, IEssOlapServer

public interface IEssAppComponent
extends IEssBaseObject

The IEssAppComponent is a component of an Enterprise application. (FOR FUTURE USE)


Nested Class Summary
static class IEssAppComponent.EEssAppComponentType
          The EEssAppComponentType class is an enumeration of enterprise application component types.
 
Method Summary
 IEssAppComponent.EEssAppComponentType getAppComponentType()
          Gets the application components type.
 

Method Detail

getAppComponentType

public IEssAppComponent.EEssAppComponentType getAppComponentType()
                                                          throws EssException
Gets the application components type.

Returns:
The application component type.
Throws:
EssException - if an error occurs.