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 classIManagementPart.AvailabilityValueEnumeration type for field AVAILSTATUSstatic classIManagementPart.ChangeagentValueEnumeration type for field CHANGEAGENTstatic classIManagementPart.EnableStatusValueEnumeration 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.StringgetApplicationDefinitionName()Getter for field APPLDEFjava.lang.LonggetApplicationMajorVersion()Getter for field APPLMAJORVERjava.lang.LonggetApplicationMicroVersion()Getter for field APPLMICROVERjava.lang.LonggetApplicationMinorVersion()Getter for field APPLMINORVERjava.lang.StringgetApplicationName()Getter for field APPLICATIONIManagementPart.AvailabilityValuegetAvailability()Getter for field AVAILSTATUSjava.lang.StringgetBundleID()Getter for field BUNDLEjava.lang.LonggetBundleMajorVersion()Getter for field BUNDMAJORVERjava.lang.LonggetBundleMicroVersion()Getter for field BUNDMICROVERjava.lang.LonggetBundleMinorVersion()Getter for field BUNDMINORVERIManagementPart.ChangeagentValuegetChangeagent()Getter for field CHANGEAGENTjava.lang.StringgetChangeagrel()Getter for field CHANGEAGRELjava.util.DategetChangetime()Getter for field CHANGETIMEjava.lang.StringgetChangeusrid()Getter for field CHANGEUSRIDIManagementPartReferencegetCICSObjectReference()java.util.DategetCreatetime()Getter for field CREATETIMEIManagementPart.EnableStatusValuegetEnableStatus()Getter for field ENABLESTATUSjava.lang.StringgetId()Getter for field IDjava.lang.StringgetInstallScope()Getter for field INSTALLSCOPEICICSType<IManagementPart>getObjectType()java.lang.StringgetPlatformDefinitionName()Getter for field PLATDEFjava.lang.StringgetPlatformName()Getter for field PLATFORMjava.lang.StringgetRegionType()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:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMManager- Specified by:
getObjectTypein 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:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMManager
-
-