Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.config.proxy.OperationType

java.lang.Object
        com.ibm.broker.config.proxy.OperationType

public final class OperationType
extends Object

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 Index
Field Description
actionresponse This OperationType is used internally by the Configuration Manager Proxy and is not required by user applications.
createchild States that the operation was to create a logical subcomponent.
delete States that the operation was to delete an object controlled by the Configuration Manager.
deletechild States that the operation was to delete a logical subcomponent.
deploy States that the operation was to start or cancel a deployment request.
deregister States that the operation was to ask the Configuration Manager to stop keeping the Configuration Manager Proxy up-to-date with changes to the current object.
modify States that the operation was to modify attributes of an object controlled by the Configuration Manager.
register States that the operation was to ask the Configuration Manager to keep the Configuration Manager Proxy up-to-date with changes to the current object.
reregister This OperationType is used internally by the Configuration Manager Proxy and is not required by user applications.
Method Index
Method Description
OperationType getOperationType(int) Returns the OperationType object that has the supplied int value.
OperationType getOperationType(String) 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.

Fields

actionresponse

public static final com.ibm.broker.config.proxy.OperationType actionresponse

This OperationType is used internally by the Configuration Manager Proxy and is not required by user applications.

createchild

public static final com.ibm.broker.config.proxy.OperationType createchild

States that the operation was to create a logical subcomponent.

delete

public static final com.ibm.broker.config.proxy.OperationType delete

States that the operation was to delete an object controlled by the Configuration Manager.

deletechild

public static final com.ibm.broker.config.proxy.OperationType deletechild

States that the operation was to delete a logical subcomponent.

deploy

public static final com.ibm.broker.config.proxy.OperationType deploy

States that the operation was to start or cancel a deployment request.

deregister

public static final com.ibm.broker.config.proxy.OperationType deregister

States that the operation was to ask the Configuration Manager to stop keeping the Configuration Manager Proxy up-to-date with changes to the current object.

modify

public static final com.ibm.broker.config.proxy.OperationType modify

States that the operation was to modify attributes of an object controlled by the Configuration Manager.

register

public static final com.ibm.broker.config.proxy.OperationType register

States that the operation was to ask the Configuration Manager to keep the Configuration Manager Proxy up-to-date with changes to the current object.

reregister

public static final com.ibm.broker.config.proxy.OperationType reregister

This OperationType is used internally by the Configuration Manager Proxy and is not required by user applications.

Methods

getOperationType

public static final OperationType getOperationType(int intValue) 

Returns the OperationType object that has the supplied int value.

getOperationType

public static final OperationType getOperationType(String strValue) 

Returns the OperationType object that has the supplied String value.

intValue

public final int intValue() 

Returns the unique int associated with this instance. Useful in developing switch statements based on completion codes.

toString

public final String toString() 

Returns a String representation of the instance.

Class Hierarchy All Classes All Fields and Methods