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 class
IPlatformDefinition.ChangeAgentValue
Enumeration 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.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTIPlatformDefinitionReference
getCICSObjectReference()
java.lang.String
getDescription()
Getter for field DESCRIPTIONjava.lang.String
getName()
Getter for field NAMEICICSType<IPlatformDefinition>
getObjectType()
java.lang.String
getPlatformDirectory()
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in 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:
getName
in 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:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-