|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJVMStatus
generated from CICS resourcetable JVM
Nested Class Summary | |
---|---|
static class |
IJVMStatus.ClasscachestValue
Enumeration type for field CLASSCACHEST |
static class |
IJVMStatus.ExeckeyValue
Enumeration type for field EXECKEY |
static class |
IJVMStatus.PhasingOutStatusValue
Enumeration type for field PHASINGOUTST |
static class |
IJVMStatus.ReusestValue
Enumeration type for field REUSEST |
Method Summary | |
---|---|
java.lang.Long |
getAge()
Getter for field AGE |
java.lang.Long |
getAllocage()
Getter for field ALLOCAGE |
IJVMStatus.ClasscachestValue |
getClasscachest()
Getter for field CLASSCACHEST |
IJVMStatus.ExeckeyValue |
getExeckey()
Getter for field EXECKEY |
java.lang.String |
getName()
Getter for field NAME |
IJVMStatus.PhasingOutStatusValue |
getPhasingOutStatus()
Getter for field PHASINGOUTST |
java.lang.String |
getProfile()
Getter for field PROFILE |
IJVMStatus.ReusestValue |
getReusest()
Getter for field REUSEST |
java.lang.String |
getTask()
Getter for field TASK |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Method Detail |
---|
java.lang.String getName()
Java Virtual Machine
The JVM token, which uniquely identifies the java virtual machine.
getName
in interface ICICSObject
java.lang.String getProfile()
Profile used to initialise the JVM
The JVM profile for the selected JVM.
java.lang.Long getAge()
Number of seconds since the JVM was initialised
The number of seconds since the JVM was initialized.
IJVMStatus.ExeckeyValue getExeckey()
Execution key of the JVM
The execution key for the selected JVM. The values are:
java.lang.String getTask()
Task to which the JVM is allocated
The task to which the JVM is allocated.
java.lang.Long getAllocage()
Number of seconds JVM has been allocated to task
The number of seconds for which the JVM has been allocated to its task, or zero if the JVM is not currently allocated to a task.
IJVMStatus.ClasscachestValue getClasscachest()
Class cache status
Whether the selected JVM is a worker JVM dependent on the shared class cache. The values are:
IJVMStatus.PhasingOutStatusValue getPhasingOutStatus()
Phasing out status
Whether the JVM has been marked for deletion. The values are:
IJVMStatus.ReusestValue getReusest()
JVM reuse status
Whether or not the selected JVM can be reused. For CICS TS 3.2 and later regions, the values are:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |