Package org.springframework.instrument.classloading.jboss

Support for class instrumentation on JBoss AS 5.x / JBoss MC 2.0.x.

See:
          Description

Interface Summary
JBossClassLoaderAdapter Simple interface used for handling the different JBoss class loader adapters.
 

Class Summary
JBossLoadTimeWeaver LoadTimeWeaver implementation for JBoss's instrumentable ClassLoader.
JBossMCAdapter Reflective wrapper around a JBoss 5 and 6 class loader methods (discovered and called through reflection) for load time weaving.
JBossMCTranslatorAdapter Adapter that implements JBoss Translator interface, delegating to a standard JDK ClassFileTransformer underneath.
JBossModulesAdapter JBoss 7 adapter.
 

Package org.springframework.instrument.classloading.jboss Description

Support for class instrumentation on JBoss AS 5.x / JBoss MC 2.0.x.