Interface IResourceAssignmentInResourceDescription
-
- All Superinterfaces:
ICICSObject
,ICPSMDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IResourceAssignmentInResourceDescription extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IResourceAssignmentInResourceDescription.ChangeAgentValue
Enumeration type for field CHANGEAGENT
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IResourceAssignmentInResourceDescription> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IResourceAssignmentInResourceDescription.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getResourceDescription
java.lang.String getResourceDescription()
Getter for field RESDESCResource description (RESDESC) name
The name of the resource description.
-
getResourceAssignment
java.lang.String getResourceAssignment()
Getter for field RESASSGNResource assignment (RASGNDEF) name
The name of a resource assignment that is associated with the specified resource description.
-
getTargetScope
java.lang.String getTargetScope()
Getter for field TSCOPETarget scope name
The name of the CICS system or system group where the resources are to be assigned. The scope information contained in resource assignments (RASGNDEF) takes precedence over the information contained in this view (RASINDSC). In turn the scope information contained in this view (RASINDSC) takes preference over the information contained in the resource description view (RESDESC).
-
getRelatedScope
java.lang.String getRelatedScope()
Getter for field RSCOPERelated scope name
The name of the CICS system or system group where resources identified as REMOTE to the target scope are to be assigned as LOCAL. The scope information contained in resource assignments (RASGNDEF) takes precedence over the information contained in this view (RASINDSC). In turn the scope information contained in this view (RASINDSC) takes preference over the information contained in the resource description view (RESDESC).
-
getResourceGroup
java.lang.String getResourceGroup()
Getter for field RESGROUPResource group name
The name of a resource group that contains resource definitions of the specified resource type to be assigned. The resource group information contained in the association between the resource description and resource assignment (RASINDSC) takes precedence over the information contained in the resource description (RESDESC). It does not take precedence over the information contained in the resource assignment definition (RASGNDEF).
-
getDescription
java.lang.String getDescription()
Getter for field DESCRIPTIONDescription
A description of the resource description-to-assignment association.
-
getContainingDescriptions
IResourceDescriptionDefinitionReference getContainingDescriptions()
-
getContainingAssignments
IResourceAssignmentDefinitionReference getContainingAssignments()
-
getContainingGroup
IResourceGroupDefinitionReference getContainingGroup()
-
getRegionGroupDefinitionReferenceRelatedScope
ICICSRegionGroupDefinitionReference getRegionGroupDefinitionReferenceRelatedScope()
-
getRegionDefinitionReferenceRelatedScope
ICICSRegionDefinitionReference getRegionDefinitionReferenceRelatedScope()
-
getRegionGroupDefinitionReferenceTargetScope
ICICSRegionGroupDefinitionReference getRegionGroupDefinitionReferenceTargetScope()
-
getRegionDefinitionReferenceTargetScope
ICICSRegionDefinitionReference getRegionDefinitionReferenceTargetScope()
-
getCICSObjectReference
IResourceAssignmentInResourceDescriptionReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-