Uses of Class
net.esper.client.ConfigurationDBRef

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

Uses of ConfigurationDBRef in net.esper.client
 

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

Methods in net.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 net.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 net.esper.eql.db
 

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