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.StringgetJvmServer()ICICSResourceType<IOSGiService>getObjectType()java.lang.LonggetServiceId()-
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:
getCICSTypein interfaceICICSObjectReference<IOSGiService>
-
getObjectType
ICICSResourceType<IOSGiService> getObjectType()
-
-