|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActiveWorkloadDefinition
generated from CICS resourcetable WLMAWDEF
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICPSMManager |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,IActiveWorkloadDefinition> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
IActiveWorkloadDefinitionReference |
getCICSObjectReference()
|
|
java.lang.String |
getDescription()
Getter for field DESC |
|
java.lang.String |
getLuName()
Getter for field LUNAME |
|
java.lang.String |
getName()
Getter for field NAME |
|
ICICSType<IActiveWorkloadDefinition> |
getObjectType()
|
|
java.lang.String |
getProcessType()
Getter for field PROCESSTYPE |
|
java.lang.String |
getTargetScope()
Getter for field AORSCOPE |
|
java.lang.String |
getTransactionGroup()
Getter for field TRANGRP |
|
java.lang.String |
getUserID()
Getter for field USERID |
|
java.lang.String |
getWorkload()
Getter for field WORKLOAD |
|
java.lang.String |
getWorkloadOwner()
Getter for field WRKLOWNER |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType |
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject |
---|
getAttributeValue |
Method Detail |
---|
ICICSType<IActiveWorkloadDefinition> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMManager
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Workload definition
The name of the workload definition.
getName
in interface ICICSObject
java.lang.String getWorkload()
Workload name
The name of the workload specification to which the workload definition is associated.
java.lang.String getTransactionGroup()
Transaction group
The name of the transaction group associated with the workload definition.
If this field is blank, it means no transaction group was defined; the workload definition is using the default transaction group associated with its workload specification.
Note: The hyperlink to the WLMATGRP view is not valid when this field is blank.
java.lang.String getLuName()
Terminal LU name
The logical unit name used in matching a transaction with the workload definition.
java.lang.String getUserID()
User ID
The user ID used in matching a transaction with the workload definition.
java.lang.String getTargetScope()
Scope name of set of target systems
The name of the CICS system or CICS system group to which transactions associated with the workload definition are directed.
java.lang.String getDescription()
Description
A description of the workload definition.
java.lang.String getWorkloadOwner()
System ID of workload owner
The 4-character CICS system ID of the CMAS that created the workload.
java.lang.String getProcessType()
Process type
The specific or generic process type used in matching a transaction with the workload definition.
Terminal LU name and User ID must both be set to '*'. A Transaction group of blanks or a specific name can be specified. You may only separate a workload by Transaction group and Process type or by Transaction group, Terminal LU name and User ID.
IActiveWorkloadDefinitionReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IActiveWorkloadDefinition> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |