|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProfilingOperationException | |
|---|---|
| com.jrockit.mc.rjmx.proxy | This package contains the proxy interfaces for compatibility with previous versions of JRockit. |
| Uses of ProfilingOperationException in com.jrockit.mc.rjmx.proxy |
|---|
| Methods in com.jrockit.mc.rjmx.proxy that throw ProfilingOperationException | |
|---|---|
long |
IProxyOperations.getExceptionCount(java.lang.String className)
Returns the exception count for the specified class. |
boolean |
IProxyOperations.isInvocationCountEnabled(com.jrockit.common.util.MethodIdentifier method)
Checks if invocation counting is enabled for the specified method. |
boolean |
IProxyOperations.isTimingEnabled(com.jrockit.common.util.MethodIdentifier method)
Checks if timing profiling is enabled for the specified method. |
void |
IProxyOperations.setInvocationCountEnabled(com.jrockit.common.util.MethodIdentifier method,
boolean enable)
Enables method invocation counting profiling for the specified method. |
void |
IProxyOperations.setTimingEnabled(com.jrockit.common.util.MethodIdentifier method,
boolean enable)
Enables method timing profiling for the specified method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||