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

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

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

Methods in com.espertech.esper.client.deploy that return DeploymentResult
 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(Module module, DeploymentOptions options, java.lang.String assignedDeploymentId)
          Deploy a single module using the deployment id provided as a parameter.
 DeploymentResult EPDeploymentAdmin.deploy(java.lang.String deploymentId, DeploymentOptions options)
          Deploy a previously undeployed module.
 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.
 

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

Methods in com.espertech.esper.core.deploy that return DeploymentResult
 DeploymentResult EPDeploymentAdminImpl.deploy(Module module, DeploymentOptions options)
           
 DeploymentResult EPDeploymentAdminImpl.deploy(Module module, DeploymentOptions options, java.lang.String assignedDeploymentId)
           
 DeploymentResult EPDeploymentAdminImpl.deploy(java.lang.String deploymentId, DeploymentOptions options)
           
 DeploymentResult EPDeploymentAdminImpl.parseDeploy(java.lang.String eplModuleText)
           
 DeploymentResult EPDeploymentAdminImpl.parseDeploy(java.lang.String buffer, java.lang.String moduleURI, java.lang.String moduleArchive, java.lang.Object userObject)
           
 DeploymentResult EPDeploymentAdminImpl.readDeploy(java.io.InputStream stream, java.lang.String moduleURI, java.lang.String moduleArchive, java.lang.Object userObject)
           
 DeploymentResult EPDeploymentAdminImpl.readDeploy(java.lang.String resource, java.lang.String moduleURI, java.lang.String moduleArchive, java.lang.Object userObject)
           
 


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