Package com.ibm.cics.model
Interface IJVMServerDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSDefinitionReference<IJVMServerDefinition>
,ICICSObjectReference<IJVMServerDefinition>
public interface IJVMServerDefinitionReference extends ICICSDefinitionReference<IJVMServerDefinition>
-
-
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 ICICSDefinitionType<IJVMServerDefinition>
getCICSType()
ICICSDefinitionType<IJVMServerDefinition>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSDefinitionReference
getCICSContainer, getCSDGroup, getName, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
-
-
-
Method Detail
-
getCICSType
ICICSDefinitionType<IJVMServerDefinition> getCICSType()
- Specified by:
getCICSType
in interfaceICICSDefinitionReference<IJVMServerDefinition>
- Specified by:
getCICSType
in interfaceICICSObjectReference<IJVMServerDefinition>
-
getObjectType
ICICSDefinitionType<IJVMServerDefinition> getObjectType()
-
-