|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HotSwapper
HotSwapper represents a class capable of hot swapping code. Every hot swap technique to be applied at JBoss AOP must implement this interface.
| Method Summary | |
|---|---|
void |
hotSwap()
Performs the hot swap of classes previously registered through registerChange method. |
void |
registerChange(Class clazz,
byte[] classCode)
This method register class byte codes changes. |
| Method Detail |
|---|
void registerChange(Class clazz,
byte[] classCode)
hotSwap in order to perform the hot swap
of the registered changes.
clazz - the class whose byte codes will be hot swapped.classCode - the new byte codes of clazz.hotSwapvoid hotSwap()
registerChange method.
register
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||