public interface IBundlePart extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IBundlePart.AvailabilityValue
Enumeration type for field AVAILSTATUS
|
static class |
IBundlePart.EnableStatusValue
Enumeration type for field ENABLESTATUS
|
static class |
IBundlePart.PartClassValue
Enumeration type for field PARTCLASS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IBundlePart.AvailabilityValue |
getAvailability()
Getter for field AVAILSTATUS
|
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() |
java.lang.String |
getOperationName()
Getter for field OPERATION
|
IBundlePart.PartClassValue |
getPartClass()
Getter for field PARTCLASS
|
java.lang.String |
getPartType()
Getter for field PARTTYPE
|
java.lang.Long |
getSeqnumber()
Getter for field SEQNUMBER
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
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 zFS path to resource description file
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.
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.
IBundlePart.AvailabilityValue getAvailability()
Availability status
The availability of an entry point resource in the BUNDLE.
java.lang.String getOperationName()
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.
IBundlePartReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright © 2008-2013 IBM Corp. All Rights Reserved.