Uses of Class
com.ibm.broker.config.proxy.CompletionCodeType

Uses of CompletionCodeType in com.ibm.broker.config.proxy
 

Fields in com.ibm.broker.config.proxy declared as CompletionCodeType
static CompletionCodeType CompletionCodeType.failure
          States that an operation failed.
static CompletionCodeType CompletionCodeType.initiated
          When querying the completion code of a deploy operation, this object states that the Configuration Manager has replied stating that deployment has started, but no broker responses were received before the timeout occurred.
static CompletionCodeType CompletionCodeType.notRequired
          States that a deployment request was submitted to the Configuration Manager, but the broker to which this CompletionCode refers was not sent the request because its configuration is already up to date.
static CompletionCodeType CompletionCodeType.pending
          When querying the completion code of a deploy operation, this object states that the deploy is held in a batch and will not be sent until the user issues ConfigManagerProxy.sendUpdates().
static CompletionCodeType CompletionCodeType.submitted
          States that the deploy message was sent to the Configuration Manager but no 'deploy initiated' response was received from the Config Manager before the timeout occurred.
static CompletionCodeType CompletionCodeType.success
          States that an operation completed successfully.
static CompletionCodeType CompletionCodeType.successSoFar
          States that the Configuration Manager issued the deployment request and some, but not all, brokers responded with a “success” message before the timeout period expired.
static CompletionCodeType CompletionCodeType.unknown
          New administered objects will return a getLastReturnCode() of unknown when they have never been updated by the Configuration Manager.
 

Methods in com.ibm.broker.config.proxy that return CompletionCodeType
 CompletionCodeType DeployResult.getCompletionCode()
          Returns the overall outcome for the current deployment.
 CompletionCodeType DeployResult.getCompletionCodeForBroker(BrokerProxy b)
          Returns the completion code for the supplied broker.
static CompletionCodeType CompletionCodeType.getCompletionCodeType(int intValue)
          Returns the CompletionCodeType object that has the supplied int value.
 CompletionCodeType AdministeredObject.getLastCompletionCode()
          Returns the completion code of the last operation that was performed by this connection to the Configuration Manager on the object that this AdministeredObject represents.
 

Methods in com.ibm.broker.config.proxy with parameters of type CompletionCodeType
 void AdministeredObjectListener.processActionResponse(AdministeredObject affectedObject, CompletionCodeType ccType, java.util.List<LogEntry> bipMessages, java.util.Properties referenceProperties)
          States that the Configuration Manager has processed a request that previously originated from the current connection to the Configuration Manager.
 void AdvancedAdministeredObjectListener.processActionResponse(AdministeredObject affectedObject, CompletionCodeType ccType, java.util.List<LogEntry> bipMessages, java.util.Properties referenceProperties, int batchCorrelationID, boolean lastActionResponseInBatch)
          States that the Configuration Manager has processed a request that previously originated from the current connection to the Configuration Manager.