Interface IPackageset
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IPackageset extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IPackageset.EnableStatusValue
Enumeration type for field ENABLESTATUSstatic class
IPackageset.InstallationAgentValue
Enumeration type for field INSTALLAGENTstatic class
IPackageset.LastModificationAgentValue
Enumeration type for field CHANGEAGENT
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Long
getBaseApplicationMajorVersion()
Getter for field BASEAPMAJVERjava.lang.Long
getBaseApplicationMicroVersion()
Getter for field BASEAPMICVERjava.lang.Long
getBaseApplicationMinorVersion()
Getter for field BASEAPMINVERjava.lang.String
getBaseApplicationName()
Getter for field BASEAPPLICTNjava.lang.String
getBasePlatformName()
Getter for field BASEPLATFORMIPackagesetReference
getCICSObjectReference()
java.util.Date
getCreationTime()
Getter for field DEFINETIMEIPackageset.EnableStatusValue
getEnableStatus()
Getter for field ENABLESTATUSIPackageset.InstallationAgentValue
getInstallationAgent()
Getter for field INSTALLAGENTjava.util.Date
getInstallationTime()
Getter for field INSTALLTIMEjava.lang.String
getInstallationUserID()
Getter for field INSTALLUSRIDIPackageset.LastModificationAgentValue
getLastModificationAgent()
Getter for field CHANGEAGENTjava.lang.String
getLastModificationAgentRelease()
Getter for field CHANGEAGRELjava.util.Date
getLastModificationTime()
Getter for field CHANGETIMEjava.lang.String
getLastModificationUserID()
Getter for field CHANGEUSRIDICICSType<IPackageset>
getObjectType()
java.lang.String
getPackagesetName()
Getter for field NAMEjava.lang.String
getSourceOfTheResourceDefinition()
Getter for field DEFINESOURCE-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IPackageset> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getPackagesetName
java.lang.String getPackagesetName()
Getter for field NAMEDB2 Packageset
The name of the DB2 Packageset.
-
getLastModificationAgent
IPackageset.LastModificationAgentValue getLastModificationAgent()
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 - The resource was last changed by a CICSPlex SM BAS API command.
- DREPBATCH - The resource was last changed by a CICSPlex SM utility.
- SYSTEM - The resource was last changed by the CICS or CICSPlex SM system.
- AUTOINSTALL - The resource was last autoinstalled.
- CREATESPI - The resource was last changed by an EXEC CICS CREATE command.
- NOTAPPLIC - This is not applicable for this resource.
-
getLastModificationAgentRelease
java.lang.String getLastModificationAgentRelease()
Getter for field CHANGEAGRELLast modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
-
getLastModificationUserID
java.lang.String getLastModificationUserID()
Getter for field CHANGEUSRIDLast modification user ID
The user ID that made the last modification to the resource definition.
-
getSourceOfTheResourceDefinition
java.lang.String getSourceOfTheResourceDefinition()
Getter for field DEFINESOURCESource of the resource definition
The source of the definition, depending on which made the last change.
-
getCreationTime
java.util.Date getCreationTime()
Getter for field DEFINETIMECreation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
-
getLastModificationTime
java.util.Date getLastModificationTime()
Getter for field CHANGETIMELast modification time
The local date and time when the definition was last changed.
-
getInstallationTime
java.util.Date getInstallationTime()
Getter for field INSTALLTIMEInstallation time
The local date and time when the definition was installed.
-
getInstallationAgent
IPackageset.InstallationAgentValue getInstallationAgent()
Getter for field INSTALLAGENTInstallation agent
The install agent identifier that made the installation:
- BUNDLE - The resource was installed as a result of the installation of an XML bundle.
-
getInstallationUserID
java.lang.String getInstallationUserID()
Getter for field INSTALLUSRIDInstallation user ID
The user ID that installed the resource definition.
-
getBasePlatformName
java.lang.String getBasePlatformName()
Getter for field BASEPLATFORMBase platform name
The name of the platform using this packageset.
-
getBaseApplicationName
java.lang.String getBaseApplicationName()
Getter for field BASEAPPLICTNBase application name
The name of the application using this packageset.
-
getBaseApplicationMajorVersion
java.lang.Long getBaseApplicationMajorVersion()
Getter for field BASEAPMAJVERBase application major version
The major version of the application using this packageset.
-
getBaseApplicationMinorVersion
java.lang.Long getBaseApplicationMinorVersion()
Getter for field BASEAPMINVERBase application minor version
The minor version of the application using this packageset.
-
getBaseApplicationMicroVersion
java.lang.Long getBaseApplicationMicroVersion()
Getter for field BASEAPMICVERBase application micro version
The micro version of the application using this packageset.
-
getEnableStatus
IPackageset.EnableStatusValue getEnableStatus()
Getter for field ENABLESTATUSEnabled status
This indicates whether the DB2 packageset will be used by the CICS-DB2 interface.
- ENABLED - The DB2 packageset will be used.
- DISABLED - The DB2 packagset will not be used.
-
getCICSObjectReference
IPackagesetReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-