Uses of Interface
net.esper.pattern.PatternContextFactory

Packages that use PatternContextFactory
net.esper.core Implementation of client package interfaces, glue code 
net.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
 

Uses of PatternContextFactory in net.esper.core
 

Methods in net.esper.core that return PatternContextFactory
 PatternContextFactory StatementContext.getPatternContextFactory()
          Returns the pattern context factory for the statement.
 

Constructors in net.esper.core with parameters of type PatternContextFactory
StatementContext(String engineURI, String engineInstanceId, String statementId, String statementName, String expression, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, ExtensionServicesContext extensionServicesContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService)
          Constructor.
 

Uses of PatternContextFactory in net.esper.pattern
 

Classes in net.esper.pattern that implement PatternContextFactory
 class PatternContextFactoryDefault
          Default pattern context factory.