com.ibm.cics.model
Interface IRPLList

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

public interface IRPLList
extends ICICSResource

generated from CICS resourcetable RPLLIST


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IRPLList> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IRPLListReference getCICSObjectReference()
           
 java.lang.String getDSName()
          Getter for field DSNAME
 ICICSType<IRPLList> getObjectType()
           
 java.lang.Long getRPLNumber()
          Getter for field RPLNUM
 
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<IRPLList> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getRPLNumber

java.lang.Long getRPLNumber()
Getter for field RPLNUM

Static RPL data set position

The position of the data set in the static DFHRPL concatenation.


getDSName

java.lang.String getDSName()
Getter for field DSNAME

Static RPL data set name

The name of the data set.


getCICSObjectReference

IRPLListReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IRPLList> 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.