|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationOperations | |
---|---|
net.esper.client | This package defines the central Esper Client APIs. |
net.esper.core | Implementation of client package interfaces, glue code |
Uses of ConfigurationOperations in net.esper.client |
---|
Classes in net.esper.client that implement ConfigurationOperations | |
---|---|
class |
Configuration
An instance of Configuration allows the application to specify properties to be used when creating a EPServiceProvider. |
Methods in net.esper.client that return ConfigurationOperations | |
---|---|
ConfigurationOperations |
EPAdministrator.getConfiguration()
Returns configuration operations for runtime engine configuration. |
Uses of ConfigurationOperations in net.esper.core |
---|
Classes in net.esper.core that implement ConfigurationOperations | |
---|---|
class |
ConfigurationOperationsImpl
Provides runtime engine configuration operations. |
Methods in net.esper.core that return ConfigurationOperations | |
---|---|
ConfigurationOperations |
EPAdministratorImpl.getConfiguration()
|
Constructors in net.esper.core with parameters of type ConfigurationOperations | |
---|---|
EPAdministratorImpl(EPServicesContext services,
ConfigurationOperations configurationOperations)
Constructor - takes the services context as argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |