public class EPAdministratorContext extends Object
Constructor and Description |
---|
EPAdministratorContext(EPRuntimeSPI runtimeSPI,
EPServicesContext services,
ConfigurationOperations configurationOperations,
SelectClauseStreamSelectorEnum defaultStreamSelector)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationOperations |
getConfigurationOperations()
Returns configuration.
|
SelectClauseStreamSelectorEnum |
getDefaultStreamSelector()
Returns the default stream selector.
|
EPRuntimeSPI |
getRuntimeSPI() |
EPServicesContext |
getServices()
Returns the engine services context.
|
public EPAdministratorContext(EPRuntimeSPI runtimeSPI, EPServicesContext services, ConfigurationOperations configurationOperations, SelectClauseStreamSelectorEnum defaultStreamSelector)
runtimeSPI
- runtime spiservices
- engine servicesconfigurationOperations
- configuration snapshotdefaultStreamSelector
- default stream selectionpublic EPRuntimeSPI getRuntimeSPI()
public ConfigurationOperations getConfigurationOperations()
public SelectClauseStreamSelectorEnum getDefaultStreamSelector()
public EPServicesContext getServices()