com.ibm.cics.model
Interface IWorkloadGroupInWorkloadSpecification

All Superinterfaces:
ICICSObject, ICPSMDefinition, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IWorkloadGroupInWorkloadSpecification
extends ICPSMDefinition

generated from CICS resourcetable WLMINSPC


Method Summary
 java.lang.String getGroup()
          Getter for field GROUP
 java.lang.String getSpecification()
          Getter for field NAME
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Method Detail

getSpecification

java.lang.String getSpecification()
Getter for field NAME

Workload management specification

The name of the workload specification.


getGroup

java.lang.String getGroup()
Getter for field GROUP

Workload management (WLM) group

The name of a workload group associated with a workload specification.



Copyright 2008-2009 IBM Corp. All Rights Reserved.