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

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

Fields in com.ibm.broker.config.proxy declared as OperationType
static OperationType OperationType.actionresponse
          This OperationType is used internally by the Configuration Manager Proxy and is not required by user applications.
static OperationType OperationType.createchild
          States that the operation was to create a logical subcomponent.
static OperationType OperationType.delete
          States that the operation was to delete an object controlled by the Configuration Manager.
static OperationType OperationType.deletechild
          States that the operation was to delete a logical subcomponent.
static OperationType OperationType.deploy
          States that the operation was to start or cancel a deployment request.
static OperationType 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.
static OperationType OperationType.modify
          States that the operation was to modify attributes of an object controlled by the Configuration Manager.
static OperationType 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.
static OperationType OperationType.reregister
          This OperationType is used internally by the Configuration Manager Proxy and is not required by user applications.
 

Methods in com.ibm.broker.config.proxy that return OperationType
static OperationType OperationType.getOperationType(int intValue)
          Returns the OperationType object that has the supplied int value.
static OperationType OperationType.getOperationType(java.lang.String strValue)
          Returns the OperationType object that has the supplied String value.