spring-framework / org.springframework.instrument.classloading.websphere / WebSphereLoadTimeWeaver

WebSphereLoadTimeWeaver

open class WebSphereLoadTimeWeaver : LoadTimeWeaver

LoadTimeWeaver implementation for WebSphere's instrumentable ClassLoader. Compatible with WebSphere 7 as well as 8 and 9.

Author
Costin Leau

Since
3.1

Constructors

<init>

WebSphereLoadTimeWeaver()

Create a new instance of the WebSphereLoadTimeWeaver class using the default ClassLoader.

WebSphereLoadTimeWeaver(classLoader: ClassLoader)

Create a new instance of the WebSphereLoadTimeWeaver class using the supplied ClassLoader.

Functions

addTransformer

open fun addTransformer(transformer: ClassFileTransformer): Unit

getInstrumentableClassLoader

open fun getInstrumentableClassLoader(): ClassLoader

getThrowawayClassLoader

open fun getThrowawayClassLoader(): ClassLoader