Uses of Class
com.oracle.coherence.concurrent.executor.ClusteredRegistration.TaskExecutor
-
Packages that use ClusteredRegistration.TaskExecutor Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ClusteredRegistration.TaskExecutor in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor with type parameters of type ClusteredRegistration.TaskExecutor Modifier and Type Field Description protected ConcurrentHashMap<String,ClusteredRegistration.TaskExecutor>ClusteredRegistration. f_mapTaskExecutorsTheClusteredRegistration.TaskExecutors representing theTasks scheduled for execution with theExecutor.protected com.tangosol.net.NamedCache<String,ClusteredRegistration.TaskExecutor>ClusteredRegistration. m_cacheTasksTerminationTheClusteredRegistration.TaskExecutorNamedCachereference used byClusteredRegistration.close()to avoid callingensureCacheon a service thread when terminating and executor.Methods in com.oracle.coherence.concurrent.executor with parameters of type ClusteredRegistration.TaskExecutor Modifier and Type Method Description protected voidClusteredRegistration. executingTask(ClusteredRegistration.TaskExecutor taskExecutor, String sExecId, String sTaskId)Execute the task and handle error/exception.
-