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