Uses of Class
com.espertech.esper.epl.spec.PluggableObjectCollection

Packages that use PluggableObjectCollection
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of PluggableObjectCollection in com.espertech.esper.core
 

Methods in com.espertech.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 com.espertech.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, FilterService filterService, StreamFactoryService streamFactoryService, NamedWindowService namedWindowService, VariableService variableService, TimeSourceService timeSourceService, ValueAddEventService valueAddEventService)
          Constructor - sets up new set of services.
StatementContextFactoryDefault(PluggableObjectCollection viewPlugIns, PluggableObjectCollection plugInPatternObj)
          Ctor.
 

Uses of PluggableObjectCollection in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec with parameters of type PluggableObjectCollection
 void PluggableObjectCollection.addObjects(PluggableObjectCollection other)
          Add the plug-in objects for another collection.
 

Uses of PluggableObjectCollection in com.espertech.esper.pattern
 

Methods in com.espertech.esper.pattern that return PluggableObjectCollection
static PluggableObjectCollection PatternObjectHelper.getBuiltinPatternObjects()
          Returns the built-in pattern objects.
 

Constructors in com.espertech.esper.pattern with parameters of type PluggableObjectCollection
PatternObjectResolutionServiceImpl(PluggableObjectCollection patternObjects)
          Ctor.
 

Uses of PluggableObjectCollection in com.espertech.esper.view
 

Methods in com.espertech.esper.view that return PluggableObjectCollection
static PluggableObjectCollection ViewEnumHelper.getBuiltinViews()
          Returns a collection of plug-in views.
 

Constructors in com.espertech.esper.view with parameters of type PluggableObjectCollection
ViewResolutionServiceImpl(PluggableObjectCollection viewObjects)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com