Uses of Interface
org.jboss.aop.instrument.HotSwapper

Packages that use HotSwapper
org.jboss.aop   
org.jboss.aop.instrument   
 

Uses of HotSwapper in org.jboss.aop
 

Constructors in org.jboss.aop with parameters of type HotSwapper
HotSwapStrategy(HotSwapper hotSwapper)
          Constructor.
 

Uses of HotSwapper in org.jboss.aop.instrument
 

Methods in org.jboss.aop.instrument with parameters of type HotSwapper
 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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.