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

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

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

Update service implementation request. Updates a service implementation definition in the service policy manager system. Only changed fields are updated. Optional fields that are not supplied are considered not to be changed.

Update service implementation request message type.

definition

Service implementation definition.

See Also:
Serialized Form

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

Constructor Detail

UpdateServiceImplementationRequest

public UpdateServiceImplementationRequest()
Method Detail

getDefinition

public ServiceImplDefinition getDefinition()

setDefinition

public void setDefinition(ServiceImplDefinition definition)


Copyright © IBM Corp. All Rights Reserved.