com.ibm.cics.model
Interface IBundlePart

All Superinterfaces:
ICICSObject, ICICSResource
All Known Subinterfaces:
IMutableBundlePart

public interface IBundlePart
extends ICICSResource

generated from CICS resourcetable BUNDPART


Nested Class Summary
static class IBundlePart.EnableStatusValue
          Enumeration type for field ENABLESTATUS
static class IBundlePart.PartClassValue
          Enumeration type for field PARTCLASS
 
Method Summary
 java.lang.String getBundle()
          Getter for field BUNDLE
 java.lang.String getBundlePart()
          Getter for field BUNDLEPART
 IBundlePart.EnableStatusValue getEnableStatus()
          Getter for field ENABLESTATUS
 java.lang.String getMetaDataFile()
          Getter for field METADATAFILE
 IBundlePart.PartClassValue getPartClass()
          Getter for field PARTCLASS
 java.lang.String getPartType()
          Getter for field PARTTYPE
 java.lang.Long getSeqnumber()
          Getter for field SEQNUMBER
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getName
 

Method Detail

getBundle

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

Bundle name

The name of the associated BUNDLE.


getBundlePart

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

Bundle resource name

The name of the resource in the BUNDLE.


getEnableStatus

IBundlePart.EnableStatusValue getEnableStatus()
Getter for field ENABLESTATUS

Resource status

The status of resource in the BUNDLE.


getPartClass

IBundlePart.PartClassValue getPartClass()
Getter for field PARTCLASS

Resource class

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


getMetaDataFile

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

Relative HFS path to resource description file

The 1 to 255 character name of the file on HFS 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

Resource type URI

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 number

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



Copyright © 2008-2009 IBM Corp. All Rights Reserved.