Index
A
addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
AVAILABLE_PROCESSORS_CHANGE -
Static variable in class com.ibm.lang.management.AvailableProcessorsNotificationInfo
Encapsulates the details of a DLPAR notification emitted by a
OperatingSystemMXBean
when the number
of available processors changes.
AvailableProcessorsNotificationInfo(int) -
Constructor for class com.ibm.lang.management.AvailableProcessorsNotificationInfo
Constructs a new instance of this object.
C
ClassLoadingMXBeanImpl - Class in com.ibm.lang.management
Runtime type for
ClassLoadingMXBean
.
com.ibm.lang.management - package com.ibm.lang.management
CompilationMXBeanImpl - Class in com.ibm.lang.management
Runtime type for
CompilationMXBean
convertFromCompositeData(CompositeData, Class<T>) -
Static method in class com.ibm.lang.management.ManagementUtils
Return a new instance of type
T
from the supplied CompositeData
object whose type maps to T
.
convertFromOpenType(Object, Class<?>, Class<T>) -
Static method in class com.ibm.lang.management.ManagementUtils
Receive data of the type specified in
openClass
and return
it in an instance of the type specified in realClass
.
convertStringArrayToList(String[]) -
Static method in class com.ibm.lang.management.ManagementUtils
Convenience method to converts an array of
String
to a
List<String>
.
convertTabularDataToMap(TabularData) -
Static method in class com.ibm.lang.management.ManagementUtils
Receives an instance of a
TabularData
whose data is wrapping a
Map
and returns a new instance of Map
containing the input information.
convertToOpenType(Object, Class<T>, Class<?>) -
Static method in class com.ibm.lang.management.ManagementUtils
Convenience method to convert an object,
data
from its
Java type realClass
to the specified open MBean type
openClass
.
D
dumpAllThreads(boolean, boolean) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
DynamicMXBeanImpl - Class in com.ibm.lang.management
TODO Type description
DynamicMXBeanImpl() -
Constructor for class com.ibm.lang.management.DynamicMXBeanImpl
F
findDeadlockedThreads() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
findMonitorDeadlockedThreads() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
from(CompositeData) -
Static method in class com.ibm.lang.management.AvailableProcessorsNotificationInfo
Receives a
CompositeData
representing a
AvailableProcessorsNotificationInfo
object and attempts to
return the root AvailableProcessorsNotificationInfo
instance.
from(CompositeData) -
Static method in class com.ibm.lang.management.ProcessingCapacityNotificationInfo
Receives a
CompositeData
representing a
ProcessingCapacityNotificationInfo
object and attempts to
return the root ProcessingCapacityNotificationInfo
instance.
from(CompositeData) -
Static method in class com.ibm.lang.management.TotalPhysicalMemoryNotificationInfo
Receives a
CompositeData
representing a
TotalPhysicalMemoryNotificationInfo
object and attempts to
return the root TotalPhysicalMemoryNotificationInfo
instance.
G
GarbageCollectorMXBean - Interface in com.ibm.lang.management
The IBM-specific interface for managing and monitoring the virtual machine's
garbage collection functionality.
Runtime type for
GarbageCollectorMXBean
.
gc() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getAllThreadIds() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getArch() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getAttribute(String) -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
getAttributes(String[]) -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
getAvailableProcessors() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getBootClassPath() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getClassLoadingBean() -
Static method in class com.ibm.lang.management.ManagementUtils
getClassMaybePrimitive(String) -
Static method in class com.ibm.lang.management.ManagementUtils
Convenience method that sets out to return the
Class
object for
the specified type named name
.
getClassPath() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getCollectionCount() -
Method in class com.ibm.lang.management.GarbageCollectorMXBeanImpl
getCollectionTime() -
Method in class com.ibm.lang.management.GarbageCollectorMXBeanImpl
getCollectionUsage() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getCollectionUsageThreshold() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getCollectionUsageThresholdCount() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getCompliationBean() -
Static method in class com.ibm.lang.management.ManagementUtils
getCurrentThreadCpuTime() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getCurrentThreadUserTime() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getDaemonThreadCount() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getFreePhysicalMemorySize() -
Method in interface com.ibm.lang.management.OperatingSystemMXBean
Returns the amount of physical memory that is available on the
system in bytes.
getFreePhysicalMemorySize() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getGarbageCollectorMXBeans() -
Static method in class com.ibm.lang.management.ManagementUtils
Returns a list of all of the instances of
GarbageCollectorMXBean
in this virtual machine.
getGCMode() -
Method in interface com.ibm.lang.management.MemoryMXBean
Returns the current GC mode as a human-readable string.
getGCMode() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getHeapMemoryUsage() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getInputArguments() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getLastCollectionEndTime() -
Method in interface com.ibm.lang.management.GarbageCollectorMXBean
Returns the end time in milliseconds of the last garbage
collection that was carried out by this collector.
getLastCollectionEndTime() -
Method in class com.ibm.lang.management.GarbageCollectorMXBeanImpl
getLastCollectionStartTime() -
Method in interface com.ibm.lang.management.GarbageCollectorMXBean
Returns the start time in milliseconds of the last garbage
collection that was carried out by this collector.
getLastCollectionStartTime() -
Method in class com.ibm.lang.management.GarbageCollectorMXBeanImpl
getLibraryPath() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getLoadedClassCount() -
Method in class com.ibm.lang.management.ClassLoadingMXBeanImpl
getLockInfoCompositeType() -
Static method in class com.ibm.lang.management.ManagementUtils
getLockInfosFromCompositeDataArray(CompositeData[]) -
Static method in class com.ibm.lang.management.ManagementUtils
Returns an array of
LockInfo
whose elements have been created
from the corresponding elements of the lockInfosCDArray
argument.
getLoggerLevel(String) -
Method in class com.ibm.lang.management.LoggingMXBeanImpl
getLoggerNames() -
Method in class com.ibm.lang.management.LoggingMXBeanImpl
getLoggingBean() -
Static method in class com.ibm.lang.management.ManagementUtils
getManagementSpecVersion() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getMaxHeapSize() -
Method in interface com.ibm.lang.management.MemoryMXBean
Get the current maximum heap size in bytes.
getMaxHeapSize() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getMaxHeapSizeLimit() -
Method in interface com.ibm.lang.management.MemoryMXBean
Get the maximum size in bytes to which the max heap size could be
increased in the currently running VM.
getMaxHeapSizeLimit() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getMBeanInfo() -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
getMemoryBean() -
Static method in class com.ibm.lang.management.ManagementUtils
getMemoryManagerMXBeans() -
Static method in class com.ibm.lang.management.ManagementUtils
Returns a list of all of the instances of
MemoryManagerMXBean
in
this virtual machine.
getMemoryManagerNames() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getMemoryPoolMXBeans() -
Static method in class com.ibm.lang.management.ManagementUtils
Returns a list of all of the instances of
MemoryPoolMXBean
in
this virtual machine.
getMemoryPoolNames() -
Method in class com.ibm.lang.management.MemoryManagerMXBeanImpl
getMemoryUsageCompositeType() -
Static method in class com.ibm.lang.management.ManagementUtils
getMemoryUsed() -
Method in interface com.ibm.lang.management.GarbageCollectorMXBean
Returns the amount of heap memory used by objects that are managed
by the collector corresponding to this bean object.
getMemoryUsed() -
Method in class com.ibm.lang.management.GarbageCollectorMXBeanImpl
getMinHeapSize() -
Method in interface com.ibm.lang.management.MemoryMXBean
Get the minimum heap size in bytes.
getMinHeapSize() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getMonitorInfosFromCompositeDataArray(CompositeData[]) -
Static method in class com.ibm.lang.management.ManagementUtils
Returns an array of
MonitorInfo
whose elements have been created
from the corresponding elements of the monitorInfosCDArray
argument.
getName() -
Method in class com.ibm.lang.management.CompilationMXBeanImpl
getName() -
Method in class com.ibm.lang.management.MemoryManagerMXBeanImpl
getName() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getName() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getName() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getNewAvailableProcessors() -
Method in class com.ibm.lang.management.AvailableProcessorsNotificationInfo
Returns the new number of available processors after the change that
initiated this notification.
getNewProcessingCapacity() -
Method in class com.ibm.lang.management.ProcessingCapacityNotificationInfo
Returns the new processing capacity after the change that this
notification corresponds to.
getNewTotalPhysicalMemory() -
Method in class com.ibm.lang.management.TotalPhysicalMemoryNotificationInfo
Returns the new value of bytes for the total physical memory after
the change that this notification corresponds to.
getNonHeapMemoryUsage() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getNotificationInfo() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getNotificationInfo() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getObjectPendingFinalizationCount() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getOperatingSystemBean() -
Static method in class com.ibm.lang.management.ManagementUtils
getParentLoggerName(String) -
Method in class com.ibm.lang.management.LoggingMXBeanImpl
getPeakThreadCount() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getPeakUsage() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getPreCollectionUsage() -
Method in interface com.ibm.lang.management.MemoryPoolMXBean
If supported by the virtual machine, returns a
MemoryUsage
which
encapsulates this memory pool's memory usage before the most
recent run of the garbage collector.
getPreCollectionUsage() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getPresentAttribute(String, DynamicMXBeanImpl.AttributeAccessType) -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
Tests to see if this
DynamicMXBean
has an attribute with
the name attributeName
.
getPresentOperation(String, String[]) -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
Tests to see if this
DynamicMXBean
has an operation with
the name actionName
.
getProcessCpuTime() -
Method in interface com.ibm.lang.management.OperatingSystemMXBean
Returns total amount of time the process has been scheduled or
executed so far in both kernel and user modes.
getProcessCpuTime() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getProcessingCapacity() -
Method in interface com.ibm.lang.management.OperatingSystemMXBean
Returns the collective capacity of the virtual processors in
the partition the VM is running in.
getProcessingCapacity() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getProcessPhysicalMemorySize() -
Method in interface com.ibm.lang.management.OperatingSystemMXBean
Returns the amount of physical memory being used by the process
in bytes.
getProcessPhysicalMemorySize() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getProcessPrivateMemorySize() -
Method in interface com.ibm.lang.management.OperatingSystemMXBean
Returns the amount of private memory used by the process in bytes.
getProcessPrivateMemorySize() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getProcessVirtualMemorySize() -
Method in interface com.ibm.lang.management.OperatingSystemMXBean
Returns the amount of virtual memory used by the process in bytes,
including physical memory and swap space.
getProcessVirtualMemorySize() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getRuntimeBean() -
Static method in class com.ibm.lang.management.ManagementUtils
getSharedClassCacheFreeSpace() -
Method in interface com.ibm.lang.management.MemoryMXBean
Returns the free space in bytes of the cache that the JVM is
currently connected to.
getSharedClassCacheFreeSpace() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getSharedClassCacheSize() -
Method in interface com.ibm.lang.management.MemoryMXBean
Returns the total size in bytes of the cache that the JVM is currently
connected to.
getSharedClassCacheSize() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
getSpecName() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getSpecVendor() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getSpecVersion() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getStackTraceFromCompositeData(CompositeData) -
Static method in class com.ibm.lang.management.ManagementUtils
Convenience method that returns a
StackTraceElement
created from
the corresponding CompositeData
argument.
getStackTracesFromCompositeDataArray(CompositeData[]) -
Static method in class com.ibm.lang.management.ManagementUtils
Returns an array of
StackTraceElement
whose elements have been
created from the corresponding elements of the
stackTraceDataVal
argument.
getStartTime() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getSystemLoadAverage() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getSystemProperties() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getThreadBean() -
Static method in class com.ibm.lang.management.ManagementUtils
getThreadCount() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getThreadCpuTime(long) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getThreadInfo(long) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getThreadInfo(long[]) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getThreadInfo(long[], int) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getThreadInfo(long[], boolean, boolean) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
Get together information for threads and create instances of the
ThreadInfo class.
getThreadInfo(long, int) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getThreadInfoCompositeType() -
Static method in class com.ibm.lang.management.ManagementUtils
getThreadUserTime(long) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getTotalCompacts() -
Method in interface com.ibm.lang.management.GarbageCollectorMXBean
Returns the cumulative total number of compacts that was performed by
garbage collector corresponding to this bean object.
getTotalCompacts() -
Method in class com.ibm.lang.management.GarbageCollectorMXBeanImpl
getTotalCompilationTime() -
Method in class com.ibm.lang.management.CompilationMXBeanImpl
getTotalLoadedClassCount() -
Method in class com.ibm.lang.management.ClassLoadingMXBeanImpl
getTotalMemoryFreed() -
Method in interface com.ibm.lang.management.GarbageCollectorMXBean
Returns the cumulative total amount of memory freed, in bytes, by the
garbage collector corresponding to this bean object.
getTotalMemoryFreed() -
Method in class com.ibm.lang.management.GarbageCollectorMXBeanImpl
getTotalPhysicalMemory() -
Method in interface com.ibm.lang.management.OperatingSystemMXBean
Returns the total number of bytes used for physical memory.
getTotalPhysicalMemory() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getTotalStartedThreadCount() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
getType() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getUnloadedClassCount() -
Method in class com.ibm.lang.management.ClassLoadingMXBeanImpl
getUptime() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getUsage() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getUsageThreshold() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getUsageThresholdCount() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
getVersion() -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
getVmName() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getVmVendor() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
getVmVersion() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
I
id -
Variable in class com.ibm.lang.management.MemoryManagerMXBeanImpl
info -
Variable in class com.ibm.lang.management.DynamicMXBeanImpl
initializeInfo() -
Method in class com.ibm.lang.management.GarbageCollectorMXBeanImpl
Sets the metadata for this bean.
initializeInfo() -
Method in class com.ibm.lang.management.MemoryManagerMXBeanImpl
initMBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[]) -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
invoke(String, Object[], String[]) -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
invoke(Object, Method, Object[]) -
Method in class com.ibm.lang.management.OpenTypeMappingIHandler
isANotificationEmitter(Class<T>) -
Static method in class com.ibm.lang.management.ManagementUtils
Convenience method that returns a boolean indication of whether or not
concrete instances of the the supplied interface type
mxbeanInterface
should also be implementors of the
interface javax.management.NotificationEmitter
.
isBootClassPathSupported() -
Method in class com.ibm.lang.management.RuntimeMXBeanImpl
isCollectionUsageThresholdExceeded() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
isCollectionUsageThresholdSupported() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
isCompilationTimeMonitoringSupported() -
Method in class com.ibm.lang.management.CompilationMXBeanImpl
isCurrentThreadCpuTimeSupported() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
isObjectMonitorUsageSupported() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
isSetMaxHeapSizeSupported() -
Method in interface com.ibm.lang.management.MemoryMXBean
Query whether the VM supports runtime reconfiguration of the
maximum heap size through the setMaxHeapSize() call.
isSetMaxHeapSizeSupported() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
isSynchronizerUsageSupported() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
isThreadContentionMonitoringEnabled() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
isThreadContentionMonitoringSupported() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
isThreadCpuTimeEnabled() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
isThreadCpuTimeSupported() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
isUsageThresholdExceeded() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
isUsageThresholdSupported() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
isValid() -
Method in class com.ibm.lang.management.MemoryManagerMXBeanImpl
isValid() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
isVerbose() -
Method in class com.ibm.lang.management.ClassLoadingMXBeanImpl
isVerbose() -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
isWrapperClass(Class<? extends Object>, Class) -
Static method in class com.ibm.lang.management.ManagementUtils
Convenience method to determine if the
wrapper
Class
object is really the wrapper class for the
primitive
Class
object.
L
LoggingMXBeanImpl - Class in com.ibm.lang.management
Runtime type for
LoggingMXBean
.
M
ManagementUtils - Class in com.ibm.lang.management
Support methods for com.ibm.lang.management classes.
ManagementUtils() -
Constructor for class com.ibm.lang.management.ManagementUtils
MemoryManagerMXBeanImpl - Class in com.ibm.lang.management
Runtime type for
MemoryManagerMXBean
MemoryMXBean - Interface in com.ibm.lang.management
The IBM-specific interface for monitoring the virtual machine's memory
management system.
MemoryMXBeanImpl - Class in com.ibm.lang.management
Runtime type for
MemoryMXBean
.
MemoryPoolMXBean - Interface in com.ibm.lang.management
The IBM-specific interface for managing and monitoring the virtual machine's
memory pools.
MemoryPoolMXBeanImpl - Class in com.ibm.lang.management
Runtime type for
MemoryPoolMXBean
N
name -
Variable in class com.ibm.lang.management.MemoryManagerMXBeanImpl
O
OpenTypeMappingIHandler - Class in com.ibm.lang.management
OpenTypeMappingIHandler(MBeanServerConnection, String, String) -
Constructor for class com.ibm.lang.management.OpenTypeMappingIHandler
OperatingSystemMXBean - Interface in com.ibm.lang.management
The IBM-specific interface for monitoring the operating system where the
virtual machine is running.
OperatingSystemMXBeanImpl - Class in com.ibm.lang.management
Runtime type for
OperatingSystemMXBean
.
P
PROCESSING_CAPACITY_CHANGE -
Static variable in class com.ibm.lang.management.ProcessingCapacityNotificationInfo
Encapsulates the details of a DLPAR notification emitted by a
OperatingSystemMXBean
when the available
processing capacity changes.
ProcessingCapacityNotificationInfo(int) -
Constructor for class com.ibm.lang.management.ProcessingCapacityNotificationInfo
Constructs a new instance of this object.
R
removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
removeNotificationListener(NotificationListener) -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
removeNotificationListener(NotificationListener) -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
resetPeakThreadCount() -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
resetPeakUsage() -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
RuntimeMXBeanImpl - Class in com.ibm.lang.management
Runtime type for
RuntimeMXBean
S
sendNotification(Notification) -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
sendNotification(Notification) -
Method in class com.ibm.lang.management.OperatingSystemMXBeanImpl
setAttribute(Attribute) -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
setAttributes(AttributeList) -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
setCollectionUsageThreshold(long) -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
setLoggerLevel(String, String) -
Method in class com.ibm.lang.management.LoggingMXBeanImpl
setMaxHeapSize(long) -
Method in interface com.ibm.lang.management.MemoryMXBean
Set the current maximum heap size to
size
.
setMaxHeapSize(long) -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
setMBeanInfo(MBeanInfo) -
Method in class com.ibm.lang.management.DynamicMXBeanImpl
setThreadContentionMonitoringEnabled(boolean) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
setThreadCpuTimeEnabled(boolean) -
Method in class com.ibm.lang.management.ThreadMXBeanImpl
setUsageThreshold(long) -
Method in class com.ibm.lang.management.MemoryPoolMXBeanImpl
setVerbose(boolean) -
Method in class com.ibm.lang.management.ClassLoadingMXBeanImpl
setVerbose(boolean) -
Method in class com.ibm.lang.management.MemoryMXBeanImpl
T
ThreadMXBeanImpl - Class in com.ibm.lang.management
Runtime type for
ThreadMXBean
toAvailableProcessorsNotificationInfoCompositeData(AvailableProcessorsNotificationInfo) -
Static method in class com.ibm.lang.management.ManagementUtils
toLockInfoCompositeData(LockInfo) -
Static method in class com.ibm.lang.management.ManagementUtils
toMemoryNotificationInfoCompositeData(MemoryNotificationInfo) -
Static method in class com.ibm.lang.management.ManagementUtils
toMemoryUsageCompositeData(MemoryUsage) -
Static method in class com.ibm.lang.management.ManagementUtils
toMonitorInfoCompositeData(MonitorInfo) -
Static method in class com.ibm.lang.management.ManagementUtils
toProcessingCapacityNotificationInfoCompositeData(ProcessingCapacityNotificationInfo) -
Static method in class com.ibm.lang.management.ManagementUtils
toStackTraceElementCompositeData(StackTraceElement) -
Static method in class com.ibm.lang.management.ManagementUtils
toSystemPropertiesTabularData(Map<String, String>) -
Static method in class com.ibm.lang.management.ManagementUtils
TOTAL_PHYSICAL_MEMORY_CHANGE -
Static variable in class com.ibm.lang.management.TotalPhysicalMemoryNotificationInfo
Encapsulates the details of a DLPAR notification emitted by a
OperatingSystemMXBean
when the total
physical memory changes.
TotalPhysicalMemoryNotificationInfo(long) -
Constructor for class com.ibm.lang.management.TotalPhysicalMemoryNotificationInfo
Constructs a new instance of this object.
toThreadInfoCompositeData(ThreadInfo) -
Static method in class com.ibm.lang.management.ManagementUtils
toTotalPhysicalMemoryNotificationInfoCompositeData(TotalPhysicalMemoryNotificationInfo) -
Static method in class com.ibm.lang.management.ManagementUtils
V
VERBOSE_MODE -
Static variable in class com.ibm.lang.management.ManagementUtils
System property setting used to decide if non-fatal exceptions should be
written out to console.
verifyFieldNames(CompositeData, String[]) -
Static method in class com.ibm.lang.management.ManagementUtils
Throws an
IllegalArgumentException
if the CompositeData
argument cd
does not have any of the attributes named in
the expected
array of strings.
verifyFieldNumber(CompositeData, int) -
Static method in class com.ibm.lang.management.ManagementUtils
Throws an
IllegalArgumentException
if the CompositeData
argument cd
does not have the number of attributes
specified in i
.
verifyFieldTypes(CompositeData, String[], String[]) -
Static method in class com.ibm.lang.management.ManagementUtils
Throws an
IllegalArgumentException
if the CompositeData
argument cd
contains attributes that are not of the exact
types specified in the expectedTypes
argument.