public abstract class DeploymentStateEvent extends Object
Constructor and Description |
---|
DeploymentStateEvent(String runtimeURI,
String deploymentId,
String moduleName,
EPStatement[] statements)
Ctor
|
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentId()
Returns the deployment id
|
String |
getModuleName()
Returns the module name, when provided, or null if none provided
|
String |
getRuntimeURI()
Returns the runtime uri
|
EPStatement[] |
getStatements()
Returns the statements for the deployment or undeployment
|
public DeploymentStateEvent(String runtimeURI, String deploymentId, String moduleName, EPStatement[] statements)
runtimeURI
- runtime URIdeploymentId
- deployment idmoduleName
- module namestatements
- statementspublic String getRuntimeURI()
public String getDeploymentId()
public String getModuleName()
public EPStatement[] getStatements()
Copyright © 2005–2018. All rights reserved.