Package com.ibm.cics.model
Interface IPlatformReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IPlatform>
,ICPSMManagerReference<IPlatform>
public interface IPlatformReference extends ICPSMManagerReference<IPlatform>
-
-
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 ICICSObjectSet<IApplication>
getApplications()
ICPSMManagerType<IPlatform>
getCICSType()
ICPSMManagerType<IPlatform>
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
-
getPlatformDefinitionName
java.lang.String getPlatformDefinitionName()
-
getCICSType
ICPSMManagerType<IPlatform> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IPlatform>
-
getObjectType
ICPSMManagerType<IPlatform> getObjectType()
-
getApplications
ICICSObjectSet<IApplication> getApplications()
-
-