|
||||||||||
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 |
---|
Fields inherited from interface com.ibm.cics.model.ICICSResource |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,IBundlePart> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
java.lang.String |
getBundle()
Getter for field BUNDLE |
|
java.lang.String |
getBundlePart()
Getter for field BUNDLEPART |
|
IBundlePartReference |
getCICSObjectReference()
|
|
IBundlePart.EnableStatusValue |
getEnableStatus()
Getter for field ENABLESTATUS |
|
java.lang.String |
getMetaDataFile()
Getter for field METADATAFILE |
|
ICICSType<IBundlePart> |
getObjectType()
|
|
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 |
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject |
---|
getAttributeValue |
Method Detail |
---|
ICICSType<IBundlePart> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
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.
IBundlePartReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IBundlePart> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |