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.


Nested Class Summary
static class IEssServer.EEssServerType
          The EEssServerType class is an enumeration of server types.
 
Method Summary
 void delete()
          Deletes this server from the domain.
 IEssServer.EEssServerType getServerType()
          Gets the server type.
 

Method Detail

getServerType

public IEssServer.EEssServerType getServerType()
                                        throws EssException
Gets the server type.

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

delete

public void delete()
            throws EssException
Deletes this server from the domain.

Throws:
EssException - if an error occurs.