com.liferay.portal.kernel.backgroundtask
Class BackgroundTaskExecutorRegistryUtil
java.lang.Object
com.liferay.portal.kernel.backgroundtask.BackgroundTaskExecutorRegistryUtil
public class BackgroundTaskExecutorRegistryUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackgroundTaskExecutorRegistryUtil
public BackgroundTaskExecutorRegistryUtil()
getBackgroundTaskExecutor
public static BackgroundTaskExecutor getBackgroundTaskExecutor(String backgroundTaskExecutorClassName)
registerBackgroundTaskExecutor
public static void registerBackgroundTaskExecutor(String backgroundTaskExecutorClassName,
BackgroundTaskExecutor backgroundTaskExecutor)
unregisterBackgroundTaskExecutor
public static void unregisterBackgroundTaskExecutor(String backgroundTaskExecutorClassName)