|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJVMProfile
generated from CICS resourcetable JVMPROF
Nested Class Summary | |
---|---|
static class |
IJVMProfile.ClassCacheStatusValue
Enumeration type for field CLASSCACHEST |
static class |
IJVMProfile.ReusestValue
Enumeration type for field REUSEST |
Method Summary | |
---|---|
java.lang.Long |
getCcurprofuse()
Getter for field CCURPROFUSE |
java.lang.Long |
getCjvmdestrsos()
Getter for field CJVMDESTRSOS |
java.lang.Long |
getCjvmheaphwm()
Getter for field CJVMHEAPHWM |
java.lang.Long |
getCjvmsunreset()
Getter for field CJVMSUNRESET |
IJVMProfile.ClassCacheStatusValue |
getClassCacheStatus()
Getter for field CLASSCACHEST |
java.lang.Long |
getCleheaphwm()
Getter for field CLEHEAPHWM |
java.lang.Long |
getCmismavictim()
Getter for field CMISMAVICTIM |
java.lang.Long |
getCmismstealer()
Getter for field CMISMSTEALER |
java.lang.Long |
getCnewjvmscrt()
Getter for field CNEWJVMSCRT |
java.lang.Long |
getCpeakprofuse()
Getter for field CPEAKPROFUSE |
java.lang.Long |
getCprofilereqs()
Getter for field CPROFILEREQS |
java.lang.String |
getCprofxmxvalu()
Getter for field CPROFXMXVALU |
java.lang.String |
getHfsname()
Getter for field HFSNAME |
java.lang.String |
getName()
Getter for field NAME |
IJVMProfile.ReusestValue |
getReusest()
Getter for field REUSEST |
java.lang.Long |
getUcurprofuse()
Getter for field UCURPROFUSE |
java.lang.Long |
getUjvmdestrsos()
Getter for field UJVMDESTRSOS |
java.lang.Long |
getUjvmheaphwm()
Getter for field UJVMHEAPHWM |
java.lang.Long |
getUjvmsunreset()
Getter for field UJVMSUNRESET |
java.lang.Long |
getUleheaphwm()
Getter for field ULEHEAPHWM |
java.lang.Long |
getUmismavictim()
Getter for field UMISMAVICTIM |
java.lang.Long |
getUmismstealer()
Getter for field UMISMSTEALER |
java.lang.Long |
getUnewjvmscrt()
Getter for field UNEWJVMSCRT |
java.lang.Long |
getUpeakprofuse()
Getter for field UPEAKPROFUSE |
java.lang.Long |
getUprofilereqs()
Getter for field UPROFILEREQS |
java.lang.String |
getUprofxmxvalu()
Getter for field UPROFXMXVALU |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Method Detail |
---|
java.lang.String getName()
Name as used in a program definition
The name of the JVM profile.
getName
in interface ICICSObject
java.lang.String getHfsname()
Full path name of the HFS file
The full path name of the HFS file for the JVM profile.
IJVMProfile.ClassCacheStatusValue getClassCacheStatus()
Class cache status
Specifies whether or not JVMs with this profile are pooled JVMs dependent on the shared class cache. The values are:
IJVMProfile.ReusestValue getReusest()
JVM reuse status
Whether or not JVMs with this profile can be reused. The values are:
java.lang.Long getCprofilereqs()
JVM profile CICS key request count
The number of requests for JVMs with an execution key of CICS.
java.lang.Long getUprofilereqs()
JVM profile USER key request count
The number of requests for JVMs with an execution key of user.
java.lang.Long getCcurprofuse()
Current JVM profile CICS key use count
The current use count for JVMs with an execution key of CICS.
java.lang.Long getUcurprofuse()
Current JVM profile USER key use count
The current use count for JVMs with an execution key of user.
java.lang.Long getCpeakprofuse()
Peak JVM profile CICS key use count
The peak number of CICS key JVMs with this profile that the JVM pool has contained.
java.lang.Long getUpeakprofuse()
Peak JVM profile USER key use count
The peak number of user key JVMs with this profile that the JVM pool has contained.
java.lang.Long getCnewjvmscrt()
New CICS key JVMs created
The number of new CICS key JVMs that were created with this profile.
java.lang.Long getUnewjvmscrt()
New USER key JVMs created
The number of new user key JVMs that were created with this profile.
java.lang.Long getCjvmsunreset()
Number of CICS key JVMs not resettable
The number of CICS key JVMs that were not resettable. This field is not applicable for CICS TS 3.2 and later regions.
java.lang.Long getUjvmsunreset()
Number of USER key JVMs not resettable
The number of user key JVMs that were not resettable. This field is not applicable for CICS TS 3.2 and later regions.
java.lang.Long getCmismstealer()
Number of times CICS key mismatch stealer
The number of times that an application's request for a CICS key JVM with this profile resulted in a mismatch or a steal. In order to fulfil the application's request, a free JVM with another profile was destroyed and re-initialized (mismatch), and if necessary its TCB was also destroyed and re-created (steal).
java.lang.Long getUmismstealer()
Number of times USER key mismatch stealer
The number of times that an application's request for a user key JVM with this profile resulted in a mismatch or a steal.
java.lang.Long getCmismavictim()
Number of times CICS key mismatch victim
The number of times that a free CICS key JVM with this profile was taken, destroyed and re-initialized (mismatch), and if necessary its TCB was also destroyed and re-created (steal), in order to fulfil an application's request for a JVM with a different profile. JVM profiles that are not often requested by applications are more likely to be victims of TCB mismatch or stealing, because JVMs created with such profiles spend longer waiting in the JVM pool to be reused.
java.lang.Long getUmismavictim()
Number of times USER key mismatch victim
The number of times that a free user key JVM with this profile was taken, destroyed and re-initialized (mismatch), and if necessary its TCB was also destroyed and re-created (steal), in order to fulfil an application's request for a JVM with a different profile.
java.lang.Long getCleheaphwm()
Peak Language Environment heap used (CICS key)
The peak Language Environment heap storage for CICS key JVMs with this profile.
java.lang.Long getUleheaphwm()
Peak Language Environment heap used (USER key)
The peak Language Environment heap storage for user key JVMs with this profile.
java.lang.Long getCjvmheaphwm()
Heap peak for CICS key JVMs
The peak heap storage used by CICS key JVMs with this profile.
java.lang.Long getUjvmheaphwm()
Heap peak for user key JVMs
The peak heap storage used by user key JVMs in this profile
java.lang.Long getCjvmdestrsos()
Times JVMs CICS key destroyed by 'SOS' action
The number of times that CICS key JVMs with this profile were destroyed due to a short-on-storage condition. When CICS is notified of a short-on-storage condition by its storage monitor for JVMs, it might destroy JVMs in the JVM pool that are not currently in use.
java.lang.Long getUjvmdestrsos()
Times JVMs USER key destroyed by 'SOS' action
The number of times that user key JVMs with this profile were destroyed due to a short-on-storage condition.
java.lang.String getCprofxmxvalu()
JVM profile CICS -Xmx value
The -Xmx parameter set in this JVM profile for CICS key JVMs. The -Xmx parameter specifies the maximum size of the heap in the JVM.
java.lang.String getUprofxmxvalu()
JVM profile USER -Xmx value
The -Xmx parameter set in this JVM profile for user key JVMs. The -Xmx parameter specifies the maximum size of the heap in the JVM.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |