public interface IPackageset extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IPackageset.EnableStatusValue
Enumeration type for field ENABLESTATUS
|
static class |
IPackageset.InstallationAgentValue
Enumeration type for field INSTALLAGENT
|
static class |
IPackageset.LastModificationAgentValue
Enumeration type for field CHANGEAGENT
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getBaseApplicationMajorVersion()
Getter for field BASEAPMAJVER
|
java.lang.Long |
getBaseApplicationMicroVersion()
Getter for field BASEAPMICVER
|
java.lang.Long |
getBaseApplicationMinorVersion()
Getter for field BASEAPMINVER
|
java.lang.String |
getBaseApplicationName()
Getter for field BASEAPPLICTN
|
java.lang.String |
getBasePlatformName()
Getter for field BASEPLATFORM
|
IPackagesetReference |
getCICSObjectReference() |
java.util.Date |
getCreationTime()
Getter for field DEFINETIME
|
IPackageset.EnableStatusValue |
getEnableStatus()
Getter for field ENABLESTATUS
|
IPackageset.InstallationAgentValue |
getInstallationAgent()
Getter for field INSTALLAGENT
|
java.util.Date |
getInstallationTime()
Getter for field INSTALLTIME
|
java.lang.String |
getInstallationUserID()
Getter for field INSTALLUSRID
|
IPackageset.LastModificationAgentValue |
getLastModificationAgent()
Getter for field CHANGEAGENT
|
java.lang.String |
getLastModificationAgentRelease()
Getter for field CHANGEAGREL
|
java.util.Date |
getLastModificationTime()
Getter for field CHANGETIME
|
java.lang.String |
getLastModificationUserID()
Getter for field CHANGEUSRID
|
ICICSType<IPackageset> |
getObjectType() |
java.lang.String |
getPackagesetName()
Getter for field NAME
|
java.lang.String |
getSourceOfTheResourceDefinition()
Getter for field DEFINESOURCE
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<IPackageset> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getPackagesetName()
DB2 Packageset
The name of the DB2 Packageset.
IPackageset.LastModificationAgentValue getLastModificationAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getLastModificationAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.lang.String getLastModificationUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getSourceOfTheResourceDefinition()
Source of the resource definition
The source of the definition, depending on which made the last change.
java.util.Date getCreationTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.util.Date getLastModificationTime()
Last modification time
The local date and time when the definition was last changed.
java.util.Date getInstallationTime()
Installation time
The local date and time when the definition was installed.
IPackageset.InstallationAgentValue getInstallationAgent()
Installation agent
The install agent identifier that made the installation:
java.lang.String getInstallationUserID()
Installation user ID
The user ID that installed the resource definition.
java.lang.String getBasePlatformName()
Base platform name
The name of the platform using this packageset.
java.lang.String getBaseApplicationName()
Base application name
The name of the application using this packageset.
java.lang.Long getBaseApplicationMajorVersion()
Base application major version
The major version of the application using this packageset.
java.lang.Long getBaseApplicationMinorVersion()
Base application minor version
The minor version of the application using this packageset.
java.lang.Long getBaseApplicationMicroVersion()
Base application micro version
The micro version of the application using this packageset.
IPackageset.EnableStatusValue getEnableStatus()
Enabled status
This indicates whether the DB2 packageset will be used by the CICS-DB2 interface.
IPackagesetReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.