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

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

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

Methods in com.espertech.esper.client.deploy that return DeploymentInformation
 DeploymentInformation EPDeploymentAdmin.getDeployment(java.lang.String deploymentId)
          Returns the deployment information for a given deployment.
 DeploymentInformation[] EPDeploymentAdmin.getDeploymentInformation()
          Returns deployment information for all known modules.
 

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

Methods in com.espertech.esper.core.deploy that return DeploymentInformation
 DeploymentInformation[] DeploymentStateServiceImpl.getAllDeployments()
           
 DeploymentInformation[] DeploymentStateService.getAllDeployments()
          Returns deployment information for all deployments.
 DeploymentInformation EPDeploymentAdminImpl.getDeployment(java.lang.String deploymentId)
           
 DeploymentInformation DeploymentStateServiceImpl.getDeployment(java.lang.String deploymentId)
           
 DeploymentInformation DeploymentStateService.getDeployment(java.lang.String deploymentId)
          Returns the deployment informaton for a given deployment id.
 DeploymentInformation[] EPDeploymentAdminImpl.getDeploymentInformation()
           
 

Methods in com.espertech.esper.core.deploy with parameters of type DeploymentInformation
 void DeploymentStateServiceImpl.addUpdateDeployment(DeploymentInformation descriptor)
           
 void DeploymentStateService.addUpdateDeployment(DeploymentInformation descriptor)
          Add or update the deployment information using the contained deployment id as a key.
 


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