|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJVMClassCache
generated from CICS resourcetable CLCACHE
Nested Class Summary | |
---|---|
static class |
IJVMClassCache.ReusestValue
Enumeration type for field REUSEST |
static class |
IJVMClassCache.StatusValue
Enumeration type for field STATUS |
Method Summary | |
---|---|
ICICSEnums.EnablementValue |
getAutostartst()
Getter for field AUTOSTARTST |
java.lang.Long |
getCachefree()
Getter for field CACHEFREE |
java.lang.Long |
getCachesize()
Getter for field CACHESIZE |
java.lang.Long |
getJvmreqscache()
Getter for field JVMREQSCACHE |
java.lang.Long |
getOldcaches()
Getter for field OLDCACHES |
java.lang.Long |
getPeakcachejvm()
Getter for field PEAKCACHEJVM |
java.lang.Long |
getPhasingOut()
Getter for field PHASINGOUT |
java.lang.String |
getProfile()
Getter for field PROFILE |
IJVMClassCache.ReusestValue |
getReusest()
Getter for field REUSEST |
java.util.Date |
getStarttime()
Getter for field STARTTIME |
IJVMClassCache.StatusValue |
getStatus()
Getter for field STATUS |
java.lang.Long |
getTotaljvms()
Getter for field TOTALJVMS |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getName |
Method Detail |
---|
java.lang.Long getPhasingOut()
Number of JVMs being phased-out
The number of worker JVMs that are dependent on an old shared class cache, and are being phased out. If the status of the current shared class cache is Stopped, then any worker JVMs that are still dependent on it are included in the number of worker JVMs being phased out.
ICICSEnums.EnablementValue getAutostartst()
Autostart status
The status of autostart for the shared class cache. The values are:
java.lang.Long getOldcaches()
Number of class caches waiting for JVMs to terminate
The number of old shared class caches that are still present in the region because they are waiting for worker JVMs that are dependent on them to be phased out. If the status of the current shared class cache is Stopped, and worker JVMs are still dependent on it, then that shared class cache is included in the number of old shared class caches.
java.lang.String getProfile()
Profile used to start or used to reload the cache
If the status of the shared class cache is Stopped, this displays the eight-character name of the JVM profile that will be used for a master JVM to start the shared class cache. If the status of the shared class cache is Started, Starting or Reloading, this displays the eight-character name of the JVM profile that was used for the last valid request to start or reload the shared class cache. This name is displayed even if the shared class cache fails to start or reload. The displayed JVM profile is used next time you issue the command to start or reload the shared class cache, unless you specify a different JVM profile using the Profile option.
java.lang.Long getCachesize()
Size of the class cache in bytes
If the status of the shared class cache is Starting or Started, this is the size of the current shared class cache. If the status of the shared class cache is the shared class cache is Reloading, this is the size of the new shared class cache that is being loaded.
java.lang.Long getCachefree()
Amount in bytes, of free space within the cache
The amount of free space in the shared class cache, in bytes.
IJVMClassCache.StatusValue getStatus()
Class cache status
The status of the current shared class cache. The values are:
java.util.Date getStarttime()
The time that the class cache was started
The date and time when the current shared class cache was started. This time is expressed as local time.
java.lang.Long getTotaljvms()
Number of JVMs dependent on the class cache
The number of worker JVMs in the CICS region that are dependent on a shared class cache. This includes both the worker JVMs that are dependent on the current shared class cache, and any worker JVMs that are dependent on an old shared class cache and are being phased out.
IJVMClassCache.ReusestValue getReusest()
JVM reuse status
For CICS TS 3.2 and later regions, the master JVM that initializes the shared class cache is always a continuous (reusable) JVM. This option indicates the reuse status of the master JVM as follows:
java.lang.Long getPeakcachejvm()
Peak worker (class cache) JVMs
The peak number of JVMs in the JVM pool that used the shared class cache.
java.lang.Long getJvmreqscache()
JVM requests - class cache
The total number of Java programs which requested a JVM that uses the shared class cache.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |