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


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IWorkloadGroupInWorkloadSpecification> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IWorkloadGroupInWorkloadSpecificationReference getCICSObjectReference()
           
 java.lang.String getGroup()
          Getter for field GROUP
 ICICSType<IWorkloadGroupInWorkloadSpecification> getObjectType()
           
 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
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IWorkloadGroupInWorkloadSpecification> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICPSMDefinition
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

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.


getCICSObjectReference

IWorkloadGroupInWorkloadSpecificationReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICPSMDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IWorkloadGroupInWorkloadSpecification> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



Copyright © 2008-2013 IBM Corp. All Rights Reserved.