public interface HotSwapper
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.registerCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.