Interface IManagementPart
-
- All Superinterfaces:
ICICSObject
,ICPSMManager
,com.ibm.cics.model.meta.ITypedObject
public interface IManagementPart extends ICPSMManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IManagementPart.AvailabilityValue
Enumeration type for field AVAILSTATUSstatic class
IManagementPart.ChangeagentValue
Enumeration type for field CHANGEAGENTstatic class
IManagementPart.EnableStatusValue
Enumeration type for field ENABLESTATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMManager
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getApplicationDefinitionName()
Getter for field APPLDEFjava.lang.Long
getApplicationMajorVersion()
Getter for field APPLMAJORVERjava.lang.Long
getApplicationMicroVersion()
Getter for field APPLMICROVERjava.lang.Long
getApplicationMinorVersion()
Getter for field APPLMINORVERjava.lang.String
getApplicationName()
Getter for field APPLICATIONIManagementPart.AvailabilityValue
getAvailability()
Getter for field AVAILSTATUSjava.lang.String
getBundleID()
Getter for field BUNDLEjava.lang.Long
getBundleMajorVersion()
Getter for field BUNDMAJORVERjava.lang.Long
getBundleMicroVersion()
Getter for field BUNDMICROVERjava.lang.Long
getBundleMinorVersion()
Getter for field BUNDMINORVERIManagementPart.ChangeagentValue
getChangeagent()
Getter for field CHANGEAGENTjava.lang.String
getChangeagrel()
Getter for field CHANGEAGRELjava.util.Date
getChangetime()
Getter for field CHANGETIMEjava.lang.String
getChangeusrid()
Getter for field CHANGEUSRIDIManagementPartReference
getCICSObjectReference()
java.util.Date
getCreatetime()
Getter for field CREATETIMEIManagementPart.EnableStatusValue
getEnableStatus()
Getter for field ENABLESTATUSjava.lang.String
getId()
Getter for field IDjava.lang.String
getInstallScope()
Getter for field INSTALLSCOPEICICSType<IManagementPart>
getObjectType()
java.lang.String
getPlatformDefinitionName()
Getter for field PLATDEFjava.lang.String
getPlatformName()
Getter for field PLATFORMjava.lang.String
getRegionType()
Getter for field REGIONTYPE-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMManager
getCICSContainer
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IManagementPart> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMManager
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangetime
java.util.Date getChangetime()
Getter for field CHANGETIMELast modification
The local time when the definition was last changed.
-
getChangeagent
IManagementPart.ChangeagentValue getChangeagent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
-
getCreatetime
java.util.Date getCreatetime()
Getter for field CREATETIMETime created
The local time when the definition was created.
-
getChangeusrid
java.lang.String getChangeusrid()
Getter for field CHANGEUSRIDLast modification user ID
The user ID that made the last modification.
-
getChangeagrel
java.lang.String getChangeagrel()
Getter for field CHANGEAGRELLast modification agent release
The CICS release level of the agent that made the last modification.
-
getId
java.lang.String getId()
Getter for field IDID
The management part ID.
-
getPlatformName
java.lang.String getPlatformName()
Getter for field PLATFORMPlatform
The name of the platform as specified by the CICS platform bundle.
-
getPlatformDefinitionName
java.lang.String getPlatformDefinitionName()
Getter for field PLATDEFPlatform definition
The name of the platform definition.
-
getApplicationName
java.lang.String getApplicationName()
Getter for field APPLICATIONApplication
The name of the application as specified by the CICS application bundle.
-
getApplicationDefinitionName
java.lang.String getApplicationDefinitionName()
Getter for field APPLDEFApplication definition
The name of the application definition.
-
getApplicationMajorVersion
java.lang.Long getApplicationMajorVersion()
Getter for field APPLMAJORVERApplication major version number
The major version of the application.
-
getApplicationMinorVersion
java.lang.Long getApplicationMinorVersion()
Getter for field APPLMINORVERApplication minor version number
The minor version of the application.
-
getApplicationMicroVersion
java.lang.Long getApplicationMicroVersion()
Getter for field APPLMICROVERApplication micro version number
The micro version of the application.
-
getRegionType
java.lang.String getRegionType()
Getter for field REGIONTYPERegion type
The region type or platform that the bundle is installed into.
-
getInstallScope
java.lang.String getInstallScope()
Getter for field INSTALLSCOPEBundle install request scope
The name of the CSYSGRP to be used as the scope that the bundle is installed into.
-
getBundleID
java.lang.String getBundleID()
Getter for field BUNDLEBundle ID
The name of the CSYSGRP to be used as the scope that the bundle is installed into.
-
getBundleMajorVersion
java.lang.Long getBundleMajorVersion()
Getter for field BUNDMAJORVERBundle major version number
The major version of the bundle.
-
getBundleMinorVersion
java.lang.Long getBundleMinorVersion()
Getter for field BUNDMINORVERBundle minor version number
The minor version of the bundle.
-
getBundleMicroVersion
java.lang.Long getBundleMicroVersion()
Getter for field BUNDMICROVERBundle micro version number
The micro version of the bundle.
-
getEnableStatus
IManagementPart.EnableStatusValue getEnableStatus()
Getter for field ENABLESTATUSManagement part bundle enable status
The status of the installed CICS BUNDLE resources. The status values are:
- ENABLED - All CICS BUNDLE resources are enabled.
- DISABLED - All CICS BUNDLE resources are disabled.
- ENABLING - The CICS BUNDLE resources are in the process of being enabled.
- DISABLING - The CICS BUNDLE resources are in the process of being disabled.
- EMPTY - No CICS BUNDLE resources are installed.
- INVALIDSCOPE - No CICS BUNDLE resources are installed. The INSTALLSCOPE field does not contain a valid CICSPlex SM scope.
- SOMEDISABLED - Some of the CICS BUNDLE resources are disabled. This can also occur when all CICS BUNDLE resources are DISABLED if the ENABLEDCOUNT for any of them is greater than 0.
- IMPORTONLY - The CICS BUNDLE resources are enabled but only contain import statements.
- INCOMPLETE - One or more associated CICS BUNDLE resources are not installed in the active regions or have an invalid scope.
- INSTALLING - The CICS BUNDLE resources are in the process of being installed.
- DISCARDING - The CICS BUNDLE resources are in the process of being discarded.
-
getAvailability
IManagementPart.AvailabilityValue getAvailability()
Getter for field AVAILSTATUSManagement part bundle availability status
The status of the installed CICS BUNDLE resources. The status values are:
- AVAILABLE - All CICS BUNDLE resources are available.
- UNAVAILABLE - All CICS BUNDLE resources are unavailable.
- SOMEAVAIL - Some CICS BUNDLE resources are available.
- NONE - None of the CICS BUNDLE resources contain entry points.
-
getCICSObjectReference
IManagementPartReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMManager
-
-