public class HelperManager
extends java.lang.Object
Constructor and Description |
---|
HelperManager(java.lang.instrument.Instrumentation inst)
construct a manager
|
Modifier and Type | Method and Description |
---|---|
long |
getObjectSize(java.lang.Object o)
This method exposes a capability of the Byteman agent's
Instrumentation instance while avoding exposing the instance
itself.
|
void |
installed(Rule rule) |
void |
uninstalled(Rule rule) |
public HelperManager(java.lang.instrument.Instrumentation inst)
inst
- will be non-null ifpublic void installed(Rule rule)
public void uninstalled(Rule rule)
public long getObjectSize(java.lang.Object o)
Copyright © 2013. All Rights Reserved.