com.ibm.cics.model
Interface IPlatformDefinition

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

public interface IPlatformDefinition
extends ICPSMDefinition

generated from CICS resourcetable PLATDEF


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IPlatformDefinition> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IPlatformDefinitionReference getCICSObjectReference()
           
 java.lang.String getDescription()
          Getter for field DESCRIPTION
 java.lang.String getName()
          Getter for field NAME
 ICICSType<IPlatformDefinition> getObjectType()
           
 java.lang.String getPlatformDirectory()
          Getter for field PLATDIR
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

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

getName

java.lang.String getName()
Getter for field NAME

Platform definition

The name of the platform definition.

Specified by:
getName in interface ICICSObject

getDescription

java.lang.String getDescription()
Getter for field DESCRIPTION

Description

A description of the Platform definition.


getPlatformDirectory

java.lang.String getPlatformDirectory()
Getter for field PLATDIR

Platform bundle directory.

The 1 to 255 character fully-qualified name of the platform bundle directory, which resides on zFS.


getCICSObjectReference

IPlatformDefinitionReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICPSMDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

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