Interface IOSGiBundle

    • 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.

        • CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CSDBATCH - The resource was last changed by a DFHCSDUP job.
        • DREPAPI - The resource was last changed by a CICSPlex SM BAS API command.
        • CREATESPI - The resource was last changed by an EXEC CICS CREATE command.
        • NOTAPPLIC - This is not applicable for this resource.
        • OVERRIDE - Resource was last changed by resource overrides.
      • 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.

        • BUNDLE - The resource was installed by a bundle deployment.
      • 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

        OSGi bundle status

        Returns the status of OSGi bundle.

        • UNINSTALLED - The OSGi bundle has been uninstalled.
        • INSTALLED - The OSGi bundle has successfully installed.
        • RESOLVED - All Java classes that the bundle requires are available.
        • STARTING - The OSGi bundle is being started in the OSGi framework.
        • STOPPING - The OSGi bundle is being stopped in the OSGi framework.
        • ACTIVE - The OSGi bundle has been successfully activated and is running.
      • 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 part

        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

        OSGi bundle version

        Specifies the 1 - 255 character version of the OSGi bundle.