Uses of Interface
com.oracle.coherence.concurrent.executor.TaskExecutorService.Registration
-
Packages that use TaskExecutorService.Registration Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of TaskExecutorService.Registration in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement TaskExecutorService.Registration Modifier and Type Class Description classClusteredRegistrationA cluster-based implementation of anTaskExecutorService.Registration.Methods in com.oracle.coherence.concurrent.executor that return TaskExecutorService.Registration Modifier and Type Method Description TaskExecutorService.RegistrationClusteredExecutorService. deregister(ExecutorService executor)TaskExecutorService.RegistrationTaskExecutorService. deregister(ExecutorService executor)De-registers a previously registeredExecutorService.TaskExecutorService.RegistrationClusteredExecutorService. register(ExecutorService executor, TaskExecutorService.Registration.Option... options)TaskExecutorService.RegistrationTaskExecutorService. register(ExecutorService executor, TaskExecutorService.Registration.Option... options)Registers anExecutorServiceto commence execution of orchestrated tasks.
-