|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstrumentableClassLoader
Providers of class loaders for GlassFish applications can optionally implements this interface to indicate their class loader is capable of byte code enhancement.
| Method Summary | |
|---|---|
void |
addTransformer(java.lang.instrument.ClassFileTransformer transformer)
Add a new ClassFileTransformer to this class loader. |
java.lang.ClassLoader |
copy()
Create and return a temporary loader with the same visibility as this loader. |
| Method Detail |
|---|
java.lang.ClassLoader copy()
void addTransformer(java.lang.instrument.ClassFileTransformer transformer)
transformer - new class file transformer to do byte code enhancement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||