com.ibm.cics.model
Interface IManagementPart

All Superinterfaces:
ICICSObject, ICPSMManager, com.ibm.cics.model.meta.ITypedObject

public interface IManagementPart
extends ICPSMManager

generated from CICS resourcetable MGMTPART


Nested Class Summary
static class IManagementPart.ChangeagentValue
          Enumeration type for field CHANGEAGENT
static class IManagementPart.EnableStatusValue
          Enumeration type for field ENABLESTATUS
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMManager
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IManagementPart> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 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
 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
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IManagementPart> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICPSMManager
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getChangetime

java.util.Date getChangetime()
Getter for field CHANGETIME

Last modification

The local time when the definition was last changed.


getChangeagent

IManagementPart.ChangeagentValue getChangeagent()
Getter for field CHANGEAGENT

Last modification agent

The change agent identifier that made the last modification.


getCreatetime

java.util.Date getCreatetime()
Getter for field CREATETIME

Time created

The local time when the definition was created.


getChangeusrid

java.lang.String getChangeusrid()
Getter for field CHANGEUSRID

Last modification user ID

The user ID that made the last modification.


getChangeagrel

java.lang.String getChangeagrel()
Getter for field CHANGEAGREL

Last modification agent release

The CICS release level of the agent that made the last modification.


getId

java.lang.String getId()
Getter for field ID

ID

The management part ID.


getPlatformName

java.lang.String getPlatformName()
Getter for field PLATFORM

Platform

The name of the platform as specified by the CICS platform bundle.


getPlatformDefinitionName

java.lang.String getPlatformDefinitionName()
Getter for field PLATDEF

Platform definition

The name of the platform definition.


getApplicationName

java.lang.String getApplicationName()
Getter for field APPLICATION

Application

The name of the application as specified by the CICS application bundle.


getApplicationDefinitionName

java.lang.String getApplicationDefinitionName()
Getter for field APPLDEF

Application definition

The name of the application definition.


getApplicationMajorVersion

java.lang.Long getApplicationMajorVersion()
Getter for field APPLMAJORVER

Application major version number

The major version of the application.


getApplicationMinorVersion

java.lang.Long getApplicationMinorVersion()
Getter for field APPLMINORVER

Application minor version number

The minor version of the application.


getApplicationMicroVersion

java.lang.Long getApplicationMicroVersion()
Getter for field APPLMICROVER

Application micro version number

The micro version of the application.


getRegionType

java.lang.String getRegionType()
Getter for field REGIONTYPE

Region type

The region type or platform that the bundle is installed into.


getInstallScope

java.lang.String getInstallScope()
Getter for field INSTALLSCOPE

Bundle 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 BUNDLE

Bundle 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 BUNDMAJORVER

Bundle major version number

The major version of the bundle.


getBundleMinorVersion

java.lang.Long getBundleMinorVersion()
Getter for field BUNDMINORVER

Bundle minor version number

The minor version of the bundle.


getBundleMicroVersion

java.lang.Long getBundleMicroVersion()
Getter for field BUNDMICROVER

Bundle micro version number

The micro version of the bundle.


getEnableStatus

IManagementPart.EnableStatusValue getEnableStatus()
Getter for field ENABLESTATUS

Management part bundle enable status

The status of the installed CICS BUNDLE resources. The status values are:


getCICSObjectReference

IManagementPartReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IManagementPart> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



Copyright © 2008-2013 IBM Corp. All Rights Reserved.