Uses of Interface
com.espertech.esper.client.EPServiceProvider

Packages that use EPServiceProvider
com.espertech.esper.adapter Adapter shared classes. 
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.client.dataflow Client API for data flows. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.dataflow.core Data flow core classes. 
com.espertech.esper.dataflow.interfaces Data flow operator and related interface. 
com.espertech.esper.dataflow.ops Data flow built-in operators. 
com.espertech.esper.dataflow.util Data flow utility classes such as internal model, matching and planning. 
com.espertech.esper.metrics.instrumentation EPL instrumentation helpers. 
com.espertech.esper.plugin APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in this package. 
com.espertech.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
 

Uses of EPServiceProvider in com.espertech.esper.adapter
 

Methods in com.espertech.esper.adapter that return EPServiceProvider
 EPServiceProvider AdapterSPI.getEPServiceProvider()
          Returns the engine instance.
 

Methods in com.espertech.esper.adapter with parameters of type EPServiceProvider
 void BaseSubscription.registerAdapter(EPServiceProvider epService)
          Register an adapter.
 void AdapterSPI.setEPServiceProvider(EPServiceProvider epService)
          An adapter takes an engine instance to process events.
 

Uses of EPServiceProvider in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return EPServiceProvider
static EPServiceProvider EPServiceProviderManager.getDefaultProvider()
          Returns the default EPServiceProvider.
static EPServiceProvider EPServiceProviderManager.getDefaultProvider(Configuration configuration)
          Returns the default EPServiceProvider.
static EPServiceProvider EPServiceProviderManager.getExistingProvider(java.lang.String providerURI)
          Returns an existing provider.
static EPServiceProvider EPServiceProviderManager.getProvider(java.lang.String providerURI)
          Returns an EPServiceProvider for a given provider URI.
static EPServiceProvider EPServiceProviderManager.getProvider(java.lang.String providerURI, Configuration configuration)
          Returns an EPServiceProvider for a given provider URI.
 

Methods in com.espertech.esper.client with parameters of type EPServiceProvider
 void EPServiceStateListener.onEPServiceDestroyRequested(EPServiceProvider serviceProvider)
          Invoked before an EPServiceProvider is destroyed.
 void EPServiceStateListener.onEPServiceInitialized(EPServiceProvider serviceProvider)
          Invoked after an existing EPServiceProvider is initialized upon completion of a call to initialize.
 void EPStatementStateListener.onStatementCreate(EPServiceProvider serviceProvider, EPStatement statement)
          Called to indicate that a new statement has been created in stopped state.
 void EPStatementStateListener.onStatementStateChange(EPServiceProvider serviceProvider, EPStatement statement)
          Called to indicate that a statement has changed state.
 void StatementAwareUpdateListener.update(EventBean[] newEvents, EventBean[] oldEvents, EPStatement statement, EPServiceProvider epServiceProvider)
          Notify that new events are available or old events are removed.
 

Uses of EPServiceProvider in com.espertech.esper.client.dataflow
 

Methods in com.espertech.esper.client.dataflow that return EPServiceProvider
 EPServiceProvider EPDataFlowIRStreamCollectorContext.getEpServiceProvider()
          Returns the engine instance.
 

Methods in com.espertech.esper.client.dataflow with parameters of type EPServiceProvider
 void EPDataFlowIRStreamCollectorContext.setEpServiceProvider(EPServiceProvider epServiceProvider)
          Sets engine instance.
 

Constructors in com.espertech.esper.client.dataflow with parameters of type EPServiceProvider
EPDataFlowIRStreamCollectorContext(EPDataFlowEmitter emitter, boolean submitEventBean, EventBean[] newEvents, EventBean[] oldEvents, EPStatement statement, EPServiceProvider epServiceProvider)
          Ctor.
 

Uses of EPServiceProvider in com.espertech.esper.core.service
 

Subinterfaces of EPServiceProvider in com.espertech.esper.core.service
 interface EPServiceProviderSPI
          A service provider interface that makes available internal engine services.
 

Classes in com.espertech.esper.core.service that implement EPServiceProvider
 class EPServiceProviderImpl
          Service provider encapsulates the engine's services for runtime and administration interfaces.
 

