com.ibm.cics.model
Interface IJVMServer

All Superinterfaces:
ICICSObject, ICICSResource, IInstalledCICSResource
All Known Subinterfaces:
IMutableJVMServer

public interface IJVMServer
extends ICICSResource, IInstalledCICSResource

generated from CICS resourcetable JVMSERV


Nested Class Summary
static class IJVMServer.ChangeAgentValue
          Enumeration type for field CHANGEAGENT
static class IJVMServer.EnableStatusValue
          Enumeration type for field ENABLESTATUS
static class IJVMServer.InstallAgentValue
          Enumeration type for field INSTALLAGENT
 
Method Summary
 java.lang.Long getBasdefinever()
          Getter for field BASDEFINEVER
 IJVMServer.ChangeAgentValue getChangeAgent()
          Getter for field CHANGEAGENT
 java.lang.String getChangeAgentRelease()
          Getter for field CHANGEAGREL
 java.util.Date getChangeTime()
          Getter for field CHANGETIME
 java.lang.String getChangeUserID()
          Getter for field CHANGEUSRID
 java.lang.Long getCurrentThreads()
          Getter for field SRVTHRCURR
 java.lang.Long getCurrentWaitingThreads()
          Getter for field SRVTHRWCURR
 java.lang.String getDefineSource()
          Getter for field DEFINESOURCE
 java.util.Date getDefineTime()
          Getter for field DEFINETIME
 IJVMServer.EnableStatusValue getEnableStatus()
          Getter for field ENABLESTATUS
 IJVMServer.InstallAgentValue getInstallAgent()
          Getter for field INSTALLAGENT
 java.util.Date getInstallTime()
          Getter for field INSTALLTIME
 java.lang.String getInstallUserID()
          Getter for field INSTALLUSRID
 java.lang.String getJvmProfile()
          Getter for field JVMPROFILE
 java.lang.String getLerunopts()
          Getter for field LERUNOPTS
 java.lang.String getName()
          Getter for field NAME
 java.lang.Long getPeakThreads()
          Getter for field SRVTHRHWM
 java.lang.Long getPeakWaitingThreads()
          Getter for field SRVTHRWHWM
 java.lang.Long getThreadLimit()
          Getter for field THREADLIMIT
 java.lang.Long getThreadWaits()
          Getter for field SRVTHRWAITS
 java.lang.Long getTotalThreadWaitingTime()
          Getter for field SRVTHRWTIME
 java.lang.Long getUseCount()
          Getter for field SRVUSECOUNT
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

getName

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

JVM server name

Specifies the name of this JVMSERVER. The name can be up to eight characters in length.

Specified by:
getName in interface ICICSObject

getEnableStatus

IJVMServer.EnableStatusValue getEnableStatus()
Getter for field ENABLESTATUS

Enable status

Indicates whether the JVMSERVER is enabled or not. Values are:

DISABLED
Disable the JVMSERVER resource. CICS finishes processing any requests and then stops the JVM and the Language Environment enclave.
ENABLED
Enable the JVMSERVER resource. CICS creates a Language Environment enclave and starts a JVM.
DISABLING
The JVMSERVER resource is disabling.
ENABLING
The JVMSERVER resource is enabling.
DISCARDING
The JVMSERVER resource is discarding.


getInstallAgent

IJVMServer.InstallAgentValue getInstallAgent()
Getter for field INSTALLAGENT

Installation agent

The change agent identifier that made the installation.


getChangeUserID

java.lang.String getChangeUserID()
Getter for field CHANGEUSRID

Last modification user ID

The user ID that made the last modification to the resource definition.


getChangeAgent

IJVMServer.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENT

Last modification agent

The change agent identifier that made the last modification.


getChangeAgentRelease

java.lang.String getChangeAgentRelease()
Getter for field CHANGEAGREL

Last modification agent release

The CICS release level of the agent that made the last modification to the resource definition.


getChangeTime

java.util.Date getChangeTime()
Getter for field CHANGETIME

Last modification time

The local date and time when the definition was last changed.


getDefineSource

java.lang.String getDefineSource()
Getter for field DEFINESOURCE

Source of the resource definition

The source of the definition, depending on which agent made the last change.


getDefineTime

java.util.Date getDefineTime()
Getter for field DEFINETIME

Creation time

The local date and time when the resource definition record was created on DFHCSD or EYUDREP.


getInstallUserID

java.lang.String getInstallUserID()
Getter for field INSTALLUSRID

Installation user ID

The user ID that installed the resource definition.


getInstallTime

java.util.Date getInstallTime()
Getter for field INSTALLTIME

Installation time

The local date and time when the definition was installed.


getBasdefinever

java.lang.Long getBasdefinever()
Getter for field BASDEFINEVER

BAS resource definition version

The BAS version number of this definition.


getJvmProfile

java.lang.String getJvmProfile()
Getter for field JVMPROFILE

JVM profile name

Specifies the 1- 8 character name of the JVM profile for the JVM server. The JVM profile is a file in the z/OS UNIX directory that is specified by the system initialization parameter JVMPROFILEDIR.


getLerunopts

java.lang.String getLerunopts()
Getter for field LERUNOPTS

LE runtime options program

Specifies the 1 - 8 character name of the program that defines the runtime options for the Language Environment.


getThreadLimit

java.lang.Long getThreadLimit()
Getter for field THREADLIMIT

Maximum number of threads

Set the maximum number of threads that are allowed by CICS when calling the JVM. Each thread is attached using a T8 TCB. The valid range is 1-256 threads.


getUseCount

java.lang.Long getUseCount()
Getter for field SRVUSECOUNT

JVM server use count

Use count of JVM servers


getCurrentThreads

java.lang.Long getCurrentThreads()
Getter for field SRVTHRCURR

Current number of threads

Number of current JVM server threads


getPeakThreads

java.lang.Long getPeakThreads()
Getter for field SRVTHRHWM

Peak number of threads

Peak number of JVM server threads


getThreadWaits

java.lang.Long getThreadWaits()
Getter for field SRVTHRWAITS

Number of thread waits

The number of thread waits


getTotalThreadWaitingTime

java.lang.Long getTotalThreadWaitingTime()
Getter for field SRVTHRWTIME

Total thread waiting time

Total thread waiting time


getCurrentWaitingThreads

java.lang.Long getCurrentWaitingThreads()
Getter for field SRVTHRWCURR

Current number of waiting threads

The number of current waiting threads


getPeakWaitingThreads

java.lang.Long getPeakWaitingThreads()
Getter for field SRVTHRWHWM

Peak number of waiting threads

The peak number of waiting threads



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