|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternObjectResolutionService | |
---|---|
net.esper.core | Implementation of client package interfaces, glue code |
net.esper.eql.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
net.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
Uses of PatternObjectResolutionService in net.esper.core |
---|
Methods in net.esper.core that return PatternObjectResolutionService | |
---|---|
PatternObjectResolutionService |
EPServicesContext.getPatternObjectResolutionService()
Returns the pattern object resolver. |
Constructors in net.esper.core with parameters of type PatternObjectResolutionService | |
---|---|
EPServicesContext(String engineURI,
String engineInstanceId,
SchedulingService schedulingService,
EventAdapterService eventAdapterService,
EngineImportService engineImportService,
DatabaseConfigService databaseConfigService,
ViewResolutionService viewResolutionService,
StatementLockFactory statementLockFactory,
ManagedReadWriteLock eventProcessingRWLock,
ExtensionServicesContext extensionServicesContext,
EngineEnvContext engineEnvContext,
StatementContextFactory statementContextFactory,
PatternObjectResolutionService patternObjectResolutionService)
Constructor - sets up new set of services. |
Uses of PatternObjectResolutionService in net.esper.eql.parse |
---|
Constructors in net.esper.eql.parse with parameters of type PatternObjectResolutionService | |
---|---|
EQLTreeWalker(EngineImportService engineImportService,
PatternObjectResolutionService patternObjectResolutionService)
Ctor. |
Uses of PatternObjectResolutionService in net.esper.pattern |
---|
Classes in net.esper.pattern that implement PatternObjectResolutionService | |
---|---|
class |
PatternObjectResolutionServiceImpl
Resolves pattern object namespace and name to guard or observer factory class, using configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |