com.ibm.twss.spm.admin.svc
Class RemoveOperationRequest
java.lang.Object
com.ibm.twss.spm.admin.svc.RemoveOperationRequest
- All Implemented Interfaces:
- java.io.Serializable
public class RemoveOperationRequest
- extends java.lang.Object
- implements java.io.Serializable
Remove operation request. Removes the operation definition for the specified
service identifier and operation name. The special operation 'ALL' cannot be removed,
as it remains associated with the service definition for the lifetime of the
service.
Remove operation request message type.
service
Service name. Must be an individual service.
operation
Operation name. May not be the special 'ALL" operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveOperationRequest
public RemoveOperationRequest()
getService
public java.lang.String getService()
setService
public void setService(java.lang.String service)
getOperation
public java.lang.String getOperation()
setOperation
public void setOperation(java.lang.String operation)
Copyright © IBM Corp. All Rights Reserved.