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

Packages that use ConfigurationDBRef
com.espertech.esper.client This package defines the central Esper Client APIs. 
com.espertech.esper.epl.db Database SQL polling views and caches 
 

Uses of ConfigurationDBRef in com.espertech.esper.client
 

Fields in com.espertech.esper.client with type parameters of type ConfigurationDBRef
protected  Map<String,ConfigurationDBRef> Configuration.databaseReferences
          The class and package name imports that will be used to resolve partial class names.
 

Methods in com.espertech.esper.client that return types with arguments of type ConfigurationDBRef
 Map<String,ConfigurationDBRef> ConfigurationInformation.getDatabaseReferences()
          Returns a map of string database names to database configuration options.
 Map<String,ConfigurationDBRef> Configuration.getDatabaseReferences()
           
 

Methods in com.espertech.esper.client with parameters of type ConfigurationDBRef
 void Configuration.addDatabaseReference(String name, ConfigurationDBRef configurationDBRef)
          Add a database reference with a given database name.
 

Uses of ConfigurationDBRef in com.espertech.esper.epl.db
 

Constructor parameters in com.espertech.esper.epl.db with type arguments of type ConfigurationDBRef
DatabaseConfigServiceImpl(Map<String,ConfigurationDBRef> mapDatabaseRef, SchedulingService schedulingService, ScheduleBucket scheduleBucket)
          Ctor.
 


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