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

java.lang.Object
  extended by com.ibm.twss.spm.admin.svc.GetOperationRequest
All Implemented Interfaces:
java.io.Serializable

public class GetOperationRequest
extends java.lang.Object
implements java.io.Serializable

Get operation request. Gets the operation definition for the specified service and operation. The specified service may be an individual service or a serice group. The specified operation may be the special 'ALL' operation.

Get operation request message type.

service

Service identifier. May be an individual service or a service group.

operation

Operation name. May be the special 'ALL' operation.

See Also:
Serialized Form

Constructor Summary
GetOperationRequest()
           
 
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

GetOperationRequest

public GetOperationRequest()
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.