public interface IManagementPart extends ICPSMManager
Modifier and Type | Interface and Description |
---|---|
static class |
IManagementPart.AvailabilityValue
Enumeration type for field AVAILSTATUS
|
static class |
IManagementPart.ChangeagentValue
Enumeration type for field CHANGEAGENT
|
static class |
IManagementPart.EnableStatusValue
Enumeration type for field ENABLESTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationDefinitionName()
Getter for field APPLDEF
|
java.lang.Long |
getApplicationMajorVersion()
Getter for field APPLMAJORVER
|
java.lang.Long |
getApplicationMicroVersion()
Getter for field APPLMICROVER
|
java.lang.Long |
getApplicationMinorVersion()
Getter for field APPLMINORVER
|
java.lang.String |
getApplicationName()
Getter for field APPLICATION
|
IManagementPart.AvailabilityValue |
getAvailability()
Getter for field AVAILSTATUS
|
java.lang.String |
getBundleID()
Getter for field BUNDLE
|
java.lang.Long |
getBundleMajorVersion()
Getter for field BUNDMAJORVER
|
java.lang.Long |
getBundleMicroVersion()
Getter for field BUNDMICROVER
|
java.lang.Long |
getBundleMinorVersion()
Getter for field BUNDMINORVER
|
IManagementPart.ChangeagentValue |
getChangeagent()
Getter for field CHANGEAGENT
|
java.lang.String |
getChangeagrel()
Getter for field CHANGEAGREL
|
java.util.Date |
getChangetime()
Getter for field CHANGETIME
|
java.lang.String |
getChangeusrid()
Getter for field CHANGEUSRID
|
IManagementPartReference |
getCICSObjectReference() |
java.util.Date |
getCreatetime()
Getter for field CREATETIME
|
IManagementPart.EnableStatusValue |
getEnableStatus()
Getter for field ENABLESTATUS
|
java.lang.String |
getId()
Getter for field ID
|
java.lang.String |
getInstallScope()
Getter for field INSTALLSCOPE
|
ICICSType<IManagementPart> |
getObjectType() |
java.lang.String |
getPlatformDefinitionName()
Getter for field PLATDEF
|
java.lang.String |
getPlatformName()
Getter for field PLATFORM
|
java.lang.String |
getRegionType()
Getter for field REGIONTYPE
|
getCICSContainer
getCICSType, getName
ICICSType<IManagementPart> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMManager
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.util.Date getChangetime()
Last modification
The local time when the definition was last changed.
IManagementPart.ChangeagentValue getChangeagent()
Last modification agent
The change agent identifier that made the last modification.
java.util.Date getCreatetime()
Time created
The local time when the definition was created.
java.lang.String getChangeusrid()
Last modification user ID
The user ID that made the last modification.
java.lang.String getChangeagrel()
Last modification agent release
The CICS release level of the agent that made the last modification.
java.lang.String getId()
ID
The management part ID.
java.lang.String getPlatformName()
Platform
The name of the platform as specified by the CICS platform bundle.
java.lang.String getPlatformDefinitionName()
Platform definition
The name of the platform definition.
java.lang.String getApplicationName()
Application
The name of the application as specified by the CICS application bundle.
java.lang.String getApplicationDefinitionName()
Application definition
The name of the application definition.
java.lang.Long getApplicationMajorVersion()
Application major version number
The major version of the application.
java.lang.Long getApplicationMinorVersion()
Application minor version number
The minor version of the application.
java.lang.Long getApplicationMicroVersion()
Application micro version number
The micro version of the application.
java.lang.String getRegionType()
Region type
The region type or platform that the bundle is installed into.
java.lang.String getInstallScope()
Bundle install request scope
The name of the CSYSGRP to be used as the scope that the bundle is installed into.
java.lang.String getBundleID()
Bundle ID
The name of the CSYSGRP to be used as the scope that the bundle is installed into.
java.lang.Long getBundleMajorVersion()
Bundle major version number
The major version of the bundle.
java.lang.Long getBundleMinorVersion()
Bundle minor version number
The minor version of the bundle.
java.lang.Long getBundleMicroVersion()
Bundle micro version number
The micro version of the bundle.
IManagementPart.EnableStatusValue getEnableStatus()
Management part bundle enable status
The status of the installed CICS BUNDLE resources. The status values are:
IManagementPart.AvailabilityValue getAvailability()
Management part bundle availability status
The status of the installed CICS BUNDLE resources. The status values are:
IManagementPartReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICPSMManager
Copyright © 2008-2013 IBM Corp. All Rights Reserved.