com.ibm.cics.model
Interface IOSGiBundle

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

public interface IOSGiBundle
extends ICICSResource

generated from CICS resourcetable OSGIBUND


Nested Class Summary
static class IOSGiBundle.ChangeAgentValue
          Enumeration type for field CHANGEAGENT
static class IOSGiBundle.InstallAgentValue
          Enumeration type for field INSTALLAGENT
static class IOSGiBundle.OsgiStateValue
          Enumeration type for field OSGISTATUS
 
Method Summary
 java.lang.String getBundle()
          Getter for field BUNDLE
 java.lang.Long getBundleId()
          Getter for field OSGIBUNDLEID
 java.lang.String getBundlePart()
          Getter for field BUNDLEPART
 IOSGiBundle.ChangeAgentValue getChangeAgent()
          Getter for field CHANGEAGENT
 java.lang.String getChangeAgentRelease()
          Getter for field CHANGEAGREL
 java.util.Date getChangeTime()
          Getter for field CHANGETIME
 java.lang.String getChangeUserID()
          Getter for field CHANGEUSRID
 java.lang.String getDefineSource()
          Getter for field DEFINESOURCE
 java.util.Date getDefineTime()
          Getter for field DEFINETIME
 IOSGiBundle.InstallAgentValue getInstallAgent()
          Getter for field INSTALLAGENT
 java.util.Date getInstallTime()
          Getter for field INSTALLTIME
 java.lang.String getInstallUserID()
          Getter for field INSTALLUSRID
 java.lang.String getJvmServer()
          Getter for field JVMSERVER
 IOSGiBundle.OsgiStateValue getOsgiState()
          Getter for field OSGISTATUS
 java.lang.String getOsgiVersion()
          Getter for field OSGIVERSION
 java.lang.String getSymbolicName()
          Getter for field OSGIBUND
 
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

getSymbolicName

java.lang.String getSymbolicName()
Getter for field OSGIBUND

OSGi bundle name

Specifies the name of this OSGi bundle. The name can be up to 255 characters in length.


getChangeAgent

IOSGiBundle.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENT

Last modification agent

The change agent identifier that made the last modification.


getChangeAgentRelease

java.lang.String getChangeAgentRelease()
Getter for field CHANGEAGREL

Last modification agent release

The CICS release level of the agent that made the last modification to the resource definition.


getChangeUserID

java.lang.String getChangeUserID()
Getter for field CHANGEUSRID

Last modification user ID

The user ID that made the last modification to the resource definition.


getDefineSource

java.lang.String getDefineSource()
Getter for field DEFINESOURCE

Source of the resource definition

The source of the definition, depending on which agent made the last change.


getInstallAgent

IOSGiBundle.InstallAgentValue getInstallAgent()
Getter for field INSTALLAGENT

Installation agent

The install agent identifier that made the installation.


getInstallUserID

java.lang.String getInstallUserID()
Getter for field INSTALLUSRID

Installation user ID

The user ID that installed the resource definition.


getOsgiState

IOSGiBundle.OsgiStateValue getOsgiState()
Getter for field OSGISTATUS

Status

Returns the status of OSGi bundle.


getDefineTime

java.util.Date getDefineTime()
Getter for field DEFINETIME

Creation time

The local date and time when the resource definition record was created on DFHCSD or EYUDREP.


getChangeTime

java.util.Date getChangeTime()
Getter for field CHANGETIME

Last modification time

The local date and time when the definition was last changed.


getInstallTime

java.util.Date getInstallTime()
Getter for field INSTALLTIME

Installation time

The local date and time when the definition was installed


getBundleId

java.lang.Long getBundleId()
Getter for field OSGIBUNDLEID

OSGi bundle ID

The value of the bundle ID in the OSGi framework.


getBundlePart

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

CICS BUNDLE bundlepart

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.


getJvmServer

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

JVM server

The name of the JVM server in which the OSGi bundle is installed.


getBundle

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

CICS BUNDLE name

The name of the CICS BUNDLE resource that contains the deployed OSGi bundle on 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.



Copyright 2008-2009 IBM Corp. All Rights Reserved.