public class DeploymentResult
extends java.lang.Object
| Constructor and Description |
|---|
DeploymentResult()
Default constructor.
|
DeploymentResult(int errorCount,
java.lang.String failureReason,
boolean status,
TraceData traceData,
java.lang.String archiveId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArchiveId()
Get the id of the Deployment Archive that the API Server loaded/attempted to load.
|
int |
getErrorCount()
Get the number of errors that the API Server reported at configuration load time.
|
java.lang.String |
getFailureReason()
Get the deployment failure reason.
|
boolean |
getStatus()
Get the deployment status.
|
TraceData |
getTraceData()
Get the deployment trace data.
|
void |
setArchiveId(java.lang.String archiveId)
Set the id of the Deployment Archive that the API Server loaded/attempted to load.
|
void |
setErrorCount(int errorCount)
Get the error count
|
void |
setFailureReason(java.lang.String failureReason)
Set the deployment failure reason.
|
void |
setStatus(boolean status)
Set the deployment status
|
void |
setTraceData(TraceData traceData)
Set the trace data.
|
public DeploymentResult()
public DeploymentResult(int errorCount,
java.lang.String failureReason,
boolean status,
TraceData traceData,
java.lang.String archiveId)
errorCount - The error countfailureReason - The reason for deployment failurestatus - The deployment status, true if deployed successfully without having to rollbacktraceData - Trace data from the API Server at configuration load time.archiveId - The id of the Deployment Archive that the API Server loaded/attempted to load.public int getErrorCount()
public void setErrorCount(int errorCount)
errorCount - The error countpublic java.lang.String getFailureReason()
public void setFailureReason(java.lang.String failureReason)
failureReason - Failure reasonpublic boolean getStatus()
public void setStatus(boolean status)
status - The deployment status.public TraceData getTraceData()
public void setTraceData(TraceData traceData)
traceData - The trace datapublic java.lang.String getArchiveId()
public void setArchiveId(java.lang.String archiveId)
archiveId - The id
This documentation and all its contents and graphics, copyright © 1999 - 2011 Vordel