net.esper.core
Interface EPServiceProviderSPI

All Superinterfaces:
EPServiceProvider
All Known Implementing Classes:
EPServiceProviderImpl

public interface EPServiceProviderSPI
extends EPServiceProvider

A service provider interface that makes available internal engine services.


Method Summary
 Context getEnvContext()
          Returns the engine environment context for engine-external resources such as adapters.
 EventAdapterService getEventAdapterService()
          Get the EventAdapterService for this engine.
 FilterService getFilterService()
          Returns the filter service.
 SchedulingService getSchedulingService()
          Get the SchedulingService for this engine.
 
Methods inherited from interface net.esper.client.EPServiceProvider
getEPAdministrator, getEPRuntime, getURI, initialize
 

Method Detail

getEventAdapterService

EventAdapterService getEventAdapterService()
Get the EventAdapterService for this engine.

Returns:
the EventAdapterService

getSchedulingService

SchedulingService getSchedulingService()
Get the SchedulingService for this engine.

Returns:
the SchedulingService

getFilterService

FilterService getFilterService()
Returns the filter service.

Returns:
filter service

getEnvContext

Context getEnvContext()
Returns the engine environment context for engine-external resources such as adapters.

Returns:
engine environment context