Uses of Interface
com.espertech.esper.common.client.hook.expr.EventBeanService
Packages that use EventBeanService
Package
Description
Invocation contexts for external code.
Script expression evaluation.
This package defines the internal event APIs.
-
Uses of EventBeanService in com.espertech.esper.common.client.hook.expr
Methods in com.espertech.esper.common.client.hook.expr that return EventBeanServiceModifier and TypeMethodDescriptionEPLMethodInvocationContext.getEventBeanService()
Returns event and event type services.EPLScriptContext.getEventBeanService()
Returns event and event type servicesConstructors in com.espertech.esper.common.client.hook.expr with parameters of type EventBeanServiceModifierConstructorDescriptionEPLMethodInvocationContext
(String statementName, int contextPartitionId, String runtimeURI, String functionName, Object statementUserObject, EventBeanService eventBeanService) Ctor. -
Uses of EventBeanService in com.espertech.esper.common.internal.context.util
Methods in com.espertech.esper.common.internal.context.util that return EventBeanServiceModifier and TypeMethodDescriptionAgentInstanceContext.getEventBeanService()
ExprEvaluatorContextStatement.getEventBeanService()
ExprEvaluatorContextWTableAccess.getEventBeanService()
StatementContext.getEventBeanService()
StatementContextRuntimeServices.getEventBeanService()
Constructors in com.espertech.esper.common.internal.context.util with parameters of type EventBeanServiceModifierConstructorDescriptionStatementContextRuntimeServices
(Configuration configSnapshot, ContextManagementService contextManagementService, PathRegistry<String, ContextMetaData> contextPathRegistry, ContextServiceFactory contextServiceFactory, DatabaseConfigServiceRuntime databaseConfigService, DataFlowFilterServiceAdapter dataFlowFilterServiceAdapter, EPDataFlowServiceImpl dataflowService, String runtimeURI, Context runtimeEnvContext, ClasspathImportServiceRuntime classpathImportServiceRuntime, RuntimeSettingsService runtimeSettingsService, RuntimeExtensionServices runtimeExtensionServices, Object epRuntime, EPRenderEventService epRuntimeRenderEvent, EventServiceSendEventCommon eventServiceSendEventInternal, EPRuntimeEventProcessWrapped epRuntimeEventProcessWrapped, EventBeanService eventBeanService, EventBeanTypedEventFactory eventBeanTypedEventFactory, EventTableIndexService eventTableIndexService, EventTypeAvroHandler eventTypeAvroHandler, PathRegistry<String, EventType> eventTypePathRegistry, EventTypeRepositoryImpl eventTypeRepositoryPreconfigured, EventTypeResolvingBeanFactory eventTypeResolvingBeanFactory, ManagedReadWriteLock eventProcessingRWLock, ExceptionHandlingService exceptionHandlingService, ExpressionResultCacheService expressionResultCacheService, FilterBooleanExpressionFactory filterBooleanExpressionFactory, FilterSharedBoolExprRepository filterSharedBoolExprRepository, FilterSharedLookupableRepository filterSharedLookupableRepository, HistoricalDataCacheFactory historicalDataCacheFactory, InternalEventRouter internalEventRouter, MetricReportingService metricReportingService, NamedWindowConsumerManagementService namedWindowConsumerManagementService, NamedWindowManagementService namedWindowManagementService, PathRegistry<String, ContextMetaData> pathContextRegistry, PathRegistry<String, NamedWindowMetaData> pathNamedWindowRegistry, RowRecogStateRepoFactory rowRecogStateRepoFactory, ResultSetProcessorHelperFactory resultSetProcessorHelperFactory, SchedulingService schedulingService, StatementAgentInstanceLockFactory statementAgentInstanceLockFactory, StatementResourceHolderBuilder statementResourceHolderBuilder, TableExprEvaluatorContext tableExprEvaluatorContext, TableManagementService tableManagementService, VariableManagementService variableManagementService, ViewFactoryService viewFactoryService, ViewServicePreviousFactory viewServicePreviousFactory) -
Uses of EventBeanService in com.espertech.esper.common.internal.epl.expression.core
Methods in com.espertech.esper.common.internal.epl.expression.core that return EventBeanService -
Uses of EventBeanService in com.espertech.esper.common.internal.epl.script.core
Methods in com.espertech.esper.common.internal.epl.script.core that return EventBeanService -
Uses of EventBeanService in com.espertech.esper.common.internal.event.core
Classes in com.espertech.esper.common.internal.event.core that implement EventBeanService -
Uses of EventBeanService in com.espertech.esper.common.internal.view.core
Methods in com.espertech.esper.common.internal.view.core that return EventBeanService