|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewResolutionService | |
---|---|
net.esper.core | Implementation of client package interfaces, glue code |
net.esper.view | View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. |
Uses of ViewResolutionService in net.esper.core |
---|
Methods in net.esper.core that return ViewResolutionService | |
---|---|
ViewResolutionService |
EPServicesContext.getViewResolutionService()
Service for resolving view namespace and name. |
ViewResolutionService |
StatementContext.getViewResultionService()
Returns view resolution svc. |
Constructors in net.esper.core with parameters of type ViewResolutionService | |
---|---|
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. |
|
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 ViewResolutionService in net.esper.view |
---|
Classes in net.esper.view that implement ViewResolutionService | |
---|---|
class |
ViewResolutionServiceImpl
Resolves view namespace and name to view factory class, using configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |