Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonDBRef.ConnectionLifecycleEnum |
ConfigurationCommonDBRef.getConnectionLifecycleEnum()
Returns the setting to control whether a new connection is obtained for each lookup,
or connections are retained between lookups.
|
static ConfigurationCommonDBRef.ConnectionLifecycleEnum |
ConfigurationCommonDBRef.ConnectionLifecycleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationCommonDBRef.ConnectionLifecycleEnum[] |
ConfigurationCommonDBRef.ConnectionLifecycleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommonDBRef.setConnectionLifecycleEnum(ConfigurationCommonDBRef.ConnectionLifecycleEnum connectionLifecycleEnum)
Controls whether a new connection is obtained for each lookup,
or connections are retained between lookups.
|
Copyright © 2005–2019. All rights reserved.