Interface IMapSetDefinition
-
- All Superinterfaces:
ICICSDefinition
,ICICSObject
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IMapSetDefinition extends ICICSDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IMapSetDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IMapSetDefinition.ResidentValue
Enumeration type for field RESIDENTstatic class
IMapSetDefinition.StatusValue
Enumeration type for field STATUSstatic class
IMapSetDefinition.UsageValue
Enumeration type for field USAGEstatic class
IMapSetDefinition.UselpacopyValue
Enumeration type for field USELPACOPY
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMapSetDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTICICSDefinitionReference<IMapSetDefinition>
getCICSObjectReference()
ICICSType<IMapSetDefinition>
getObjectType()
IMapSetDefinition.ResidentValue
getResident()
Getter for field RESIDENTIMapSetDefinition.StatusValue
getStatus()
Getter for field STATUSIMapSetDefinition.UsageValue
getUsage()
Getter for field USAGEIMapSetDefinition.UselpacopyValue
getUselpacopy()
Getter for field USELPACOPYjava.lang.String
getUserdata1()
Getter for field USERDATA1java.lang.String
getUserdata2()
Getter for field USERDATA2java.lang.String
getUserdata3()
Getter for field USERDATA3-
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IMapSetDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSDefinition
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IMapSetDefinition.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CSDBATCH - The resource was last changed by a DFHCSDUP job.
- 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.
-
getResident
IMapSetDefinition.ResidentValue getResident()
Getter for field RESIDENTResidence status
The residence status of the map set:
- NO - The map set is not to be permanently resident.
- YES - The map set is to be loaded on first reference and is then to be permanently resident in virtual storage, but is to be pageable by the operating system.
-
getStatus
IMapSetDefinition.StatusValue getStatus()
Getter for field STATUSMap set status
The map set status:
- DISABLED - The map set cannot be used.
- ENABLED - The map set can be used.
-
getUsage
IMapSetDefinition.UsageValue getUsage()
Getter for field USAGEMap set storage release
Specifies when the storage for this map set is released:
- NORMAL - When the use count of the map set reaches zero, it becomes eligible for removal from storage as part of the normal dynamic storage compression process.
- TRANSIENT - When the use count for this map set becomes zero, the storage for this map set is released. This value should be specified for map sets that are referenced infrequently.
-
getUselpacopy
IMapSetDefinition.UselpacopyValue getUselpacopy()
Getter for field USELPACOPYUse map set from link pack area (LPA) option
Specifies whether the map set is to be used from the link pack area (LPA):
- NO - The map set is not to be used from the LPA. It is loaded into the CICS partition.
- YES - The map set can be used from the LPA if LPA=YES is specified as a system initialization parameter.
-
getUserdata1
java.lang.String getUserdata1()
Getter for field USERDATA1User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
-
getUserdata2
java.lang.String getUserdata2()
Getter for field USERDATA2User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
-
getUserdata3
java.lang.String getUserdata3()
Getter for field USERDATA3User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
-
getCICSObjectReference
ICICSDefinitionReference<IMapSetDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSDefinition
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-