Interface IBundlePart

    • Method Detail

      • getBundle

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

        CICS bundle name

        The name of the associated BUNDLE.

      • getBundlePart

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

        CICS bundle part

        The name of the resource in the BUNDLE.

      • getEnableStatus

        IBundlePart.EnableStatusValue getEnableStatus()
        Getter for field ENABLESTATUS

        Enable status

        The status of resource in the BUNDLE.

        • ENABLED - The resource is ready for use.
        • DISABLED - The resource is not available.
        • ENABLING - The resource is being created as part of the BUNDLE resource installation.
        • DISABLING - The resource is being disabled.
        • DISCARDING - A DISCARD command has been issued for the BUNDLE resource. The resource in the BUNDLE is disabled and is being discarded.
        • UNUSABLE - The resource is in an unusable state.
      • getPartClass

        IBundlePart.PartClassValue getPartClass()
        Getter for field PARTCLASS

        Class

        The class of the resource that is defined in the Bundle's manifest. Valid values are as follows.

        • DEFINITION - The resource is defined as a definition in the manifest.
        • EXPORT - The resource is defined as an export in the manifest. The resource is available to other services installed in the CICS region.
        • IMPORT - The resource is defined as an import in the manifest. The resource is required by the application in the CICS region.
        • ENTRYPOINT - The resource is defined as an entry point into an application.
        • POLICYSCOPE - The resource defines the scope of a policy.
      • getMetaDataFile

        java.lang.String getMetaDataFile()
        Getter for field METADATAFILE

        Meta data file in bundle directory

        The 1 to 255 character name of the file on zFS that describes the resource. The value is the path to the file from the root of the bundle directory.

      • getPartType

        java.lang.String getPartType()
        Getter for field PARTTYPE

        Type

        The 1 to 255 character resource type as a URI. For example, the XMLTRANSFORM resource has the URI http://www.ibm.com/xmlns/prod/cics/bundle/XMLTRANSFORM.

      • getSeqnumber

        java.lang.Long getSeqnumber()
        Getter for field SEQNUMBER

        Browse sequence

        This number identifies the order in which the BUNDLEPART resource is returned when using the EXEC CICS INQUIRE NEXT interface.

      • getAvailability

        IBundlePart.AvailabilityValue getAvailability()
        Getter for field AVAILSTATUS

        Availability status

        The availability of an entry point resource in the BUNDLE.

        • AVAILABLE - The entry point is available.
        • UNAVAILABLE - The entry point is unavailable.
        • NONE - This resource is not an entry point.
      • getOperationName

        java.lang.String getOperationName()
        Getter for field OPERATION

        Operation name

        The name of the application operation for which this resource is defined as an entry point. If this field is not set, this resource is not defined as an entry point but may still be part of an application.