com.ibm.twss.spm.admin.req
Class UpdateRequestersRequest

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

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

Update requesters request. The service policy manager system will attempt to update each of the supplied input parameters.

Update requesters request message type.

definitions

The list of requester definitions to update. An attempt will be made to update each requester definition in sequence.

See Also:
Serialized Form

Constructor Summary
UpdateRequestersRequest()
           
 
Method Summary
 RequesterDefinitionList getDefinitions()
           
 void setDefinitions(RequesterDefinitionList definitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateRequestersRequest

public UpdateRequestersRequest()
Method Detail

getDefinitions

public RequesterDefinitionList getDefinitions()

setDefinitions

public void setDefinitions(RequesterDefinitionList definitions)


Copyright © IBM Corp. All Rights Reserved.