Package | Description |
---|---|
org.jboss.aop | |
org.jboss.aop.instrument |
Constructor and Description |
---|
HotSwapStrategy(HotSwapper hotSwapper)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Instrumentor.convertProcessedClasses(HotSwapper hotSwapper,
javassist.CtClass clazz,
Collection<javassist.CtField> fieldReads,
Collection<javassist.CtField> fieldWrites,
boolean constructor)
Converts all processed classes to make wrapping of the appropriate joinpoints.
|
void |
Instrumentor.interceptorChainsUpdated(Collection<JoinpointStatusUpdate> joinpointUpdates,
HotSwapper hotSwapper)
Notifies the
Instrumentor that some joinpoint status were updated. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.