Package com.ibm.cics.model
Interface IApplicationReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IApplication>
,ICPSMManagerReference<IApplication>
public interface IApplicationReference extends ICPSMManagerReference<IApplication>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getApplicationDefinitionName()
ICPSMManagerType<IApplication>
getCICSType()
java.lang.Long
getMajorVersion()
java.lang.Long
getMicroVersion()
java.lang.Long
getMinorVersion()
ICPSMManagerType<IApplication>
getObjectType()
java.lang.String
getPlatformDefinitionName()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICPSMManagerReference
getCICSContainer
-
-
-
-
Method Detail
-
getApplicationDefinitionName
java.lang.String getApplicationDefinitionName()
-
getMajorVersion
java.lang.Long getMajorVersion()
-
getMinorVersion
java.lang.Long getMinorVersion()
-
getMicroVersion
java.lang.Long getMicroVersion()
-
getPlatformDefinitionName
java.lang.String getPlatformDefinitionName()
-
getCICSType
ICPSMManagerType<IApplication> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IApplication>
-
getObjectType
ICPSMManagerType<IApplication> getObjectType()
-
-