com.ibm.twss.spm.admin.svc
Class RemoveOperationRequest

java.lang.Object
  extended by 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

Constructor Summary
RemoveOperationRequest()
           
 
Method Summary
 java.lang.String getOperation()
           
 java.lang.String getService()
           
 void setOperation(java.lang.String operation)
           
 void setService(java.lang.String service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveOperationRequest

public RemoveOperationRequest()
Method Detail

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.