com.espertech.esper.client.deploy
Class DeploymentResult

java.lang.Object
  extended by com.espertech.esper.client.deploy.DeploymentResult

public class DeploymentResult
extends java.lang.Object

Result of a deployment operation carries a deployment id for use in undeploy and statement-level information.


Constructor Summary
DeploymentResult(java.lang.String deploymentId, java.util.List<EPStatement> statements, java.util.List<java.lang.String> imports)
          Ctor.
 
Method Summary
 java.lang.String getDeploymentId()
          Returns the deployment id.
 java.util.List<java.lang.String> getImports()
          Returns a list of imports that were declared in the deployment.
 java.util.List<EPStatement> getStatements()
          Returns the statements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentResult

public DeploymentResult(java.lang.String deploymentId,
                        java.util.List<EPStatement> statements,
                        java.util.List<java.lang.String> imports)
Ctor.

Parameters:
deploymentId - deployment id
statements - statements deployed and started
imports - the imports that are part of the deployment
Method Detail

getDeploymentId

public java.lang.String getDeploymentId()
Returns the deployment id.

Returns:
id

getStatements

public java.util.List<EPStatement> getStatements()
Returns the statements.

Returns:
statements

getImports

public java.util.List<java.lang.String> getImports()
Returns a list of imports that were declared in the deployment.

Returns:
imports

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