Package com.ibm.cics.model
Interface IExtrapartitionTDQueueReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSObjectReference<IExtrapartitionTDQueue>,ICICSResourceReference<IExtrapartitionTDQueue>
public interface IExtrapartitionTDQueueReference extends ICICSResourceReference<IExtrapartitionTDQueue>
-
-
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 ICICSResourceType<IExtrapartitionTDQueue>getCICSType()java.lang.StringgetName()ICICSResourceType<IExtrapartitionTDQueue>getObjectType()-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICICSResourceReference
getCICSContainer
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getCICSType
ICICSResourceType<IExtrapartitionTDQueue> getCICSType()
- Specified by:
getCICSTypein interfaceICICSObjectReference<IExtrapartitionTDQueue>
-
getObjectType
ICICSResourceType<IExtrapartitionTDQueue> getObjectType()
-
-