Package | Description |
---|---|
com.espertech.esper.client.deploy |
Module and deployment administrative service.
|
Modifier and Type | Method and Description |
---|---|
ModuleItem |
StatementDeploymentContext.getModuleItem()
Returns the module item.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleItem> |
Module.getItems()
Returns a list of statements (some may be comments only) that make up the module.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.setItems(List<ModuleItem> items)
Sets a list of statements (some may be comments only) that make up the module.
|
Constructor and Description |
---|
StatementDeploymentContext(String epl,
Module module,
ModuleItem moduleItem,
String deploymentId)
Ctor.
|
Constructor and Description |
---|
Module(String name,
String uri,
Set<String> uses,
Set<String> imports,
List<ModuleItem> items,
String moduleText)
Ctor.
|