|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.deploy.DeploymentInformation
public class DeploymentInformation
Available information about deployment made.
Constructor Summary | |
---|---|
DeploymentInformation(java.lang.String deploymentId,
Module module,
java.util.Calendar addedDate,
java.util.Calendar lastUpdateDate,
DeploymentInformationItem[] items,
DeploymentState state)
Ctor. |
Method Summary | |
---|---|
java.util.Calendar |
getAddedDate()
Returns date the deployment was added. |
java.lang.String |
getDeploymentId()
Returns the deployment id. |
DeploymentInformationItem[] |
getItems()
Returns deployment statement-level details: Note that for an newly-added undeployed modules not all statement-level information is available and therefore returns an empty array. |
java.util.Calendar |
getLastUpdateDate()
Returns the last update date, i.e. |
Module |
getModule()
Returns the module. |
DeploymentState |
getState()
Returns current deployment state. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeploymentInformation(java.lang.String deploymentId, Module module, java.util.Calendar addedDate, java.util.Calendar lastUpdateDate, DeploymentInformationItem[] items, DeploymentState state)
deploymentId
- deployment idaddedDate
- date the deployment was addedlastUpdateDate
- date of last update to stateitems
- module statement-level detailsstate
- current statemodule
- the moduleMethod Detail |
---|
public java.lang.String getDeploymentId()
public java.util.Calendar getLastUpdateDate()
public DeploymentInformationItem[] getItems()
public DeploymentState getState()
public java.util.Calendar getAddedDate()
public Module getModule()
public java.lang.String toString()
toString
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |