|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.core.EPServicesContextFactoryDefault
public class EPServicesContextFactoryDefault
Factory for services context.
Constructor Summary | |
---|---|
EPServicesContextFactoryDefault()
|
Method Summary | |
---|---|
EPServicesContext |
createServicesContext(String engineURI,
ConfigurationSnapshot configSnapshot)
Factory method for a new set of engine services. |
protected static void |
init(EventAdapterServiceBase eventAdapterService,
ConfigurationSnapshot configSnapshot)
Initialize event adapter service for config snapshot. |
protected static AutoImportService |
makeAutoImportService(ConfigurationSnapshot configSnapshot)
Constructs the auto import service. |
protected static DatabaseConfigService |
makeDatabaseRefService(ConfigurationSnapshot configSnapshot,
SchedulingService schedulingService)
Creates the database config service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPServicesContextFactoryDefault()
Method Detail |
---|
public EPServicesContext createServicesContext(String engineURI, ConfigurationSnapshot configSnapshot)
EPServicesContextFactory
createServicesContext
in interface EPServicesContextFactory
engineURI
- is the URI for the engine or null if this is the default engineconfigSnapshot
- is a snapshot of configs at the time of engine creation
protected static void init(EventAdapterServiceBase eventAdapterService, ConfigurationSnapshot configSnapshot)
eventAdapterService
- is events adapterconfigSnapshot
- is the config snapshotprotected static AutoImportService makeAutoImportService(ConfigurationSnapshot configSnapshot)
configSnapshot
- config info
protected static DatabaseConfigService makeDatabaseRefService(ConfigurationSnapshot configSnapshot, SchedulingService schedulingService)
configSnapshot
- is the config snapshotschedulingService
- is the timer stuff
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |