Uses of Interface
com.uwyn.rife.instrument.ClassBytesProvider

Packages that use ClassBytesProvider
com.uwyn.rife.continuations.basic Basic implementation of a continuation runner with associated classes. 
com.uwyn.rife.continuations.instrument Performs the actual bytecode analysis and instrumentation to provide continuations. 
com.uwyn.rife.engine Provides classes, interfaces and elements for the web application engine. 
com.uwyn.rife.instrument The classes that are responsible for performing byte-code instrumentation through agents and transformers. 
 

Uses of ClassBytesProvider in com.uwyn.rife.continuations.basic
 

Classes in com.uwyn.rife.continuations.basic that implement ClassBytesProvider
 class BasicContinuableClassLoader
          Classloader implementation that will transform bytecode for classes that should receive the continuations functionalities.
 

Uses of ClassBytesProvider in com.uwyn.rife.continuations.instrument
 

Constructors in com.uwyn.rife.continuations.instrument with parameters of type ClassBytesProvider
ContinuableDetector(ContinuationConfigInstrument config, ClassBytesProvider bytesProvider)
          Creates a new instance of the detector.
 

Uses of ClassBytesProvider in com.uwyn.rife.engine
 

Classes in com.uwyn.rife.engine that implement ClassBytesProvider
 class EngineClassLoader
           
 

Uses of ClassBytesProvider in com.uwyn.rife.instrument
 

Constructors in com.uwyn.rife.instrument with parameters of type ClassBytesProvider
ClassInterfaceDetector(ClassBytesProvider bytesProvider, String internalInterfaceNameInterned)
          Creates a new instance of the interface detector.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.