com.espertech.esper.client.deploy
Class UndeploymentResult

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

public class UndeploymentResult
extends java.lang.Object

Result object of an undeployment operation.


Constructor Summary
UndeploymentResult(java.lang.String deploymentId, java.util.List<DeploymentInformationItem> statementInfo)
          Ctor.
 
Method Summary
 java.lang.String getDeploymentId()
          Returns the deployment id.
 java.util.List<DeploymentInformationItem> getStatementInfo()
          Statement-level undeploy information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndeploymentResult

public UndeploymentResult(java.lang.String deploymentId,
                          java.util.List<DeploymentInformationItem> statementInfo)
Ctor.

Parameters:
deploymentId - id generated by deployment operation
statementInfo - statement-level deployment information
Method Detail

getDeploymentId

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

Returns:
id

getStatementInfo

public java.util.List<DeploymentInformationItem> getStatementInfo()
Statement-level undeploy information.

Returns:
statement info

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