|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddressSpace
The operating system representation of a running software component that exists on the zOS operating system. Note that this class is a "counterpart" to the RuntimeProcess on other operating systems (such as Windows or Unix) but is not derived from it because the attributes are so different in zSeries environments.
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
java.lang.String |
getAllocations()
|
java.lang.String |
getJobFunction()
The "function" of the job running in this address space (provided by the user). |
java.lang.String |
getJobName()
The name of the job running in this address space. |
int |
getJobType()
The type determines the nature of the job and how support personnel typically interact with it. |
java.lang.String |
getJobUserid()
The userid that is executing the job in this address space. |
java.lang.String |
getPgm()
The name of the program running in this address space |
java.lang.String |
getPgmParm()
The parameters specified for the program running in this address space |
java.lang.String |
getProcStep()
The procedure step running in this address space |
java.lang.String |
getStepName()
The name of the procedure step running in this address space |
StorageVolume[] |
getStoragevolume()
|
ZOS |
getZOS()
The operating system on which this address space is running. |
ZReportFile[] |
getZReportFiles()
|
boolean |
hasAllocations()
|
boolean |
hasJobFunction()
|
boolean |
hasJobName()
|
boolean |
hasJobType()
|
boolean |
hasJobUserid()
|
boolean |
hasPgm()
|
boolean |
hasPgmParm()
|
boolean |
hasProcStep()
|
boolean |
hasStepName()
|
boolean |
hasStoragevolume()
|
boolean |
hasZOS()
|
boolean |
hasZReportFiles()
|
void |
setAllocations(java.lang.String x)
|
void |
setJobFunction(java.lang.String value)
|
void |
setJobName(java.lang.String value)
|
void |
setJobType(int value)
|
void |
setJobUserid(java.lang.String value)
|
void |
setPgm(java.lang.String value)
|
void |
setPgmParm(java.lang.String value)
|
void |
setProcStep(java.lang.String value)
|
void |
setStepName(java.lang.String value)
|
void |
setStoragevolume(StorageVolume[] x)
|
void |
setZOS(ZOS x)
|
void |
setZReportFiles(ZReportFile[] x)
|
| Methods inherited from interface com.collation.platform.model.topology.sys.RuntimeProcess |
|---|
getCmdLine, getCommand, getConnections, getCWD, getEnv, getExecutable, getFileDescriptorLimit, getFileSystemMappings, getListenPorts, getParent, getPID, getPorts, getPPID, getTcpPorts, getUID, getUnattached, getUser, getWindowsServices, hasCmdLine, hasCommand, hasConnections, hasCWD, hasEnv, hasExecutable, hasFileDescriptorLimit, hasFileSystemMappings, hasListenPorts, hasParent, hasPID, hasPorts, hasPPID, hasTcpPorts, hasUID, hasUnattached, hasUser, hasWindowsServices, setCmdLine, setCommand, setConnections, setCWD, setEnv, setExecutable, setFileDescriptorLimit, setFileSystemMappings, setListenPorts, setParent, setPID, setPorts, setPPID, setTcpPorts, setUID, setUnattached, setUser, setWindowsServices |
| Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
|---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
| Methods inherited from interface com.collation.platform.model.ModelObject |
|---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
| Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
|---|
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
| Field Detail |
|---|
static final java.lang.String IBM_COPYRIGHT
| Method Detail |
|---|
ZReportFile[] getZReportFiles()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setZReportFiles(ZReportFile[] x)
boolean hasZReportFiles()
java.lang.String getJobName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setJobName(java.lang.String value)
boolean hasJobName()
java.lang.String getJobUserid()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setJobUserid(java.lang.String value)
boolean hasJobUserid()
int getJobType()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setJobType(int value)
boolean hasJobType()
java.lang.String getJobFunction()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setJobFunction(java.lang.String value)
boolean hasJobFunction()
java.lang.String getProcStep()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setProcStep(java.lang.String value)
boolean hasProcStep()
java.lang.String getStepName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setStepName(java.lang.String value)
boolean hasStepName()
java.lang.String getPgm()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPgm(java.lang.String value)
boolean hasPgm()
java.lang.String getPgmParm()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPgmParm(java.lang.String value)
boolean hasPgmParm()
StorageVolume[] getStoragevolume()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setStoragevolume(StorageVolume[] x)
boolean hasStoragevolume()
java.lang.String getAllocations()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAllocations(java.lang.String x)
boolean hasAllocations()
ZOS getZOS()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setZOS(ZOS x)
boolean hasZOS()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||