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
 
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
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

getObjectType

ICICSType<IJVMStatus> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

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:


getCICSObjectReference

IJVMStatusReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IJVMStatus> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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