Package org.infinispan.security.actions
Class GetCacheLockManagerAction
- java.lang.Object
-
- org.infinispan.security.actions.GetCacheLockManagerAction
-
- All Implemented Interfaces:
PrivilegedAction<LockManager>
public class GetCacheLockManagerAction extends Object
GetCacheLockManagerAction.- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description GetCacheLockManagerAction(AdvancedCache<?,?> cache)
-
-
-
Constructor Detail
-
GetCacheLockManagerAction
public GetCacheLockManagerAction(AdvancedCache<?,?> cache)
-
-
Method Detail
-
run
public LockManager run()
-
-