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