com.ibm.cics.model
Interface IJVMStatus

All Superinterfaces:
ICICSObject, ICICSResource
All Known Subinterfaces:
IMutableJVMStatus

public interface IJVMStatus
extends ICICSResource

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

getName

java.lang.String getName()
Getter for field NAME

Java Virtual Machine

The JVM token, which uniquely identifies the java virtual machine.

Specified by:
getName in interface ICICSObject

getProfile

java.lang.String getProfile()
Getter for field PROFILE

Profile used to initialise the JVM

The JVM profile for the selected JVM.


getAge

java.lang.Long getAge()
Getter for field AGE

Number of seconds since the JVM was initialised

The number of seconds since the JVM was initialized.


getExeckey

IJVMStatus.ExeckeyValue getExeckey()
Getter for field EXECKEY

Execution key of the JVM

The execution key for the selected JVM. The values are:


getTask

java.lang.String getTask()
Getter for field TASK

Task to which the JVM is allocated

The task to which the JVM is allocated.


getAllocage

java.lang.Long getAllocage()
Getter for field ALLOCAGE

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.


getClasscachest

IJVMStatus.ClasscachestValue getClasscachest()
Getter for field CLASSCACHEST

Class cache status

Whether the selected JVM is a worker JVM dependent on the shared class cache. The values are:


getPhasingOutStatus

IJVMStatus.PhasingOutStatusValue getPhasingOutStatus()
Getter for field PHASINGOUTST

Phasing out status

Whether the JVM has been marked for deletion. The values are:


getReusest

IJVMStatus.ReusestValue getReusest()
Getter for field REUSEST

JVM reuse status

Whether or not the selected JVM can be reused. For CICS TS 3.2 and later regions, the values are:



Copyright © 2008-2009 IBM Corp. All Rights Reserved.