Interface IPartitionSetDefinition
-
- All Superinterfaces:
ICICSDefinition
,ICICSObject
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IPartitionSetDefinition extends ICICSDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IPartitionSetDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IPartitionSetDefinition.ResidentValue
Enumeration type for field RESIDENTstatic class
IPartitionSetDefinition.StatusValue
Enumeration type for field STATUSstatic class
IPartitionSetDefinition.UsageValue
Enumeration type for field USAGEstatic class
IPartitionSetDefinition.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 IPartitionSetDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTICICSDefinitionReference<IPartitionSetDefinition>
getCICSObjectReference()
ICICSType<IPartitionSetDefinition>
getObjectType()
IPartitionSetDefinition.ResidentValue
getResident()
Getter for field RESIDENTIPartitionSetDefinition.StatusValue
getStatus()
Getter for field STATUSIPartitionSetDefinition.UsageValue
getUsage()
Getter for field USAGEIPartitionSetDefinition.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<IPartitionSetDefinition> 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
IPartitionSetDefinition.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
IPartitionSetDefinition.ResidentValue getResident()
Getter for field RESIDENTResidence status
The residence status of the partition set:
- NO - The partition set is not to be permanently resident.
- YES - The partition 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
IPartitionSetDefinition.StatusValue getStatus()
Getter for field STATUSPartition set status
The partition set status.
- DISABLED - The partition set cannot be used.
- ENABLED - The partition set can be used
-
getUsage
IPartitionSetDefinition.UsageValue getUsage()
Getter for field USAGEPartition set storage release
Specifies when the storage for this partition set is released:
- NORMAL - When the use count for this partition set reaches zero, it becomes eligible for removal from storage as part of the normal dynamic program compression process.
- TRANSIENT - When the use count for this partition set becomes zero, the storage for this partition set is released. This value should be specified for partition sets that are referenced infrequently.
-
getUselpacopy
IPartitionSetDefinition.UselpacopyValue getUselpacopy()
Getter for field USELPACOPYUse copy of partition set from link pack area (LPA)
Specifies whether the partition set is to be used from the link pack area (LPA):
- NO - The partition set is not to be used from the LPA. It is loaded into the CICS partition.
- YES - The partition set can be used from the LPA if LPA=YES is specified as a system initialization parameter. The use of the partition set from the LPA requires that it has been installed there and that the partition set is not named by the PRVMOD start-up option.
-
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<IPartitionSetDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSDefinition
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-