com.ibm.cics.model
Interface IWorkloadDefinitionInWorkloadGroup

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

public interface IWorkloadDefinitionInWorkloadGroup
extends ICPSMDefinition

generated from CICS resourcetable WLMINGRP


Method Summary
 java.lang.String getDefinition()
          Getter for field DEF
 java.lang.String getGroup()
          Getter for field GROUP
 
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

getGroup

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

Workload management (WLM) group

The name of the workload group.


getDefinition

java.lang.String getDefinition()
Getter for field DEF

Name of workload management (WLM) definition

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



Copyright 2008-2009 IBM Corp. All Rights Reserved.