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

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

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

Update service request. The service policy manager will perform an update of the service definition only for the fields that changed. Fields that are omitted are considered to have not changed.

Update service request message type.

definition

Service definition data object. Contains information about the service to update in the service policy manager system.

See Also:
Serialized Form

Constructor Summary
UpdateServiceRequest()
           
 
Method Summary
 ServiceDefinition getDefinition()
           
 void setDefinition(ServiceDefinition definition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateServiceRequest

public UpdateServiceRequest()
Method Detail

getDefinition

public ServiceDefinition getDefinition()

setDefinition

public void setDefinition(ServiceDefinition definition)


Copyright © IBM Corp. All Rights Reserved.