com.ibm.cics.model
Interface IJVMStatus

All Superinterfaces:
ICICSObject, ICICSResource, com.ibm.cics.model.meta.ITypedObject

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
 
Field Summary
static java.lang.String COPYRIGHT
           
 
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
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getObjectType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getName

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

Java Virtual Machine

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

Specified by:
getName in interface ICICSObject

getProfile

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

Profile used to initialise the pooled JVM

The JVM profile for the selected pooled JVM.


getAge

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

Number of seconds since the pooled JVM was initialised

The number of seconds since the pooled JVM was initialized.


getExeckey

IJVMStatus.ExeckeyValue getExeckey()
Getter for field EXECKEY

Execution key of the pooled JVM

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


getTask

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

Task to which the pooled JVM is allocated

The task to which the pooled JVM is allocated.


getAllocage

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

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.


getClasscachest

IJVMStatus.ClasscachestValue getClasscachest()
Getter for field CLASSCACHEST

Class cache status

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


getPhasingOutStatus

IJVMStatus.PhasingOutStatusValue getPhasingOutStatus()
Getter for field PHASINGOUTST

Phasing out status

Whether the pooled 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 pooled JVM can be reused. For CICS TS 3.2 and later regions, the values are:



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