Uses of Class
com.espertech.esper.client.deploy.DeploymentException

Packages that use DeploymentException
com.espertech.esper.client.deploy Module and deployment administrative service. 
com.espertech.esper.core.deploy Module and deployment utility and parser. 
 

Uses of DeploymentException in com.espertech.esper.client.deploy
 

Subclasses of DeploymentException in com.espertech.esper.client.deploy
 class DeploymentActionException
          Exception list populated in a deployment operation.
 class DeploymentItemException
          Inner exception to DeploymentActionException available on statement level.
 class DeploymentNotFoundException
          Inner exception to DeploymentActionException available on statement level.
 class DeploymentOrderException
          Exception indicates a problem when determining delpoyment order and uses-dependency checking.
 class DeploymentStateException
          Inner exception to DeploymentActionException available on statement level.
 

Methods in com.espertech.esper.client.deploy that throw DeploymentException
 DeploymentResult EPDeploymentAdmin.deploy(Module module, DeploymentOptions options)
          Deploy a single module returning a generated deployment id to use when undeploying statements as well as additional statement-level information.
 DeploymentResult EPDeploymentAdmin.deploy(java.lang.String deploymentId, DeploymentOptions options)
          Deploy a previously undeployed module.
 DeploymentOrder EPDeploymentAdmin.getDeploymentOrder(java.util.Collection<Module> modules, DeploymentOrderOptions options)
          Compute a deployment order among the modules passed in considering their uses-dependency declarations and considering the already-deployed modules.
 DeploymentResult EPDeploymentAdmin.parseDeploy(java.lang.String eplModuleText)
          Shortcut method to parse and deploy a single module from a string text buffer, without providing a module URI name or archive name or user object.
 DeploymentResult EPDeploymentAdmin.parseDeploy(java.lang.String eplModuleText, java.lang.String moduleURI, java.lang.String moduleArchive, java.lang.Object userObject)
          Shortcut method to parse and deploy a single module from a string text buffer.
 DeploymentResult EPDeploymentAdmin.readDeploy(java.io.InputStream stream, java.lang.String moduleURI, java.lang.String moduleArchive, java.lang.Object userObject)
          Shortcut method to read and deploy a single module from an input stream.
 DeploymentResult EPDeploymentAdmin.readDeploy(java.lang.String resource, java.lang.String moduleURI, java.lang.String moduleArchive, java.lang.Object userObject)
          Shortcut method to read and deploy a single module from a classpath resource.
 void EPDeploymentAdmin.remove(java.lang.String deploymentId)
          Remove a module that is currently in undeployed state.
 UndeploymentResult EPDeploymentAdmin.undeploy(java.lang.String deploymentId)
          Undeploy a previously deployed module.
 UndeploymentResult EPDeploymentAdmin.undeploy(java.lang.String deploymentId, UndeploymentOptions undeploymentOptions)
          Undeploy a previously deployed module.
 

Uses of DeploymentException in com.espertech.esper.core.deploy
 

Methods in com.espertech.esper.core.deploy that throw DeploymentException
 DeploymentResult EPDeploymentAdminImpl.parseDeploy(java.lang.String eplModuleText)
           
 UndeploymentResult EPDeploymentAdminImpl.undeploy(java.lang.String deploymentId, UndeploymentOptions undeploymentOptions)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com