public class HelperManager extends Object
Constructor and Description |
---|
HelperManager(Instrumentation inst)
construct a manager
|
Modifier and Type | Method and Description |
---|---|
long |
getObjectSize(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(Instrumentation inst)
inst
- will be non-null ifpublic void installed(Rule rule)
public void uninstalled(Rule rule)
public long getObjectSize(Object o)
Copyright © 2015. All rights reserved.