C D E F G H I J L M N O R S T U V W

C

ClassLoadingMXBean - Interface in jrockit.management
This interface exposes class loading-specific information.
closeJRARecording() - Method in interface jrockit.management.JRockitConsoleMXBean
Close the current JRA recording.
CompilationMXBean - Interface in jrockit.management
This interface exposes class compilation-specific information.
containsKey(String) - Method in class jrockit.management.util.LazyCompositeData
 
containsValue(Object) - Method in class jrockit.management.util.LazyCompositeData
 

D

DefaultGarbageCollectionHeuristic - Class in jrockit.management
The default implementation of a GarbageCollectionHeuristic.
DefaultGarbageCollectionHeuristic(String, String) - Constructor for class jrockit.management.DefaultGarbageCollectionHeuristic
Constructor.
DefaultGarbageCollectionHeuristic(CompositeData) - Constructor for class jrockit.management.DefaultGarbageCollectionHeuristic
Constructor.
DefaultGarbageCollectionHeuristicCompositeData - Class in jrockit.management.util
 
DefaultGarbageCollectionHeuristicCompositeData(DefaultGarbageCollectionHeuristic) - Constructor for class jrockit.management.util.DefaultGarbageCollectionHeuristicCompositeData
Constructor

E

equals(Object) - Method in class jrockit.management.MethodIdentifier
Indicates whether some other MethodIdentfier is "equal to" this one.
equals(Object) - Method in class jrockit.management.util.LazyCompositeData
 

F

from(CompositeData) - Static method in class jrockit.management.DefaultGarbageCollectionHeuristic
Returns a DefaultGarbageHeuristic object from a composite data.
from(CompositeData) - Static method in class jrockit.management.MarkAndSweepStrategy
Returns a MarkAndSweepStrategy from a composite data
from(CompositeData) - Static method in class jrockit.management.MethodIdentifier
Returns a MethodIdentifier from composite data

G

GarbageCollectionHeuristic - Interface in jrockit.management
This interface is the representation of the goals of a garbage collector.
GarbageCollectionStrategy - Interface in jrockit.management
This is the parent interface for all garbage collection strategies.
GarbageCollectorMXBean - Interface in jrockit.management
This interface exposes garbage collection-specific information.
get(String) - Method in class jrockit.management.util.LazyCompositeData
 
getAll(String[]) - Method in class jrockit.management.util.LazyCompositeData
 
getAllocatedHeapSize() - Method in interface jrockit.management.MemoryMXBean
Returns the size of the heap that the JVM has allocated, in bytes.
getAsHumanReadable(MethodIdentifier, boolean) - Static method in class jrockit.management.MethodIdentifier
Returns a String representing this method in a form convenient for humans.
getClassName() - Method in class jrockit.management.MethodIdentifier
Returns the fully qualified class name of this method (i.e. with package name).
getClassName(CompositeData) - Static method in class jrockit.management.util.MethodIdentifierCompositeData
Gets the class name from the composite data
getCompositeData() - Method in class jrockit.management.util.DefaultGarbageCollectionHeuristicCompositeData
Gets the composite data from the DefaultGarbageCollectionHeuristicCompositeData object
getCompositeData() - Method in class jrockit.management.util.LazyCompositeData
Returns the CompositeData representing this object.
getCompositeData() - Method in class jrockit.management.util.MarkAndSweepStrategyCompositeData
Gets the composite data
getCompositeData() - Method in class jrockit.management.util.MethodIdentifierCompositeData
Gets the composite data from MethodIdentifierCompositeData
getCompositeType() - Method in class jrockit.management.util.LazyCompositeData
 
getCPUDescriptions() - Method in interface jrockit.management.JRockitConsoleMXBean
 
