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

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

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

Create service request message. This message specifies information about the service to create within the service policy manager system. The parentGroup field must be supplied during the create, in order to link the service into the service hiearchy. The definition type must also be supplied in order to determine whether an individual service or service group should be created. If the enabled field is not supplied, then the service is assumed to be enabled.

Create service request message type.

definition

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

See Also:
Serialized Form

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

CreateServiceRequest

public CreateServiceRequest()
Method Detail

getDefinition

public ServiceDefinition getDefinition()

setDefinition

public void setDefinition(ServiceDefinition definition)


Copyright © IBM Corp. All Rights Reserved.