|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.core.EPServiceProviderImpl
public class EPServiceProviderImpl
Service provider encapsulates the engine's services for runtime and administration interfaces.
Nested Class Summary | |
---|---|
static class |
EPServiceProviderImpl.ConfigurationSnapshot
Snapshot of Configuration is held for re-initializing engine state from prior configuration values that may have been muted. |
Constructor Summary | |
---|---|
EPServiceProviderImpl(Configuration configuration)
Constructor - initializes services. |
Method Summary | |
---|---|
EPAdministrator |
getEPAdministrator()
Returns a class instance of EPAdministrator. |
EPRuntime |
getEPRuntime()
Returns a class instance of EPRuntime. |
EventAdapterService |
getEventAdapterService()
Get the EventAdapterService for this engine. |
SchedulingService |
getSchedulingService()
Get the SchedulingService for this engine. |
void |
initialize()
Frees any resources associated with this runtime instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPServiceProviderImpl(Configuration configuration) throws ConfigurationException
configuration
- is the engine configuration
ConfigurationException
- is thrown to indicate a configuraton errorMethod Detail |
---|
public EPRuntime getEPRuntime()
EPServiceProvider
getEPRuntime
in interface EPServiceProvider
public EPAdministrator getEPAdministrator()
EPServiceProvider
getEPAdministrator
in interface EPServiceProvider
public EventAdapterService getEventAdapterService()
EPServiceProviderSPI
getEventAdapterService
in interface EPServiceProviderSPI
public SchedulingService getSchedulingService()
EPServiceProviderSPI
getSchedulingService
in interface EPServiceProviderSPI
public void initialize()
EPServiceProvider
initialize
in interface EPServiceProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |