Skip navigation links
com.essbase.api.domain
Interface IEssServer
- All Superinterfaces:
- IEssBaseObject
- All Known Subinterfaces:
- IEssEnterpriseServer, IEssOlapServer
-
public interface IEssServer
- extends IEssBaseObject
The IEssServer is the base server interface.
- Version:
- 1.0, 04/04/2001
- Author:
- Srini Ranga
getServerType
IEssServer.EEssServerType getServerType()
throws com.essbase.api.base.EssException
- Gets the server type.
-
- Returns:
- The server type.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
delete
void delete()
throws com.essbase.api.base.EssException
- Deletes this server from the domain.
-
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
Skip navigation links