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 class
IApplicationDefinition.ChangeAgentValue
Enumeration 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.String
getApplicationDirectory()
Getter for field APPLDIRjava.lang.String
getBindingDirectory()
Getter for field BINDDIRIApplicationDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTIApplicationDefinitionReference
getCICSObjectReference()
java.lang.String
getDescription()
Getter for field DESCRIPTIONjava.lang.Long
getMajorVersion()
Getter for field MAJORVERSIONjava.lang.Long
getMicroVersion()
Getter for field MICROVERSIONjava.lang.Long
getMinorVersion()
Getter for field MINORVERSIONjava.lang.String
getName()
Getter for field NAMEICICSType<IApplicationDefinition>
getObjectType()
java.lang.String
getPlatformDefinition()
Getter for field PLATDEFIPlatformDefinitionReference
getPlatformDefinitionReference()
-
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in 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:
getName
in 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:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-