|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.CompletionCodeType
public class CompletionCodeType
The CompletionCodeType type is used to describe the outcome of the operation that has been performed. The type is used in two places in the Configuration Manager Proxy:
class com.ibm.broker.config.proxy.CompletionCodeType
|
|
Responsibilities | Each instance represents a completion code for operations. |
Internal Collaborators | None |
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ 25103.12 2004-04-07 HDMPL v6 Release 47371 2007-07-30 HDMPL v6.1 Release (no changes)
Field Summary | |
---|---|
static CompletionCodeType |
failure
States that an operation failed. |
static 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 |
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 |
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 |
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 |
success
States that an operation completed successfully. |
static 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 |
unknown
New administered objects will return a getLastReturnCode() of unknown when they have never been updated by the Configuration Manager. |
Method Summary | |
---|---|
static CompletionCodeType |
getCompletionCodeType(int intValue)
Returns the CompletionCodeType object that has the supplied int value. |
int |
intValue()
Returns the unique int associated with this instance. |
java.lang.String |
toString()
Returns a String representation of the instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CompletionCodeType unknown
In addition, when querying a deploy result of a specific broker, 'unknown' is used to describe the situation when the deploy result is not being monitored for this broker (for example, if the Configuration Manager Proxy was already monitoring the broker for another deploy result).
public static final CompletionCodeType success
public static final CompletionCodeType failure
public static final CompletionCodeType initiated
public static final CompletionCodeType pending
public static final CompletionCodeType submitted
public static final CompletionCodeType successSoFar
public static final CompletionCodeType notRequired
Method Detail |
---|
public final int intValue()
public final java.lang.String toString()
toString
in class java.lang.Object
public static final CompletionCodeType getCompletionCodeType(int intValue)
intValue
- - The value to look up
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |