Package com.ibm.cics.model
Interface IApplicationDefinition
-
- All Superinterfaces:
ICICSObject,ICPSMDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IApplicationDefinition extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIApplicationDefinition.ChangeAgentValueEnumeration type for field CHANGEAGENT
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetApplicationDirectory()Getter for field APPLDIRjava.lang.StringgetBindingDirectory()Getter for field BINDDIRIApplicationDefinition.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTIApplicationDefinitionReferencegetCICSObjectReference()java.lang.StringgetDescription()Getter for field DESCRIPTIONjava.lang.LonggetMajorVersion()Getter for field MAJORVERSIONjava.lang.LonggetMicroVersion()Getter for field MICROVERSIONjava.lang.LonggetMinorVersion()Getter for field MINORVERSIONjava.lang.StringgetName()Getter for field NAMEICICSType<IApplicationDefinition>getObjectType()java.lang.StringgetPlatformDefinition()Getter for field PLATDEFIPlatformDefinitionReferencegetPlatformDefinitionReference()-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IApplicationDefinition> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IApplicationDefinition.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.
-
getName
java.lang.String getName()
Getter for field NAMEApplication definition
The application definition name.
- Specified by:
getNamein interfaceICICSObject
-
getDescription
java.lang.String getDescription()
Getter for field DESCRIPTIONDescription
A description of the application definition.
-
getPlatformDefinition
java.lang.String getPlatformDefinition()
Getter for field PLATDEFPlatform definition
The definition name of the target platform for this application.
-
getApplicationDirectory
java.lang.String getApplicationDirectory()
Getter for field APPLDIRApplication directory on the zFS
The application directory on the zFS.
-
getMajorVersion
java.lang.Long getMajorVersion()
Getter for field MAJORVERSIONApplication Major Version
The application Major Version.
-
getMinorVersion
java.lang.Long getMinorVersion()
Getter for field MINORVERSIONApplication Minor Version
The application Minor Version.
-
getMicroVersion
java.lang.Long getMicroVersion()
Getter for field MICROVERSIONApplication Micro Version
The application Micro Version.
-
getBindingDirectory
java.lang.String getBindingDirectory()
Getter for field BINDDIRBinding bundle directory on the zFS
The binding bundle directory on the zFS.
-
getPlatformDefinitionReference
IPlatformDefinitionReference getPlatformDefinitionReference()
-
getCICSObjectReference
IApplicationDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-