Interface for wrappers for HotSwapClassWeaver implementations.
The wrapper is used by HotSwapClassWeaver to invoke static
methods of the real weaver.
author: Angela Nicoara author: Gerald Linhofer
Method Summary
public void
commit() Re-Weaves all modified classes and activates them.
idToMethod(int methodId) Returns the Member object associated to methodId
or null, if methodID is not a valid
id.
Parameters: methodId - id for the Method that will be returned.
Returns the Member object associated to methodId
or null, if methodID is not a valid
id.
Parameters: methodId - id for the Method that will be returned. Method associated to methodID or null. throws: ArrayOutOfBoundException -