Interface IPlatform
-
- All Superinterfaces:
ICICSObject
,ICPSMManager
,com.ibm.cics.model.meta.ITypedObject
public interface IPlatform extends ICPSMManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IPlatform.ChangeagentValue
Enumeration type for field CHANGEAGENTstatic class
IPlatform.EnablestatusValue
Enumeration type for field ENABLESTATUSstatic class
IPlatform.StatusValue
Enumeration type for field STATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMManager
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSObjectSet<IApplication>
getApplications()
IPlatform.ChangeagentValue
getChangeagent()
Getter for field CHANGEAGENTjava.lang.String
getChangeagrel()
Getter for field CHANGEAGRELjava.util.Date
getChangetime()
Getter for field CHANGETIMEjava.lang.String
getChangeusrid()
Getter for field CHANGEUSRIDIPlatformReference
getCICSObjectReference()
java.util.Date
getCreatetime()
Getter for field CREATETIMEjava.lang.String
getDescription()
Getter for field DESCRIPTIONIPlatform.EnablestatusValue
getEnablestatus()
Getter for field ENABLESTATUSjava.lang.String
getName()
Getter for field PLATFORMICICSType<IPlatform>
getObjectType()
java.lang.String
getPlatformDefinitionName()
Getter for field PLATDEFjava.lang.String
getPlatformDirectory()
Getter for field PLATDIRjava.lang.String
getPlatformHome()
Getter for field PLATHOMEIPlatform.StatusValue
getStatus()
Getter for field STATUS-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICPSMManager
getCICSContainer
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IPlatform> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMManager
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangetime
java.util.Date getChangetime()
Getter for field CHANGETIMELast modification
The local date and time when the definition was last changed.
-
getChangeagent
IPlatform.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.
-
getCreatetime
java.util.Date getCreatetime()
Getter for field CREATETIMETime created
The local date and time when the definition was created.
-
getChangeusrid
java.lang.String getChangeusrid()
Getter for field CHANGEUSRIDLast modification user ID
The user ID that made the last modification.
-
getChangeagrel
java.lang.String getChangeagrel()
Getter for field CHANGEAGRELLast modification agent release
The CICS release level of the agent that made the last modification.
-
getPlatformDefinitionName
java.lang.String getPlatformDefinitionName()
Getter for field PLATDEFPlatform definition
The name of the platform definition.
-
getStatus
IPlatform.StatusValue getStatus()
Getter for field STATUSStatus
The current status of the deployed platform.
-
getDescription
java.lang.String getDescription()
Getter for field DESCRIPTIONDescription of this platform
The 1 to 255 character description of the platform as defined in the platform descriptor bundle XML.
-
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.
-
getPlatformHome
java.lang.String getPlatformHome()
Getter for field PLATHOMEPlatform home directory
The 1 to 128 character fully-qualified name of the platform home directory, which resides on zFS.
-
getName
java.lang.String getName()
Getter for field PLATFORMPlatform
The name of the platform as specified by the platform descriptor bundle XML.
- Specified by:
getName
in interfaceICICSObject
-
getEnablestatus
IPlatform.EnablestatusValue getEnablestatus()
Getter for field ENABLESTATUSEnable Status
The status of the installed CICS BUNDLE resources for this Platform. The status values are:
- ENABLED - All associated CICS BUNDLE resources are enabled.
- DISABLED - All associated CICS BUNDLE resources are disabled.
- INCOMPLETE - One or more associated CICS BUNDLE resources are not installed in all active regions or have an invalid scope.
- ENABLING - All associated CICS BUNDLE resources are in the process of being enabled.
- DISABLING - All associated CICS BUNDLE resources are in the process of being disabled.
- EMPTY - No associated CICS BUNDLE resources are installed.
- SOMEDISABLED - Some of the associated CICS BUNDLE resources are disabled.
- INSTALLING - Installation of associated CICS BUNDLE resources is in progress.
- DISCARDING - Discard of associated CICS BUNDLE resources is in progress.
- FAILED - Install of the platform has failed to complete.
-
getApplications
ICICSObjectSet<IApplication> getApplications()
-
getCICSObjectReference
IPlatformReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMManager
-
-