Package com.ibm.cics.model
Interface IPlatformDefinition
-
- All Superinterfaces:
ICICSObject,ICPSMDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IPlatformDefinition extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIPlatformDefinition.ChangeAgentValueEnumeration type for field CHANGEAGENT
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSObjectSet<IApplicationDefinition>getApplicationDefinitions()IPlatformDefinition.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTIPlatformDefinitionReferencegetCICSObjectReference()java.lang.StringgetDescription()Getter for field DESCRIPTIONjava.lang.StringgetName()Getter for field NAMEICICSType<IPlatformDefinition>getObjectType()java.lang.StringgetPlatformDirectory()Getter for field PLATDIR-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IPlatformDefinition> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IPlatformDefinition.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
-
getName
java.lang.String getName()
Getter for field NAMEPlatform definition
The name of the platform definition.
- Specified by:
getNamein interfaceICICSObject
-
getDescription
java.lang.String getDescription()
Getter for field DESCRIPTIONDescription
A description of the Platform definition.
-
getPlatformDirectory
java.lang.String getPlatformDirectory()
Getter for field PLATDIRPlatform bundle directory.
The 1 to 255 character fully-qualified name of the platform bundle directory, which resides on zFS.
-
getApplicationDefinitions
ICICSObjectSet<IApplicationDefinition> getApplicationDefinitions()
-
getCICSObjectReference
IPlatformDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-