getCPULoad() - Method in interface jrockit.management.OperatingSystemMXBean
Returns the average (over all processors) CPU load on the machine in percent. 0.0 means no load and 100.0 denotes a fully saturated CPU.
getCPULoads() - Method in interface jrockit.management.JRockitConsoleMXBean
Returns the CPU load for all CPU:s on a machine.
getCurrentTime() - Method in interface jrockit.management.JRockitConsoleMXBean
Returns the current system time
getDescription() - Method in class jrockit.management.DefaultGarbageCollectionHeuristic
Returns the description of this heuristic, for instance gcprio:paustimes.
getDescription() - Method in interface jrockit.management.GarbageCollectionHeuristic
Returns the description of this particular heuristic
getDescription() - Method in interface jrockit.management.GarbageCollectionStrategy
Returns a description of this GarbageCollectionStrategy.
getDescription() - Method in class jrockit.management.MarkAndSweepStrategy
Returns a description of this strategy.
getDescription(CompositeData) - Static method in class jrockit.management.util.DefaultGarbageCollectionHeuristicCompositeData
Gets the description from the composite data
getDescription(CompositeData) - Static method in class jrockit.management.util.MarkAndSweepStrategyCompositeData
Gets the description from the composite data
getDescriptor() - Method in class jrockit.management.MethodIdentifier
Returns the descriptor of this MethodIdentfier.
getDescriptor(CompositeData) - Static method in class jrockit.management.util.MethodIdentifierCompositeData
Gets the descriptor from the composite data
getExceptionCount(String) - Method in interface jrockit.management.MethodProfilerMXBean
Will get the sum of the exception counts for all the classes found using the qualified name.
getGarbageCollectionHeuristic() - Method in class jrockit.management.util.DefaultGarbageCollectionHeuristicCompositeData
Gets the garbage collection heuristic
getGarbageCollectionStrategy() - Method in interface jrockit.management.JRockitConsoleMXBean
The strategy shows the currently used garbage collection strategy employed to meet the goals defined by the heuristic.
getGarbageCollectionStrategy() - Method in class jrockit.management.util.MarkAndSweepStrategyCompositeData
Returns the MarkAndSweepStrategy
getHeuristic() - Method in interface jrockit.management.GarbageCollectorMXBean
The heuristic represents the overall goal this GarbageCollector is currently persuing.
getInvocationCount(MethodIdentifier) - Method in interface jrockit.management.MethodProfilerMXBean
Returns the invocation count since enabling invocation counting for the for the specified method.
getJITCompilationTime() - Method in interface jrockit.management.CompilationMXBean
Returns the time spent JIT compiling
getMethod(ClassLoader, MethodIdentifier) - Static method in class jrockit.management.MethodIdentifier
Returns a java method from a methodIdentifier.
getMethod(Class, MethodIdentifier) - Static method in class jrockit.management.MethodIdentifier
Returns a java method from a methodIdentifier.
getMethodIdentifier() - Method in class jrockit.management.util.MethodIdentifierCompositeData
Gets the MethodIdentfier from the MethodIdentifierCompositeData
getMethodName() - Method in class jrockit.management.MethodIdentifier
Returns the method name of this MethodIdentfier.
getMethodName(CompositeData) - Static method in class jrockit.management.util.MethodIdentifierCompositeData
Gets the method name from the composite data
getMethods(String) - Method in interface jrockit.management.MethodProfilerMXBean
Used to retrieve the set of methods available for a certain class.
getMLSPort() - Method in interface jrockit.management.JRockitConsoleMXBean
Check if the server is started, will return 0 if not started, otherwise returns the port it is listening to
getMLSVersions() - Method in interface jrockit.management.JRockitConsoleMXBean
Returns an array containing the protocol versions supported in the available implementation of the memory leak server.
getName() - Method in class jrockit.management.DefaultGarbageCollectionHeuristic
Returns the name of this heuristic, for instance gcprio:paustimes.
getName() - Method in interface jrockit.management.GarbageCollectionHeuristic
Returns the name the name of this particular heuristic, for instance gcprio:paustimes.
getName() - Method in interface jrockit.management.GarbageCollectionStrategy
Returns the name of this GarbageCollectionStrategy.
getName() - Method in class jrockit.management.MarkAndSweepStrategy
Returns the name of this strategy.
getName(CompositeData) - Static method in class jrockit.management.util.DefaultGarbageCollectionHeuristicCompositeData
Gets the name from the composite data
getName(CompositeData) - Static method in class jrockit.management.util.MarkAndSweepStrategyCompositeData
Gets the name from the composite data
getNumberOfMonitorDeadlockedThreads() - Method in interface jrockit.management.ThreadMXBean
Counts the number of threads that are in deadlock waiting to acquire object monitors.
getNurserySize() - Method in interface jrockit.management.GarbageCollectorMXBean
Deprecated. 
getNurserySize() - Method in interface jrockit.management.MarkAndSweepGarbageCollectorMXBean
Returns the nursery size in use (in bytes).
getNurserySize() - Method in interface jrockit.management.NurseryMemoryPoolMXBean
Returns the nursery size in use (in bytes).
getOptimizingTime() - Method in interface jrockit.management.CompilationMXBean
Returns the time spent optimizing.
getProcessAffinity() - Method in interface jrockit.management.RuntimeMXBean
Returns a collection with the CPUs that the JVM process currently is running on.
getStrategy() - Method in interface jrockit.management.GarbageCollectorMXBean
The strategy shows the currently used strategy employed to meet the goals defined by the heuristic.
getThreadStackDump() - Method in interface jrockit.management.ThreadMXBean
Returns a string representing the thread stack dump you normally get by pressing ctrl-break.
getTiming(MethodIdentifier) - Method in interface jrockit.management.MethodProfilerMXBean
Returns the amount of time spent performing work in a method, since enabling timing (in miliseconds).
getTotalPhysicalMemory() - Method in interface jrockit.management.MemoryMXBean
Returns the total physical memory, in bytes.
getUsedPhysicalMemory() - Method in interface jrockit.management.MemoryMXBean
Returns the committed heap size of the JVM in bytes.
getVMGeneratedCPULoad() - Method in interface jrockit.management.OperatingSystemMXBean
Returns the percentage of the load on the machine caused by the JVM. 0.0 means no load is created by the virtual machine, 100.0 means all load is created by the JVM.

H

hashCode() - Method in class jrockit.management.MethodIdentifier
Returns a hash code for this MethodIdentfier
hashCode() - Method in class jrockit.management.util.LazyCompositeData
 
HeapMemoryPoolMXBean - Interface in jrockit.management
This interface exposes heap memory-specific information.

I

isConcurrentMark() - Method in class jrockit.management.MarkAndSweepStrategy
Returns true if this strategy is concurrent mark, false otherwise
isConcurrentMark(CompositeData) - Static method in class jrockit.management.util.MarkAndSweepStrategyCompositeData
Returns true if concurrent mark, false otherwise
isConcurrentSweep() - Method in class jrockit.management.MarkAndSweepStrategy
Returns true if this strategy is concurrent sweep, false otherwise
isConcurrentSweep(CompositeData) - Static method in class jrockit.management.util.MarkAndSweepStrategyCompositeData
Returns true if concurrent sweep, false otherwise
isExceptionCountEnabled(String) - Method in interface jrockit.management.MethodProfilerMXBean
Will return true if exception count is enabled for all classes matching the name.
isExitOnOutOfMemory() - Method in interface jrockit.management.MemoryMXBean
Returns true if the JVM will exit with an error code instead of throwing an OutOfMemoryError, false if it throws an OutOfMemoryError.
isGenerational() - Method in class jrockit.management.MarkAndSweepStrategy
Returns true if this strategy is generational, false otherwise.
isGenerational(CompositeData) - Static method in class jrockit.management.util.MarkAndSweepStrategyCompositeData
Returns true if generational, false otherwise
isHeapSizeLocked() - Method in interface jrockit.management.MemoryMXBean
This method returns false if the heap size is controlled by the JVM, false otherwise.
isInvocationCountEnabled(MethodIdentifier) - Method in interface jrockit.management.MethodProfilerMXBean
Returns true if invocation counting is enabled for the specified method.
isThrowable(String) - Method in interface jrockit.management.JRockitConsoleMXBean
Returns true if the first class retrieved from the class library with this name is a throwable.
isTimingEnabled(MethodIdentifier) - Method in interface jrockit.management.MethodProfilerMXBean
Checks whether timing is enabled or not for a certain method.
isTypeMatched(CompositeType, CompositeType) - Static method in class jrockit.management.util.LazyCompositeData
Compares two CompositeTypes and returns true if all items in type1 exist in type2 and their item types are the same.
isTypeMatched(TabularType, TabularType) - Static method in class jrockit.management.util.LazyCompositeData
 
isVerbose() - Method in interface jrockit.management.CompilationMXBean
Returns true if verbose:cg is enabled, false otherwise.

J

jrockit.management - package jrockit.management
 
jrockit.management.util - package jrockit.management.util
 
JRockitConsoleMXBean - Interface in jrockit.management
Interface for functionality very specific to the JRockit Management Console.

L

