Package org.infinispan.security.actions
Class GetCacheRpcManagerAction
- java.lang.Object
-
- org.infinispan.security.actions.GetCacheRpcManagerAction
-
- All Implemented Interfaces:
java.security.PrivilegedAction<RpcManager>
public class GetCacheRpcManagerAction extends java.lang.Object
GetCacheRpcManagerAction.- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description GetCacheRpcManagerAction(AdvancedCache<?,?> cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RpcManager
run()
-
-
-
Constructor Detail
-
GetCacheRpcManagerAction
public GetCacheRpcManagerAction(AdvancedCache<?,?> cache)
-
-
Method Detail
-
run
public RpcManager run()
-
-