public interface IEssLocationInfo extends IEssBaseObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContainerDescription()
Gets the description of the container on which this enterprise server
instance is running.
|
java.lang.String |
getServerName()
Gets the host name (or IP address) of the machine where this
eEnterprise server instance is running.
|
IEssbase.EEssOrbPluginType[] |
getSupportedOrbTypes()
Gets the list of ORB types supported by this enterprise server instance.
|
java.lang.String getServerName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- is an error occurs.IEssbase.EEssOrbPluginType[] getSupportedOrbTypes() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.java.lang.String getContainerDescription() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.