com.ibm.cics.model
Interface IBundlePart

All Superinterfaces:
ICICSObject, ICICSResource, com.ibm.cics.model.meta.ITypedObject

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
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
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

getObjectType

ICICSType<IBundlePart> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

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.


getCICSObjectReference

IBundlePartReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IBundlePart> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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