Uses of Interface
com.oracle.coherence.concurrent.executor.RemoteExecutor
-
Packages that use RemoteExecutor Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of RemoteExecutor in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor that return RemoteExecutor Modifier and Type Method Description static RemoteExecutor
RemoteExecutor. get(String sName)
Return theRemoteExecutor
for the given name.static RemoteExecutor
RemoteExecutor. getDefault()
Return the default executor.
-