Skip navigation links
com.essbase.api.session
Interface IEssLocationInfo
- All Superinterfaces:
- IEssBaseObject
-
public interface IEssLocationInfo
- extends IEssBaseObject
The IEssLocationInfo provides location information about a running enterprise server instance.
- Version:
- 1.0, 04/24/2001
- Author:
- Srini Ranga
getServerName
java.lang.String getServerName()
throws com.essbase.api.base.EssException
- Gets the host name (or IP address) of the machine where this eEnterprise server instance is running.
-
- Returns:
- The host name or IP address.
- Throws:
com.essbase.api.base.EssException
- is an error occurs.
getSupportedOrbTypes
IEssbase.EEssOrbPluginType[] getSupportedOrbTypes()
throws com.essbase.api.base.EssException
- Gets the list of ORB types supported by this enterprise server instance.
-
- Returns:
- The list of ORB types.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getContainerDescription
java.lang.String getContainerDescription()
throws com.essbase.api.base.EssException
- Gets the description of the container on which this enterprise server instance is running. The container could be a servlet engine, web server, web application server or a corba environment.
-
- Returns:
- The container description.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
Skip navigation links