|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPServiceProvider | |
---|---|
com.espertech.esper.client | This package defines the central Esper Client APIs. |
com.espertech.esper.core | Implementation of client package interfaces, glue code |
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.getProvider(String providerURI)
Returns an EPServiceProvider for a given provider URI. |
static EPServiceProvider |
EPServiceProviderManager.getProvider(String providerURI,
Configuration configuration)
Returns an EPServiceProvider for a given provider URI. |
Methods in com.espertech.esper.client with parameters of type EPServiceProvider | |
---|---|
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.core |
---|
Subinterfaces of EPServiceProvider in com.espertech.esper.core | |
---|---|
interface |
EPServiceProviderSPI
A service provider interface that makes available internal engine services. |
Classes in com.espertech.esper.core that implement EPServiceProvider | |
---|---|
class |
EPServiceProviderImpl
Service provider encapsulates the engine's services for runtime and administration interfaces. |
Methods in com.espertech.esper.core 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. |
void |
StatementResultServiceImpl.setContext(EPStatementSPI epStatement,
EPServiceProvider epServiceProvider,
boolean isInsertInto,
boolean isPattern)
|
void |
StatementResultService.setContext(EPStatementSPI epStatement,
EPServiceProvider epServiceProvider,
boolean isInsertInto,
boolean isPattern)
For initialization of the service to provide statement context. |
Constructors in com.espertech.esper.core with parameters of type EPServiceProvider | |
---|---|
StatementLifecycleSvcImpl(EPServiceProvider epServiceProvider,
EPServicesContext services)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |