Uses of Class
com.espertech.esper.client.ConfigurationDBRef.ConnectionLifecycleEnum

Packages that use ConfigurationDBRef.ConnectionLifecycleEnum
com.espertech.esper.client This package defines the central Esper Client APIs. 
 

Uses of ConfigurationDBRef.ConnectionLifecycleEnum in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return ConfigurationDBRef.ConnectionLifecycleEnum
 ConfigurationDBRef.ConnectionLifecycleEnum ConfigurationDBRef.getConnectionLifecycleEnum()
          Returns the setting to control whether a new connection is obtained for each lookup, or connections are retained between lookups.
static ConfigurationDBRef.ConnectionLifecycleEnum ConfigurationDBRef.ConnectionLifecycleEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationDBRef.ConnectionLifecycleEnum[] ConfigurationDBRef.ConnectionLifecycleEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.espertech.esper.client with parameters of type ConfigurationDBRef.ConnectionLifecycleEnum
 void ConfigurationDBRef.setConnectionLifecycleEnum(ConfigurationDBRef.ConnectionLifecycleEnum connectionLifecycleEnum)
          Controls whether a new connection is obtained for each lookup, or connections are retained between lookups.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com