org.nuxeo.common
Class DirtyUpdateInvokeBridge
java.lang.Object
org.nuxeo.common.DirtyUpdateInvokeBridge
public class DirtyUpdateInvokeBridge
- extends Object
This class is used for transmitting dirty tag context on server and client
side from EJB invokes to the core API (NXP-4914).
Core API is loaded in a
separate class loader and cannot be accessed by the interceptor. In any
context, nuxeo common classes are always accessible by any class loaders.
This is the only place identified for putting that kind of logic without
modifying the server assemblies.
- Author:
- matic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contextHolder
protected static ThreadLocal<DirtyUpdateInvokeBridge.ThreadContext> contextHolder
DirtyUpdateInvokeBridge
public DirtyUpdateInvokeBridge()
putTagInThreadContext
public static void putTagInThreadContext(Object tag)
clearThreadContext
public static void clearThreadContext()
getThreadContext
public static DirtyUpdateInvokeBridge.ThreadContext getThreadContext()
Copyright © 2010 Nuxeo SAS. All Rights Reserved.