|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EPServiceProviderSPI
A service provider interface that makes available internal engine services.
Field Summary | |
---|---|
static String |
DEFAULT_ENGINE_URI__QUALIFIER
For the default provider instance, which carries a null provider URI, the property name qualification and stream name qualification may use "default". |
Method Summary | |
---|---|
ConfigurationInformation |
getConfigurationInformation()
Returns the current configuration. |
Context |
getContext()
Returns the engine environment context for engine-external resources such as adapters. |
EventAdapterService |
getEventAdapterService()
Get the EventAdapterService for this engine. |
ExtensionServicesContext |
getExtensionServicesContext()
Returns the extension services context. |
FilterService |
getFilterService()
Returns the filter service. |
NamedWindowService |
getNamedWindowService()
Returns the named window service. |
SchedulingService |
getSchedulingService()
Get the SchedulingService for this engine. |
StatementLifecycleSvc |
getStatementLifecycleSvc()
Returns statement management service for the engine. |
TimerService |
getTimerService()
Returns the timer service. |
Methods inherited from interface com.espertech.esper.client.EPServiceProvider |
---|
destroy, getEPAdministrator, getEPRuntime, getURI, initialize, isDestroyed |
Field Detail |
---|
static final String DEFAULT_ENGINE_URI__QUALIFIER
Method Detail |
---|
StatementLifecycleSvc getStatementLifecycleSvc()
EventAdapterService getEventAdapterService()
SchedulingService getSchedulingService()
FilterService getFilterService()
TimerService getTimerService()
NamedWindowService getNamedWindowService()
ConfigurationInformation getConfigurationInformation()
Context getContext()
getContext
in interface EPServiceProvider
ExtensionServicesContext getExtensionServicesContext()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |