Click or drag to resize

EPDeploymentService Methods

The EPDeploymentService type exposes the following members.

Methods
  NameDescription
Public methodAddDeploymentStateListener
Add a deployment state listener
Public methodDeploy(EPCompiled)
Deploy a compiled module and with the default options.
Public methodDeploy(EPCompiled, DeploymentOptions)
Deploy a compiled module and with the provided options.
Public methodGetDeployment
Returns the deployment.

A deployment is uniquely identified by its deployment id.

Public methodGetStatement
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.

Public methodRemoveAllDeploymentStateListeners
Removes all deployment state listener
Public methodRemoveDeploymentStateListener
Remove a deployment state listener
Public methodUndeploy(String)
Undeploy a deployment and with the default options.
Public methodUndeploy(String, UndeploymentOptions)
Undeploy a deployment and with the provided options
Public methodUndeployAll
Undeploy all deployments and with the default options.
Public methodUndeployAll(UndeploymentOptions)
Undeploy all deployments and with the provided options.
Top
See Also