Package de.intarsys.tools.locking
Class LockStrategy
- java.lang.Object
-
- de.intarsys.tools.locking.LockStrategy
-
public class LockStrategy extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LockStrategy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ILockStrategy
get()
static void
set(ILockStrategy active)
-
-
-
Method Detail
-
get
public static ILockStrategy get()
-
set
public static void set(ILockStrategy active)
-
-