public interface IEssServer extends IEssBaseObject
Modifier and Type | Interface and Description |
---|---|
static class |
IEssServer.EEssServerType
The EEssServerType class is an enumeration of server types.
|
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes this server from the domain.
|
IEssServer.EEssServerType |
getServerType()
Gets the server type.
|
IEssServer.EEssServerType getServerType() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void delete() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.