|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deprecated. This interface has been deprecated as it represents the EDS/AHAS server.
public interface IEssEnterpriseServer
The IEssEnterpriseServer is the Essbase Enterprise server.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.essbase.api.domain.IEssServer |
---|
IEssServer.EEssServerType |
Nested classes/interfaces inherited from interface com.essbase.api.base.IEssProperties |
---|
IEssProperties.EEssPropertyMode |
Field Summary | |
---|---|
static int |
PROP_DESCRIPTION Deprecated. |
static int |
PROP_ENABLED_CLUSTER_NAMES Deprecated. |
static int |
PROP_ENABLED_CONNECTION_POOL_NAMES Deprecated. |
static int |
PROP_NAME Deprecated. |
static int |
PROP_OUTLINE_CACHE_ENABLED Deprecated. |
static int |
PROP_OUTLINE_CACHE_MAX_IDLE_TIME Deprecated. |
static int |
PROP_OUTLINE_CACHE_SOURCES Deprecated. |
static int |
s_countProperties Deprecated. |
static IEssValueAny.EEssDataType[] |
s_propDataTypes Deprecated. |
static IEssProperties.EEssPropertyMode[] |
s_propModes Deprecated. |
static java.lang.String[] |
s_propNames Deprecated. |
Method Summary | |
---|---|
void |
closeAllClustersAndConnectionPools() Deprecated. This functionality has been deprecated. |
void |
delete() Deprecated. Deletes/Unregisters this server from the domain. |
java.lang.String |
getDescription() Deprecated. Gets the enterprise server description. |
java.lang.String |
getEnabledClusterNames() Deprecated. Gets the enabled cluster names. |
java.lang.String |
getEnabledConnectionPoolNames() Deprecated. This functionality has been deprecated. |
java.lang.String |
getName() Deprecated. Gets the enterprise server name/ip address. |
int |
getOutlineCacheMaxIdleTime() Deprecated. This functionality has been deprecated. |
java.lang.String |
getOutlineCacheSources() Deprecated. This functionality has been deprecated. |
java.lang.String |
getStartCommand() Deprecated. This functionality has been deprecated. |
boolean |
isOutlineCacheEnabled() Deprecated. This functionality has been deprecated. |
void |
openAllClustersAndConnectionPools() Deprecated. This functionality has been deprecated. |
void |
refreshPropertyValues() Deprecated. Refreshes the property values. |
void |
setDescription(java.lang.String desc) Deprecated. Sets the enterprise server description. |
void |
setEnabledClusterNames(java.lang.String clusterNames) Deprecated. Sets the enabled cluster names. |
void |
setEnabledConnectionPoolNames(java.lang.String connPoolNames) Deprecated. This functionality has been deprecated. |
void |
setOutlineCacheEnabled(boolean otlCacheEnabled) Deprecated. This functionality has been deprecated. |
void |
setOutlineCacheMaxIdleTime(int maxIdleTime) Deprecated. This functionality has been deprecated. |
void |
setOutlineCacheSources(java.lang.String otlCacheSources) Deprecated. This functionality has been deprecated. |
void |
setStartCommand(java.lang.String startCmd) Deprecated. This functionality has been deprecated. |
void |
start() Deprecated. This functionality has been deprecated. |
void |
start(java.lang.String osUserName, java.lang.String osUserPassword, java.lang.String osDomainName) Deprecated. This functionality has been deprecated. |
void |
stop() Deprecated. This functionality has been deprecated. |
void |
updatePropertyValues() Deprecated. Updates the property values. |
Methods inherited from interface com.essbase.api.domain.IEssServer |
---|
getServerType |
Methods inherited from interface com.essbase.api.base.IEssExtendedObject |
---|
clearClientCache, getParent, getParentBase, isClientCachingEnabled, setClientCachingEnabled |
Methods inherited from interface com.essbase.api.base.IEssProperties |
---|
getCountProperties, getPropertyDataType, getPropertyDataType, getPropertyDataTypes, getPropertyId, getPropertyMode, getPropertyMode, getPropertyModes, getPropertyName, getPropertyNames, getPropertyValueAny, getPropertyValueAny, setPropertyValueAny, setPropertyValueAny |
Field Detail |
---|
static final int PROP_NAME
static final int PROP_DESCRIPTION
static final int PROP_ENABLED_CLUSTER_NAMES
static final int PROP_ENABLED_CONNECTION_POOL_NAMES
static final int PROP_OUTLINE_CACHE_ENABLED
static final int PROP_OUTLINE_CACHE_SOURCES
static final int PROP_OUTLINE_CACHE_MAX_IDLE_TIME
static final int s_countProperties
static final java.lang.String[] s_propNames
static final IEssValueAny.EEssDataType[] s_propDataTypes
static final IEssProperties.EEssPropertyMode[] s_propModes
Method Detail |
---|
java.lang.String getName() throws com.essbase.api.base.EssException
getName
in interface IEssExtendedObject
com.essbase.api.base.EssException
- if an error occurs.java.lang.String getDescription() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setDescription(java.lang.String desc) throws com.essbase.api.base.EssException
desc
- The enterprise server description.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getStartCommand() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setStartCommand(java.lang.String startCmd) throws com.essbase.api.base.EssException
startCmd
- The startup command.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getEnabledClusterNames() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setEnabledClusterNames(java.lang.String clusterNames) throws com.essbase.api.base.EssException
clusterNames
- The enabled cluster names, each separated by a comma. Eg: "demoBasicCluster,sampleBasicCluster".com.essbase.api.base.EssException
- if an error occurs.java.lang.String getEnabledConnectionPoolNames() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setEnabledConnectionPoolNames(java.lang.String connPoolNames) throws com.essbase.api.base.EssException
connPoolNames
- The enabled connection pool names, each separated by a comma. Eg: "demoBasicPool,sampleBasicPool".com.essbase.api.base.EssException
- if an error occurs.boolean isOutlineCacheEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setOutlineCacheEnabled(boolean otlCacheEnabled) throws com.essbase.api.base.EssException
otlCacheEnabled
- true to enable outline caching.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getOutlineCacheSources() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setOutlineCacheSources(java.lang.String otlCacheSources) throws com.essbase.api.base.EssException
otlCacheSources
- The ouline cache cube sources. Eg: "localhost/sample/basic; localhost/demo/basic".com.essbase.api.base.EssException
- if an error occurs.int getOutlineCacheMaxIdleTime() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setOutlineCacheMaxIdleTime(int maxIdleTime) throws com.essbase.api.base.EssException
maxIdleTime
- The maximum idle time (in minutes) for clearing cache. This value cannot be less than 1 minute.com.essbase.api.base.EssException
- if an error occurs.void refreshPropertyValues() throws com.essbase.api.base.EssException
refreshPropertyValues
in interface IEssProperties
com.essbase.api.base.EssException
- if an error occurs.void updatePropertyValues() throws com.essbase.api.base.EssException
updatePropertyValues
in interface IEssProperties
com.essbase.api.base.EssException
- if an error occurs.void delete() throws com.essbase.api.base.EssException
delete
in interface IEssServer
com.essbase.api.base.EssException
- if an error occurs.void start() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void start(java.lang.String osUserName, java.lang.String osUserPassword, java.lang.String osDomainName) throws com.essbase.api.base.EssException
osUserName
- The OS user name on the destination host.osUserPassword
- The OS user password.osDomainName
- The OS domain name.com.essbase.api.base.EssException
- if an error occurs.void stop() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void openAllClustersAndConnectionPools() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void closeAllClustersAndConnectionPools() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |