Class ProcessApplicationClassloaderInterceptor<T>
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.context.ProcessApplicationClassloaderInterceptor<T>
 
- 
- All Implemented Interfaces:
- Callable<T>
 
 public class ProcessApplicationClassloaderInterceptor<T> extends Object implements Callable<T> Wrapps the user-providedCallableand records the Thread Context Classloader after the context switch has been performed. This allows detecting if the Thread Context has been manipulated by the container after that (Usually due to cross application EJB invocations).- Author:
- Daniel Meyer
 
- 
- 
Constructor SummaryConstructors Constructor Description ProcessApplicationClassloaderInterceptor(Callable<T> delegate)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tcall()static ClassLoadergetProcessApplicationClassLoader()
 
-