Class CurrentSynchronizationCallback
- java.lang.Object
-
- org.jboss.as.ejb3.component.stateful.CurrentSynchronizationCallback
-
public class CurrentSynchronizationCallback extends Object
Thread local that tracks the current state of SFSB synchronization callbacks- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCurrentSynchronizationCallback.CallbackType
-
Constructor Summary
Constructors Constructor Description CurrentSynchronizationCallback()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclear()static CurrentSynchronizationCallback.CallbackTypeget()static voidset(CurrentSynchronizationCallback.CallbackType callback)
-
-
-
Method Detail
-
get
public static CurrentSynchronizationCallback.CallbackType get()
-
set
public static void set(CurrentSynchronizationCallback.CallbackType callback)
-
clear
public static void clear()
-
-