|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.OperationType
The OperationType type is used to describe the outcome of a Configuration Manager request that has been processed. The class definition defines a number of static instances which can be referenced externally.
class com.ibm.broker.config.proxy.OperationType
|
|
Responsibilities | Each instance represents a unique operation that can be performed. |
Internal Collaborators | None |
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ 25103.12 2004-04-07 HDMPL v6 Release
Field Summary | |
---|---|
static OperationType |
actionresponse
This OperationType is used internally by the Config Manager Proxy and is not required by user applications. |
static OperationType |
createchild
States that the operation was to create a logical subcomponent. |
static OperationType |
delete
States that the operation was to delete an object controlled by the Configuration Manager. |
static OperationType |
deletechild
States that the operation was to delete a logical subcomponent. |
static OperationType |
deploy
States that the operation was to start or cancel a deployment request. |
static OperationType |
deregister
States that the operation was to ask the Configuration Manager to stop keeping the Config Manager Proxy up-to-date with changes to the current object. |
static OperationType |
modify
States that the operation was to modify attributes of an object controlled by the Configuration Manager. |
static OperationType |
register
States that the operation was to ask the Configuration Manager to keep the Config Manager Proxy up-to-date with changes to the current object. |
static OperationType |
reregister
This OperationType is used internally by the Config Manager Proxy and is not required by user applications. |
Method Summary | |
---|---|
static OperationType |
getOperationType(int intValue)
Returns the OperationType object that has the supplied int value. |
static OperationType |
getOperationType(String strValue)
Returns the OperationType object that has the supplied String value. |
int |
intValue()
Returns the unique int associated with this instance. |
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 OperationType deploy
public static final OperationType modify
public static final OperationType delete
public static final OperationType createchild
public static final OperationType deletechild
public static final OperationType register
public static final OperationType deregister
public static final OperationType reregister
public static final OperationType actionresponse
Method Detail |
public final int intValue()
public final String toString()
public static final OperationType getOperationType(int intValue)
intValue
- - The value to look up
public static final OperationType getOperationType(String strValue)
strValue
- - The value to look up
|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |