|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBundlePart
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 |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
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 |
---|
getCICSType, getName, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getBundle()
Bundle name
The name of the associated BUNDLE.
java.lang.String getBundlePart()
Bundle resource name
The name of the resource in the BUNDLE.
IBundlePart.EnableStatusValue getEnableStatus()
Resource status
The status of resource in the BUNDLE.
IBundlePart.PartClassValue getPartClass()
Resource class
The class of the resource that is defined in the Bundle's manifest. Valid values are as follows.
java.lang.String getMetaDataFile()
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.
java.lang.String getPartType()
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.
java.lang.Long getSeqnumber()
Browse sequence number
This number identifies the order in which the BUNDLEPART resource is returned when using the EXEC CICS INQUIRE NEXT interface.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |