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
 EventAdapterService getEventAdapterService()
          Get the EventAdapterService for this engine.
 SchedulingService getSchedulingService()
          Get the SchedulingService for this engine.
 
Methods inherited from interface net.esper.client.EPServiceProvider
getEPAdministrator, getEPRuntime, 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