public interface IResourceAssignmentDefinition extends ICPSMDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IResourceAssignmentDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IResourceAssignmentDefinition.OverrideScopeValue
Enumeration type for field OVERRIDE
|
static class |
IResourceAssignmentDefinition.ResourceUsageQualifierValue
Enumeration type for field MODE
|
static class |
IResourceAssignmentDefinition.ResourceUsageValue
Enumeration type for field USAGE
|
COPYRIGHT
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
getCICSType
ICICSType<IResourceAssignmentDefinition> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMDefinition
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
IResourceAssignmentDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getName()
Name
The name of the resource assignment.
getName
in interface ICICSObject
java.lang.String getTargetScope()
Target scope
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 the association between the resource description and resource assignment view (RASINDSC), and over the information contained in the resource description view (RESDESC).
java.lang.String getRelatedScope()
Related scope
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 the association between the resource description and resource assignment view (RASINDSC), and over the information contained in the resource description view (RESDESC).
java.lang.String getResourceGroup()
Resource group
The name of the resource group that contains the resource definitions of the specified resource type to be assigned. The resource group information contained in the resource assignment definition (RASGNDEF) takes precedence over the information contained in the association between the resource description and resource assignment (RASINDSC), and over the information contained in the resource description (RESDESC).
java.lang.String getResourceType()
Resource type
The type of resources to be processed by the assignment.
java.lang.String getReferencedResourceAssignment()
Referenced resource assignment name
The resource assignment that applies to the related session definitions (SESSDEF) when a Resource Type field contains CONNDEF (for connections). For each connection, CICSPlex SM requires one or more session definitions to construct the actual CICS link properly.
IResourceAssignmentDefinition.ResourceUsageValue getResourceUsage()
Resource usage
Indicates how the resources will be used:
IResourceAssignmentDefinition.ResourceUsageQualifierValue getResourceUsageQualifier()
Resource usage qualifier
For some resource types, CICSPlex SM requires additional information to determine which subset of resource attributes to use in processing a resource assignment. The value you should specify depends on the resource type being assigned:
IResourceAssignmentDefinition.OverrideScopeValue getOverrideScope()
Scope that override is applied to
If you plan to specify an override expression for the resources, indicate to which scope the override values should be applied:
java.lang.String getFilterString()
Filter string
(Optional.) Identifies attributes that are to be used in selecting resources to be assigned. CICSPlex SM processes only those resources that meet the specified filter criteria.
A filter expression can be made up of one or more attribute expressions in the form 'attribute operator value'. Valid operators are <, <=, =, >=, > and ¬=. Attribute expressions can be combined using AND or OR operators, parentheses to group expressions and NOT to negate an expression.
If a value contains embedded blanks or special characters (including periods, commas or equal signs) the entire value must be enclosed in single quotes. If a single quote is included in a value it should be converted to two single quotes.
The filter expression must be terminated with a period.
java.lang.String getOverrideString()
Override string
(Optional.) Identifies attributes of the specified resources whose values are to be overridden when they are assigned to the scope(s) identified in the OVERRIDE field.
The string, that defines which values are to be overridden, can be made up of one or more expressions, of the form attribute=value, separated by commas and terminated with a period.
If a value contains embedded blanks or special characters (including periods, commas or equal signs) the entire value must be enclosed in single quotes. If a single quote is included in a value it should be converted to two single quotes.
java.lang.String getDescription()
Description
A description of the resource assignment.
IResourceGroupDefinitionReference getResourceAssignment()
ICICSRegionGroupDefinitionReference getRegionGroupDefinitionReferenceTargetScope()
ICICSRegionDefinitionReference getRegionDefinitionReferenceTargetScope()
ICICSRegionGroupDefinitionReference getRegionGroupDefinitionReferenceRelatedScope()
ICICSRegionDefinitionReference getRegionDefinitionReferenceRelatedScope()
ICICSObjectSet<IResourceAssignmentInResourceDescription> getFromAssignmentsInDescriptions()
IResourceAssignmentDefinitionReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICPSMDefinition
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.