LazyCompositeData - Class in jrockit.management.util
This abstract class provides the implementation of the CompositeData interface.
LazyCompositeData() - Constructor for class jrockit.management.util.LazyCompositeData
 

M

MalformedDescriptorException - Exception in jrockit.management
Thrown if there is an syntax error in the method descriptor.
MalformedDescriptorException() - Constructor for exception jrockit.management.MalformedDescriptorException
Constructor.
MalformedDescriptorException(String) - Constructor for exception jrockit.management.MalformedDescriptorException
 
MarkAndSweepGarbageCollectorMXBean - Interface in jrockit.management
The interface for MarkAndSweep based Garbage Collectors.
MarkAndSweepStrategy - Class in jrockit.management
Simple object encapsulating the information of a MarkAndSweep GCStrategy.
MarkAndSweepStrategy(boolean, boolean, boolean) - Constructor for class jrockit.management.MarkAndSweepStrategy
Constructor.
MarkAndSweepStrategy(CompositeData) - Constructor for class jrockit.management.MarkAndSweepStrategy
Constructor.
MarkAndSweepStrategyCompositeData - Class in jrockit.management.util
Ensures that we don't get any performance penalty when used locally.
MarkAndSweepStrategyCompositeData(MarkAndSweepStrategy) - Constructor for class jrockit.management.util.MarkAndSweepStrategyCompositeData
Constructs a MarkAndSweepStrategyCompositeData from a MarkAndSweepStrategy
MemoryMXBean - Interface in jrockit.management
This interface exposes memory-specific information.
MethodIdentifier - Class in jrockit.management
A MethodIdentifier is a serializable specification of a method in a JVM.
MethodIdentifier() - Constructor for class jrockit.management.MethodIdentifier
Constructor normally used by the XML-framework.
MethodIdentifier(CompositeData) - Constructor for class jrockit.management.MethodIdentifier
Constructs a MethodIdentifier from a composite data
MethodIdentifier(String, String, String) - Constructor for class jrockit.management.MethodIdentifier
Construct a MethodIdentifier from a class name, a method name, and a descriptor.
MethodIdentifier(Method) - Constructor for class jrockit.management.MethodIdentifier
Constructs a MethodIdentifier from a Method using reflection.
MethodIdentifierCompositeData - Class in jrockit.management.util
Needed for MXBean support.
MethodIdentifierCompositeData(MethodIdentifier) - Constructor for class jrockit.management.util.MethodIdentifierCompositeData
Constructs a MethodIdentifierCompositeData from a MethodIdentifier
MethodProfilerMXBean - Interface in jrockit.management
MXBean interface for the JRockit Method Profiler.

N

NotAvailableException - Exception in jrockit.management
Exception thrown when a certain feature isn't currently available in the JVM.
NotAvailableException() - Constructor for exception jrockit.management.NotAvailableException
Constructor.
NotAvailableException(String) - Constructor for exception jrockit.management.NotAvailableException
Constructor.
NOTIFICATION_GARBAGE_COLLECTION - Static variable in interface jrockit.management.JRockitConsoleMXBean
 
NOTIFICATION_GARBAGE_COLLECTION_STRATEGY_CHANGED - Static variable in interface jrockit.management.JRockitConsoleMXBean
 
NurseryMemoryPoolMXBean - Interface in jrockit.management
This interface exposes nursery-specific information.

O

OperatingSystemMXBean - Interface in jrockit.management
This interface exposes operating system-specific information.

R

readJRARecording() - Method in interface jrockit.management.JRockitConsoleMXBean
Reads a block of bytes from a finished JRA recording.
runCtrlBreakHandler(String) - Method in interface jrockit.management.JRockitConsoleMXBean
Runs the ctrlbreak handler.
runCtrlBreakHandlerWithResult(String) - Method in interface jrockit.management.JRockitConsoleMXBean
Runs the CtrlBreak handler and returns the result as a String.
RuntimeMXBean - Interface in jrockit.management
This interface exposes runtime-specific information.

S

