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