Uses of Interface
net.esper.core.EPServiceProviderSPI

Packages that use EPServiceProviderSPI
net.esper.adapter Adapter framework classes are in this package as they may provide service APIs to the engine. 
net.esper.core Implementation of client package interfaces, glue code 
 

Uses of EPServiceProviderSPI in net.esper.adapter
 

Methods in net.esper.adapter with parameters of type EPServiceProviderSPI
 void AdapterLoader.init(String name, Properties properties, EPServiceProviderSPI epService)
          Initializes the adapter loader.
 

Uses of EPServiceProviderSPI in net.esper.core
 

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