com.ibm.cics.model

Interface IJVMStatus

    • 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:

        • CICSEXECKEY - The JVM executes in CICS key.
        • USEREXECKEY - The JVM executes in user key.
      • 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:

        • CLASSCACHE - The JVM profile for this JVM specified the use of the shared class cache.
        • NOCLASSCACHE - The JVM profile for this JVM did not specify the use of the shared class cache.
      • getPhasingOutStatus

        IJVMStatus.PhasingOutStatusValue getPhasingOutStatus()
        Getter for field PHASINGOUTST

        Phasing out status

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

        • PHASEOUT - The JVM is being phased out.
        • NOPHASEOUT - The JVM is not being phased out. It is available for allocation, or will be available for allocation when the current allocation is ended.
      • 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:

        • REUSE - The JVM is continuous.
        • NOREUSE - The JVM is single use.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.