Methods in com.espertech.esper.core.service with parameters of type EPServiceProvider
 EPServicesContext EPServicesContextFactoryDefault.createServicesContext(EPServiceProvider epServiceProvider, ConfigurationInformation configSnapshot)
           
 EPServicesContext EPServicesContextFactory.createServicesContext(EPServiceProvider epServiceProvider, ConfigurationInformation configurationSnapshot)
          Factory method for a new set of engine services.
 

Constructors in com.espertech.esper.core.service with parameters of type EPServiceProvider
StatementEventDispatcherUnthreaded(EPServiceProvider serviceProvider, java.lang.Iterable<EPStatementStateListener> statementListeners)
          Ctor.
StatementLifecycleSvcImpl(EPServiceProvider epServiceProvider, EPServicesContext services)
          Ctor.
 

Uses of EPServiceProvider in com.espertech.esper.dataflow.core
 

Constructors in com.espertech.esper.dataflow.core with parameters of type EPServiceProvider
DataFlowServiceImpl(EPServiceProvider epService, DataFlowConfigurationStateService configurationState)
           
 

Uses of EPServiceProvider in com.espertech.esper.dataflow.interfaces
 

Methods in com.espertech.esper.dataflow.interfaces that return EPServiceProvider
 EPServiceProvider DataFlowOpInitializateContext.getEngine()
           
 

Constructors in com.espertech.esper.dataflow.interfaces with parameters of type EPServiceProvider
DataFlowOpInitializateContext(java.lang.String dataflowName, java.lang.String dataflowInstanceId, java.lang.Object dataflowInstanceUserObject, java.util.Map<java.lang.Integer,DataFlowOpInputPort> inputPorts, java.util.Map<java.lang.Integer,DataFlowOpOutputPort> outputPorts, StatementContext statementContext, EPServicesContext servicesContext, AgentInstanceContext agentInstanceContext, EPRuntimeEventSender runtimeEventSender, EPServiceProvider engine, java.lang.annotation.Annotation[] operatorAnnotations)
           
 

Uses of EPServiceProvider in com.espertech.esper.dataflow.ops
 

Methods in com.espertech.esper.dataflow.ops with parameters of type EPServiceProvider
 void EPStatementSource.EmitterUpdateListener.update(EventBean[] newEvents, EventBean[] oldEvents, EPStatement statement, EPServiceProvider epServiceProvider)
           
 void EPStatementSource.EmitterCollectorUpdateListener.update(EventBean[] newEvents, EventBean[] oldEvents, EPStatement statement, EPServiceProvider epServiceProvider)
           
 

Uses of EPServiceProvider in com.espertech.esper.dataflow.util
 

Methods in com.espertech.esper.dataflow.util with parameters of type EPServiceProvider
static void DefaultSupportGraphEventUtil.addTypeConfiguration(EPServiceProvider epService)
           
 

Uses of EPServiceProvider in com.espertech.esper.metrics.instrumentation
 

Methods in com.espertech.esper.metrics.instrumentation with parameters of type EPServiceProvider
static void InstrumentationHelper.startTest(EPServiceProvider engine, java.lang.Class testClass, java.lang.String testName)
           
 void InstrumentationAssertionService.startTest(EPServiceProvider engine, java.lang.Class testClass, java.lang.String testName)
           
 

Uses of EPServiceProvider in com.espertech.esper.plugin
 

Methods in com.espertech.esper.plugin that return EPServiceProvider
 EPServiceProvider PluginLoaderInitContext.getEpServiceProvider()
          Returns the engine loading the plugin.
 

Constructors in com.espertech.esper.plugin with parameters of type EPServiceProvider
PluginLoaderInitContext(java.lang.String name, java.util.Properties properties, java.lang.String configXml, EPServiceProvider epService)
          Initialization context for use with the adapter loader.
 

Uses of EPServiceProvider in com.espertech.esper.util
 

Methods in com.espertech.esper.util with parameters of type EPServiceProvider
static EventRepresentationEnum EventRepresentationEnum.getEngineDefault(EPServiceProvider engine)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com