com.ibm.cics.model
Interface IOSGiService

All Superinterfaces:
ICICSObject, ICICSResource, com.ibm.cics.model.meta.ITypedObject

public interface IOSGiService
extends ICICSResource

generated from CICS resourcetable OSGISERV


Nested Class Summary
static class IOSGiService.ServiceStatusValue
          Enumeration type for field SRVCSTATUS
 
Method Summary
 java.lang.String getBundle()
          Getter for field BUNDLE
 java.lang.String getBundlePart()
          Getter for field BUNDLEPART
 java.lang.String getJvmServer()
          Getter for field JVMSERVER
 java.lang.String getOsgiBundle()
          Getter for field OSGIBUNDLE
 java.lang.String getOsgiVersion()
          Getter for field OSGIVERSION
 java.lang.Long getServiceId()
          Getter for field OSGISERVICE
 java.lang.String getServiceName()
          Getter for field SRVCNAME
 IOSGiService.ServiceStatusValue getServiceStatus()
          Getter for field SRVCSTATUS
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Method Detail

getServiceId

java.lang.Long getServiceId()
Getter for field OSGISERVICE

OSGi service ID

Specifies the ID of the OSGi service.


getServiceStatus

IOSGiService.ServiceStatusValue getServiceStatus()
Getter for field SRVCSTATUS

Service status

Returns the status of OSGi service.


getJvmServer

java.lang.String getJvmServer()
Getter for field JVMSERVER

JVM server

The name of the JVM server where the OSGi service is registered.


getBundle

java.lang.String getBundle()
Getter for field BUNDLE

CICS BUNDLE name

The name of the CICS BUNDLE resource that contains the OSGi service on the specified JVM server.


getBundlePart

java.lang.String getBundlePart()
Getter for field BUNDLEPART

CICS BUNDLEPART name

Specifies the 1 to 255 character name of the OSGIBUNDLE part of the BUNDLE resource that represents the installed OSGi bundle in the specified JVM server.


getOsgiVersion

java.lang.String getOsgiVersion()
Getter for field OSGIVERSION

Version of the OSGi bundle

Specifies the 1 - 255 character version of the OSGi bundle that contains the OSGi service.


getOsgiBundle

java.lang.String getOsgiBundle()
Getter for field OSGIBUNDLE

Symbolic name of the OSGi bundle

Specifies the 1 - 255 character symbolic name of the OSGi bundle that contains the OSGi service.


getServiceName

java.lang.String getServiceName()
Getter for field SRVCNAME

Name of the OSGi service

Specifies the 1 - 255 character name of the OSGi service that is registered in the JVM server



Copyright 2008-2009 IBM Corp. All Rights Reserved.