setAllocatedHeapSize(long) - Method in interface jrockit.management.MemoryMXBean
This method will suggest the heapsize to be used.
setExceptionCountEnabled(String, boolean, boolean) - Method in interface jrockit.management.MethodProfilerMXBean
Will enable exception counting for all classes matching the name.
setExitOnOutOfMemory(boolean) - Method in interface jrockit.management.MemoryMXBean
This method will change whether the JVM will exit with an error code, instead of throwing an OutOfMemoryError.
setGarbageCollectionStrategy(MarkAndSweepStrategy) - Method in interface jrockit.management.JRockitConsoleMXBean
Sets the garbage collection strategy to use.
setHeapSizeLocked(boolean) - Method in interface jrockit.management.MemoryMXBean
This method changes the JVM's ability to adaptively change the heap size.
setInvocationCountEnabled(MethodIdentifier, boolean) - Method in interface jrockit.management.MethodProfilerMXBean
Enables or disables invocation counting for the specified method depending on the enable argument.
setNurserySize(long) - Method in interface jrockit.management.GarbageCollectorMXBean
Deprecated. 
setNurserySize(long) - Method in interface jrockit.management.MarkAndSweepGarbageCollectorMXBean
Tries setting the nursery to the size indicated.
setNurserySize(long) - Method in interface jrockit.management.NurseryMemoryPoolMXBean
Tries setting the nursery to the size indicated.
setProcessAffinity(int[]) - Method in interface jrockit.management.RuntimeMXBean
Sets the process affinity on the selected system.
setTimingEnabled(MethodIdentifier, boolean) - Method in interface jrockit.management.MethodProfilerMXBean
Enables or disables timing (that is, measure time spent in) depending on the enable argument.
setVerbose(boolean) - Method in interface jrockit.management.CompilationMXBean
Enables/Disables verbosity for the code generations process
shutDownMLS() - Method in interface jrockit.management.JRockitConsoleMXBean
Shutdown the memleak server.
startJRARecording(int, boolean, boolean, boolean) - Method in interface jrockit.management.JRockitConsoleMXBean
Starts a JRA recording.
startJRARecording(int, String, boolean, boolean, boolean) - Method in interface jrockit.management.JRockitConsoleMXBean
Starts a JRA recording.
startMLS(int, int) - Method in interface jrockit.management.JRockitConsoleMXBean
Starts the memory leak server.
stopJRARecording() - Method in interface jrockit.management.JRockitConsoleMXBean
Stops the JRA recording.

T

ThreadMXBean - Interface in jrockit.management
This interface exposes thread system-specific information.
toCompositeData(DefaultGarbageCollectionHeuristic) - Static method in class jrockit.management.util.DefaultGarbageCollectionHeuristicCompositeData
Gets the composite data from the heuristic
toCompositeData(MarkAndSweepStrategy) - Static method in class jrockit.management.util.MarkAndSweepStrategyCompositeData
Gets composite data from a MarkAndSweepStrategy
toCompositeData(MethodIdentifier) - Static method in class jrockit.management.util.MethodIdentifierCompositeData
Gets composite data from a MethodIdentifier
toHumanReadable(boolean) - Method in class jrockit.management.MethodIdentifier
Returns a String representing this MethodIdentfier in a form convenient for humans to read.
toMethod(ClassLoader) - Method in class jrockit.management.MethodIdentifier
Converts this MethodIdentifier identifier to a Method, given the qualifing ClassLoader.
toMethod(Class) - Method in class jrockit.management.MethodIdentifier
Convenience method that converts this MethodIdentifier identifier to a Method, given the qualifing Class.
toString() - Method in class jrockit.management.MarkAndSweepStrategy
Returns a string representation of this strategy.
toString() - Method in class jrockit.management.MethodIdentifier
Returns a string representation of this MethodIdentfier
toString() - Method in class jrockit.management.util.LazyCompositeData
 

U

UnapplicableMethodException - Exception in jrockit.management
Exception thrown by various parts of the MethodProfiler whenever the method used as an argument to a method isn't applicable, either because of some modifier, or because the functionality hasn't been activated for that specific method.
UnapplicableMethodException() - Constructor for exception jrockit.management.UnapplicableMethodException
Constructor.
UnapplicableMethodException(String) - Constructor for exception jrockit.management.UnapplicableMethodException
Constructor.

V

values() - Method in class jrockit.management.util.LazyCompositeData
 

W

writeReplace() - Method in class jrockit.management.util.LazyCompositeData
Designate to a CompositeData object when writing to an output stream during serialization so that the receiver only requires JMX 1.2 classes but not any implementation specific class.

C D E F G H I J L M N O R S T U V W

Copyright © 2004-2005 BEA Systems Inc.