Package com.ibm.cics.model
Interface ICICSSharedTSQueueReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<ICICSSharedTSQueue>
,ICICSResourceReference<ICICSSharedTSQueue>
public interface ICICSSharedTSQueueReference extends ICICSResourceReference<ICICSSharedTSQueue>
-
-
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<ICICSSharedTSQueue>
getCICSType()
java.lang.String
getName()
ICICSResourceType<ICICSSharedTSQueue>
getObjectType()
java.lang.String
getPoolname()
-
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()
-
getPoolname
java.lang.String getPoolname()
-
getCICSType
ICICSResourceType<ICICSSharedTSQueue> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<ICICSSharedTSQueue>
-
getObjectType
ICICSResourceType<ICICSSharedTSQueue> getObjectType()
-
-