|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssCluster is a cluster definition.
Nested Class Summary | |
static class |
IEssCluster.EEssClusterType
The EEssClusterType class is an enumeration of server types. |
static class |
IEssCluster.EEssLoadBalanceAlgorithm
The EEssLoadBalanceAlgorithm class is an enumeration of load balance algorithms supported. |
Nested classes inherited from class com.essbase.api.base.IEssProperties |
IEssProperties.EEssPropertyMode |
Field Summary | |
static int |
PROP_DESCRIPTION
|
static int |
PROP_NAME
|
static int |
PROP_SERVICE_COMPONENT_NAMES
|
static int |
s_countProperties
|
static IEssValueAny.EEssDataType[] |
s_propDataTypes
|
static IEssProperties.EEssPropertyMode[] |
s_propModes
|
static java.lang.String[] |
s_propNames
|
Method Summary | |
void |
delete()
Deletes this cluster. |
java.lang.String |
getDescription()
Gets the cluster description. |
java.lang.String |
getName()
Gets the cluster name. |
java.lang.String |
getServiceComponentNames()
Gets the service component names. |
IEssCluster.EEssClusterType |
getType()
Gets the cluster type. |
void |
refreshPropertyValues()
Refreshes the property values. |
void |
setDescription(java.lang.String desc)
Sets the cluster description. |
void |
setServiceComponentNames(java.lang.String compNames)
Sets the service component names. |
void |
setType(IEssCluster.EEssClusterType type)
Sets the cluster type. |
void |
updatePropertyValues()
Updates the property values. |
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 |
public static final int PROP_NAME
public static final int PROP_DESCRIPTION
public static final int PROP_SERVICE_COMPONENT_NAMES
public static final int s_countProperties
public static final java.lang.String[] s_propNames
public static final IEssValueAny.EEssDataType[] s_propDataTypes
public static final IEssProperties.EEssPropertyMode[] s_propModes
Method Detail |
public java.lang.String getName() throws EssException
getName
in interface IEssExtendedObject
EssException
- if an error occurs.public java.lang.String getDescription() throws EssException
EssException
- if an error occurs.public void setDescription(java.lang.String desc) throws EssException
desc
- The cluster description.
EssException
- if an error occurs.public IEssCluster.EEssClusterType getType() throws EssException
EssException
- if an error occurs.public void setType(IEssCluster.EEssClusterType type) throws EssException
EssException
- if an error occurs.public java.lang.String getServiceComponentNames() throws EssException
EssException
- if an exception occurs.public void setServiceComponentNames(java.lang.String compNames) throws EssException
compNames
- The service component names separated by semicolon.
Eg: "localhost/Demo/Basic; localhost/Demo2/Basic".
EssException
- if an exception occurs.public void refreshPropertyValues() throws EssException
refreshPropertyValues
in interface IEssProperties
EssException
- if an error occurs.public void updatePropertyValues() throws EssException
updatePropertyValues
in interface IEssProperties
EssException
- if an error occurs.public void delete() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |