|
||||||||||
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.
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. |
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 void initialize()
EPServiceProvider
initialize
in interface EPServiceProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |