![]() | EPDeploymentService Methods |
The EPDeploymentService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddDeploymentStateListener |
Add a deployment state listener
|
![]() | Deploy(EPCompiled) |
Deploy a compiled module and with the default options.
|
![]() | Deploy(EPCompiled, DeploymentOptions) |
Deploy a compiled module and with the provided options.
|
![]() | GetDeployment |
Returns the deployment.
A deployment is uniquely identified by its deployment id.
|
![]() | GetStatement |
Returns the statement of a given deployment.
A statement is uniquely identified by the deployment id that deployed the statement
and by the statement name.
|
![]() | RemoveAllDeploymentStateListeners |
Removes all deployment state listener
|
![]() | RemoveDeploymentStateListener |
Remove a deployment state listener
|
![]() | Undeploy(String) |
Undeploy a deployment and with the default options.
|
![]() | Undeploy(String, UndeploymentOptions) |
Undeploy a deployment and with the provided options
|
![]() | UndeployAll |
Undeploy all deployments and with the default options.
|
![]() | UndeployAll(UndeploymentOptions) |
Undeploy all deployments and with the provided options.
|