Uses of Interface
com.espertech.esper.core.service.EPServiceProviderSPI

Packages that use EPServiceProviderSPI
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

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

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

Methods in com.espertech.esper.core.service that return EPServiceProviderSPI
 EPServiceProviderSPI Configurator.configure(ConfiguratorContext context, Configuration configuration)
           
 

Methods in com.espertech.esper.core.service that return types with arguments of type EPServiceProviderSPI
 java.util.Map<java.lang.String,EPServiceProviderSPI> ConfiguratorContext.getRuntimes()
           
 

Methods in com.espertech.esper.core.service with parameters of type EPServiceProviderSPI
 void StatementResultServiceImpl.setContext(EPStatementSPI epStatement, EPServiceProviderSPI epServiceProvider, boolean isInsertInto, boolean isPattern, boolean isDistinct, boolean isForClause, StatementMetricHandle statementMetricHandle)
           
 void StatementResultService.setContext(EPStatementSPI epStatement, EPServiceProviderSPI epServiceProvider, boolean isInsertInto, boolean isPattern, boolean isDistinct, boolean isForClause, StatementMetricHandle statementMetricHandle)
          For initialization of the service to provide statement context.
 void StatementResultListener.update(EventBean[] newEvents, EventBean[] oldEvents, java.lang.String statementName, EPStatementSPI statement, EPServiceProviderSPI epServiceProvider)
          Provide statement result.
 

Constructor parameters in com.espertech.esper.core.service with type arguments of type EPServiceProviderSPI
ConfiguratorContext(java.lang.String engineURI, java.util.Map<java.lang.String,EPServiceProviderSPI> runtimes)
           
EPServiceProviderImpl(Configuration configuration, java.lang.String engineURI, java.util.Map<java.lang.String,EPServiceProviderSPI> runtimes)
          Constructor - initializes services.
 


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