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