|
||||||||||
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 |
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICICSResource |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,IJVMStatus> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
java.lang.Long |
getAge()
Getter for field AGE |
|
java.lang.Long |
getAllocage()
Getter for field ALLOCAGE |
|
IJVMStatusReference |
getCICSObjectReference()
|
|
IJVMStatus.ClasscachestValue |
getClasscachest()
Getter for field CLASSCACHEST |
|
IJVMStatus.ExeckeyValue |
getExeckey()
Getter for field EXECKEY |
|
java.lang.String |
getName()
Getter for field NAME |
|
ICICSType<IJVMStatus> |
getObjectType()
|
|
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 |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType |
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject |
---|
getAttributeValue |
Method Detail |
---|
ICICSType<IJVMStatus> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Java Virtual Machine
The JVM token, which uniquely identifies the pooled java virtual machine.
getName
in interface ICICSObject
java.lang.String getProfile()
Profile used to initialise the pooled JVM
The JVM profile for the selected pooled JVM.
java.lang.Long getAge()
Number of seconds since the pooled JVM was initialised
The number of seconds since the pooled JVM was initialized.
IJVMStatus.ExeckeyValue getExeckey()
Execution key of the pooled JVM
The execution key for the selected pooled JVM. The values are:
java.lang.String getTask()
Task to which the pooled JVM is allocated
The task to which the pooled JVM is allocated.
java.lang.Long getAllocage()
Number of seconds pooled JVM has been allocated to task
The number of seconds for which the pooled 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 pooled JVM dependent on the shared class cache. The values are:
IJVMStatus.PhasingOutStatusValue getPhasingOutStatus()
Phasing out status
Whether the pooled JVM has been marked for deletion. The values are:
IJVMStatus.ReusestValue getReusest()
JVM reuse status
Whether or not the selected pooled JVM can be reused. For CICS TS 3.2 and later regions, the values are:
IJVMStatusReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IJVMStatus> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |