|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface BytecodePreprocessor
Third party tool vendors may implement this interface to provide code instrumentation to the application server.
| 方法摘要 | |
|---|---|
boolean |
initialize(Hashtable parameters)
Initialize the profiler instance. |
byte[] |
preprocess(String classname,
byte[] classBytes)
This function profiler-enables the given class. |
| 方法详细信息 |
|---|
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
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||