Uses of Class
com.espertech.esper.runtime.client.EPUndeployException
Packages that use EPUndeployException
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of EPUndeployException in com.espertech.esper.runtime.client
Subclasses of EPUndeployException in com.espertech.esper.runtime.clientModifier and TypeClassDescriptionclass
Undeploy exception to indicate a problem taking the necessary lockclass
Undeploy exception to indicate that the deployment was not foundclass
Uneploy exception to indicate that a precondition is not satisfiedMethods in com.espertech.esper.runtime.client that throw EPUndeployExceptionModifier and TypeMethodDescriptionvoid
Undeploy a deployment and with the default options.void
EPDeploymentService.undeploy
(String deploymentId, UndeploymentOptions options) Undeploy a deployment and with the provided optionsvoid
EPDeploymentService.undeployAll()
Undeploy all deployments and with the default options.void
EPDeploymentService.undeployAll
(UndeploymentOptions options) Undeploy all deployments and with the provided options. -
Uses of EPUndeployException in com.espertech.esper.runtime.internal.kernel.service
Methods in com.espertech.esper.runtime.internal.kernel.service that throw EPUndeployExceptionModifier and TypeMethodDescriptionvoid
void
EPDeploymentServiceImpl.undeploy
(String deploymentId, UndeploymentOptions options) void
EPDeploymentServiceImpl.undeployAll()
void
EPDeploymentServiceImpl.undeployAll
(UndeploymentOptions options)