|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BytecodePreprocessor
Third party tool vendors may implement this interface to provide code instrumentation to the application server.
| Method Summary | |
|---|---|
boolean |
initialize(Hashtable parameters)
Initialize the profiler instance. |
byte[] |
preprocess(String classname,
byte[] classBytes)
This function profiler-enables the given class. |
| Method Detail |
|---|
boolean initialize(Hashtable parameters)
parameters - Initialization parameters.
byte[] preprocess(String classname,
byte[] classBytes)
classname - The name of the class to process. Used for efficient
filtering.classBytes - Actual contents of class to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||