Uses of Interface
net.esper.core.StatementContextFactory

Packages that use StatementContextFactory
net.esper.core Implementation of client package interfaces, glue code 
 

Uses of StatementContextFactory in net.esper.core
 

Classes in net.esper.core that implement StatementContextFactory
 class StatementContextFactoryDefault
          Default implementation for making a statement-specific context class.
 

Methods in net.esper.core that return StatementContextFactory
 StatementContextFactory EPServicesContext.getStatementContextFactory()
          Returns the factory to use for creating a statement context.
 

Constructors in net.esper.core with parameters of type StatementContextFactory
EPServicesContext(String engineURI, SchedulingService schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, ExtensionServicesContext extensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, OutputConditionFactory outputConditionFactory, TimerService timerService, boolean isShareViews)
          Constructor - sets up new set of services.