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

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

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

Get all operations request. Gets all operation definitions for the specified service name. The service may be an individual service or a service group.

Get all operations request message type.

service

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

See Also:
Serialized Form

Constructor Summary
GetAllOperationsRequest()
           
 
Method Summary
 java.lang.String getService()
           
 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

GetAllOperationsRequest

public GetAllOperationsRequest()
Method Detail

getService

public java.lang.String getService()

setService

public void setService(java.lang.String service)


Copyright © IBM Corp. All Rights Reserved.