Uses of Class
com.jrockit.mc.rjmx.proxy.IProxyNames.Key

Packages that use IProxyNames.Key
com.jrockit.mc.rjmx.proxy This package contains the proxy interfaces for compatibility with previous versions of JRockit. 
 

Uses of IProxyNames.Key in com.jrockit.mc.rjmx.proxy
 

Fields in com.jrockit.mc.rjmx.proxy declared as IProxyNames.Key
static IProxyNames.Key IProxyNames.Key.CLASSLOADING_LOADED_CLASS_COUNT
           
static IProxyNames.Key IProxyNames.Key.CLASSLOADING_TOTAL_LOADED_CLASS_COUNT
           
static IProxyNames.Key IProxyNames.Key.CLASSLOADING_UNLOADED_CLASS_COUNT
           
static IProxyNames.Key IProxyNames.Key.COUNTER_FREQUENCY
           
static IProxyNames.Key IProxyNames.Key.GARBAGE_COLLECTOR_HEURISTIC_NAME
           
static IProxyNames.Key IProxyNames.Key.GARBAGE_COLLECTOR_NAME
           
static IProxyNames.Key IProxyNames.Key.GARBAGE_COLLECTOR_STRATEGY_DESCRIPTION
           
static IProxyNames.Key IProxyNames.Key.MEMORY_ALLOCATED_HEAP_SIZE
           
static IProxyNames.Key IProxyNames.Key.MEMORY_EXIT_ON_OUT_OF_MEMORY
           
static IProxyNames.Key IProxyNames.Key.MEMORY_HEAP_FREE
           
static IProxyNames.Key IProxyNames.Key.MEMORY_HEAP_MAX
           
static IProxyNames.Key IProxyNames.Key.MEMORY_HEAP_SIZE_LOCKED
           
static IProxyNames.Key IProxyNames.Key.MEMORY_HEAP_TOTAL
           
static IProxyNames.Key IProxyNames.Key.MEMORY_HEAP_USED
           
static IProxyNames.Key IProxyNames.Key.MEMORY_HEAP_USED_PERCENT
           
static IProxyNames.Key IProxyNames.Key.MEMORY_LIVE_SET_PERCENT
           
static IProxyNames.Key IProxyNames.Key.MEMORY_NURSERY_SIZE
           
static IProxyNames.Key IProxyNames.Key.MEMORY_PHYSICAL_FREE
           
static IProxyNames.Key IProxyNames.Key.MEMORY_PHYSICAL_TOTAL
           
static IProxyNames.Key IProxyNames.Key.MEMORY_PHYSICAL_USED
           
static IProxyNames.Key IProxyNames.Key.MEMORY_PHYSICAL_USED_PERCENT
           
static IProxyNames.Key IProxyNames.Key.NOTIFICATION_GARBAGE_COLLECTION
           
static IProxyNames.Key IProxyNames.Key.NOTIFICATION_GARBAGE_COLLECTOR_STRATEGY_CHANGE
           
static IProxyNames.Key IProxyNames.Key.OS_AVAILABLE_PROCESSORS
           
static IProxyNames.Key IProxyNames.Key.OS_CPU_LOAD
           
static IProxyNames.Key IProxyNames.Key.OS_CPU_LOADS
           
static IProxyNames.Key IProxyNames.Key.OS_JVM_CPU_LOAD
           
static IProxyNames.Key IProxyNames.Key.RUNTIME_PROCESS_AFFINITY
           
static IProxyNames.Key IProxyNames.Key.RUNTIME_START_TIME
           
static IProxyNames.Key IProxyNames.Key.RUNTIME_SYSTEM_PROPERTIES
           
static IProxyNames.Key IProxyNames.Key.RUNTIME_UPTIME
           
static IProxyNames.Key IProxyNames.Key.SYNTHETIC_CONNECTION_UPTIME
           
static IProxyNames.Key IProxyNames.Key.THREAD_DAEMON_THREAD_COUNT
           
static IProxyNames.Key IProxyNames.Key.THREAD_PEAK_THREAD_COUNT
           
static IProxyNames.Key IProxyNames.Key.THREAD_THREAD_COUNT
           
 

Methods in com.jrockit.mc.rjmx.proxy that return IProxyNames.Key
 IProxyNames.Key IProxyNames.getKeyByAttribute(AttributeDescriptor descriptor)
          Returns the IProxyNames.Key corresponding to the AttributeDescriptor.
static IProxyNames.Key IProxyNames.Key.valueOf(java.lang.String s)
           
static IProxyNames.Key[] IProxyNames.Key.values()
           
 

Methods in com.jrockit.mc.rjmx.proxy with parameters of type IProxyNames.Key
 AttributeDescriptor IProxyNames.getAttributeDescriptor(IProxyNames.Key key)
          Returns the AttributeDescriptor corresponding to the key.
 boolean IProxyNames.supportsKey(IProxyNames.Key key)
          Returns whether the IProxyNames.Key is supported by IProxyNames or not.
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.