|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deprecated. This interface has been deprecated. Connection pools are no longer supported.
public interface IEssConnectionPool
The IEssConnectionPool is a connection pool definition.
Nested Class Summary | |
---|---|
static class |
IEssConnectionPool.EEssConnectionPoolType Deprecated. The EEssConnectionPoolType class is an enumeration of server types. |
Nested classes/interfaces inherited from interface com.essbase.api.base.IEssProperties |
---|
IEssProperties.EEssPropertyMode |
Field Summary | |
---|---|
static int |
PROP_ALLOW_EVERYONE Deprecated. |
static int |
PROP_ALLOWED_GROUPS Deprecated. |
static int |
PROP_ALLOWED_USERS Deprecated. |
static int |
PROP_CAPACITY_INCREMENT Deprecated. |
static int |
PROP_DESCRIPTION Deprecated. |
static int |
PROP_INITIAL_CAPACITY Deprecated. |
static int |
PROP_MAXIMUM_CAPACITY Deprecated. |
static int |
PROP_NAME Deprecated. |
static int |
PROP_PASSWORD Deprecated. |
static int |
PROP_SERVICE_COMPONENT_IS_CLUSTER Deprecated. |
static int |
PROP_SERVICE_COMPONENT_NAME Deprecated. |
static int |
PROP_USER_NAME Deprecated. |
static int |
PROP_WAIT_FOR_CONNECTION_TIMEOUT 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 |
delete() Deprecated. Deletes this connection pool. |
java.lang.String |
getAllowedGroupNames() Deprecated. Gets the allowed group names. |
java.lang.String |
getAllowedUserNames() Deprecated. Gets the allowed user names. |
int |
getCapacityIncrement() Deprecated. Gets the capacity increment. |
int |
getConnectionWaitTimeout() Deprecated. Gets the connection wait timeout value in seconds. |
java.lang.String |
getDescription() Deprecated. Gets the connection pool description. |
int |
getInitialCapacity() Deprecated. Gets the initial capacity. |
int |
getMaximumCapacity() Deprecated. Gets the maximum capacity. |
java.lang.String |
getName() Deprecated. Gets the connection pool name. |
java.lang.String |
getServiceComponentName() Deprecated. Gets the service component name. |
IEssConnectionPool.EEssConnectionPoolType |
getType() Deprecated. Gets the connection pool type. |
java.lang.String |
getUserName() Deprecated. Gets the user name with which connection will be established. |
boolean |
isAllowEveryone() Deprecated. Checks if everyone is allowed. |
boolean |
isServiceComponentCluster() Deprecated. Checks if the service component is a cluster. |
void |
refreshPropertyValues() Deprecated. Refreshes the property values. |
void |
setAllowedGroupNames(java.lang.String groupNames) Deprecated. Sets the allowed group names. |
void |
setAllowedUserNames(java.lang.String userNames) Deprecated. Sets the allowed user names. |
void |
setAllowEveryone(boolean allowEveryOne) Deprecated. Sets to allow everyone. |
void |
setCapacityIncrement(int capacityIncrement) Deprecated. Sets the capacity increment. |
void |
setConnectionWaitTimeout(int timeout) Deprecated. Sets the connection wait timeout value in seconds. |
void |
setDescription(java.lang.String desc) Deprecated. Sets the connection pool description. |
void |
setInitialCapacity(int initialCapacity) Deprecated. Sets the initial capacity. |
void |
setMaximumCapacity(int maxCapacity) Deprecated. Sets the maximum capacity. |
void |
setPassword(java.lang.String password) Deprecated. Sets the password of the user to establish the connection. |
void |
setServiceComponentCluster(boolean cluster) Deprecated. Sets if the service component is a cluster. |
void |
setServiceComponentName(java.lang.String svcCompName) Deprecated. Sets the service component name. |
void |
setType(IEssConnectionPool.EEssConnectionPoolType type) Deprecated. Sets the connection pool type. |
void |
setUserName(java.lang.String userName) Deprecated. Sets the user name with which connection will be established. |
void |
updatePropertyValues() Deprecated. 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 |
---|
static final int PROP_NAME
static final int PROP_DESCRIPTION
static final int PROP_SERVICE_COMPONENT_NAME
static final int PROP_SERVICE_COMPONENT_IS_CLUSTER
static final int PROP_USER_NAME
static final int PROP_PASSWORD
static final int PROP_INITIAL_CAPACITY
static final int PROP_MAXIMUM_CAPACITY
static final int PROP_CAPACITY_INCREMENT
static final int PROP_ALLOW_EVERYONE
static final int PROP_ALLOWED_USERS
static final int PROP_ALLOWED_GROUPS
static final int PROP_WAIT_FOR_CONNECTION_TIMEOUT
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 connection pool description.com.essbase.api.base.EssException
- if an error occurs.IEssConnectionPool.EEssConnectionPoolType getType() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setType(IEssConnectionPool.EEssConnectionPoolType type) throws com.essbase.api.base.EssException
type
- The connection pool type.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getServiceComponentName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setServiceComponentName(java.lang.String svcCompName) throws com.essbase.api.base.EssException
svcCompName
- The service component name.com.essbase.api.base.EssException
- if an error occurs.boolean isServiceComponentCluster() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setServiceComponentCluster(boolean cluster) throws com.essbase.api.base.EssException
cluster
- true if the service component is a cluster.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getUserName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setUserName(java.lang.String userName) throws com.essbase.api.base.EssException
userName
- The user name with which connection will be established.com.essbase.api.base.EssException
- if an error occurs.void setPassword(java.lang.String password) throws com.essbase.api.base.EssException
password
- The password of the user to establish the connection.com.essbase.api.base.EssException
- if an error occurs.int getInitialCapacity() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setInitialCapacity(int initialCapacity) throws com.essbase.api.base.EssException
initialCapacity
- The initial capacity.com.essbase.api.base.EssException
- if an error occurs.int getMaximumCapacity() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setMaximumCapacity(int maxCapacity) throws com.essbase.api.base.EssException
maxCapacity
- The maximum capacity.com.essbase.api.base.EssException
- if an error occurs.int getCapacityIncrement() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setCapacityIncrement(int capacityIncrement) throws com.essbase.api.base.EssException
capacityIncrement
- The capacity increment.com.essbase.api.base.EssException
- if an error occurs.boolean isAllowEveryone() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setAllowEveryone(boolean allowEveryOne) throws com.essbase.api.base.EssException
allowEveryOne
- true to allow everyone.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getAllowedUserNames() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setAllowedUserNames(java.lang.String userNames) throws com.essbase.api.base.EssException
userNames
- The allowed user namescom.essbase.api.base.EssException
- if an error occurs.java.lang.String getAllowedGroupNames() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setAllowedGroupNames(java.lang.String groupNames) throws com.essbase.api.base.EssException
groupNames
- The allowed group namescom.essbase.api.base.EssException
- if an error occurs.int getConnectionWaitTimeout() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setConnectionWaitTimeout(int timeout) throws com.essbase.api.base.EssException
timeout
- The timeout value in seconds.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
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 |