Uses of Class
org.infinispan.remoting.LocalInvocation
-
Packages that use LocalInvocation Package Description org.infinispan.remoting Remote communication between cache instances. -
-
Uses of LocalInvocation in org.infinispan.remoting
Methods in org.infinispan.remoting that return LocalInvocation Modifier and Type Method Description static LocalInvocationLocalInvocation. newInstance(ComponentRegistry componentRegistry, CacheRpcCommand command)static LocalInvocationLocalInvocation. newInstanceFromCache(Cache<?,?> cache, CacheRpcCommand command)
-