|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluggableObjectCollection | |
---|---|
net.esper.core | Implementation of client package interfaces, glue code |
net.esper.eql.spec | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
net.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
net.esper.view | View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. |
Uses of PluggableObjectCollection in net.esper.core |
---|
Methods in net.esper.core that return PluggableObjectCollection | |
---|---|
PluggableObjectCollection |
EPServicesContext.getPlugInPatternObjects()
Information to resolve plug-in pattern object namespace and name. |
PluggableObjectCollection |
EPServicesContext.getPlugInViews()
Information to resolve plug-in view namespace and name. |
Constructors in net.esper.core with parameters of type PluggableObjectCollection | |
---|---|
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. |
|
StatementContextFactoryDefault(PluggableObjectCollection viewPlugIns,
PluggableObjectCollection plugInPatternObj)
Ctor. |
Uses of PluggableObjectCollection in net.esper.eql.spec |
---|
Methods in net.esper.eql.spec with parameters of type PluggableObjectCollection | |
---|---|
void |
PluggableObjectCollection.addObjects(PluggableObjectCollection other)
Add the plug-in objects for another collection. |
Uses of PluggableObjectCollection in net.esper.pattern |
---|
Methods in net.esper.pattern that return PluggableObjectCollection | |
---|---|
static PluggableObjectCollection |
PatternObjectHelper.getBuiltinPatternObjects()
Returns the built-in pattern objects. |
Constructors in net.esper.pattern with parameters of type PluggableObjectCollection | |
---|---|
PatternObjectResolutionServiceImpl(PluggableObjectCollection patternObjects)
Ctor. |
Uses of PluggableObjectCollection in net.esper.view |
---|
Methods in net.esper.view that return PluggableObjectCollection | |
---|---|
static PluggableObjectCollection |
ViewEnumHelper.getBuiltinViews()
Returns a collection of plug-in views. |
Constructors in net.esper.view with parameters of type PluggableObjectCollection | |
---|---|
ViewResolutionServiceImpl(PluggableObjectCollection viewObjects)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |