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

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

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

Create operation request message. This message specifies information about the operation to define for an individual service defined within the service policy manager system. Operations can only be defined on individual services and not service groups.

Create operation request message type.

definition

Operation definition, specifying which service to create the operation under.

See Also:
Serialized Form

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

Constructor Detail

CreateOperationRequest

public CreateOperationRequest()
Method Detail

getDefinition

public OperationDefinition getDefinition()

setDefinition

public void setDefinition(OperationDefinition definition)


Copyright © IBM Corp. All Rights Reserved.