Uses of Enum
org.freedesktop.dbus.connections.ReceivingService.ExecutorNames
Packages that use ReceivingService.ExecutorNames
-
Uses of ReceivingService.ExecutorNames in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type ReceivingService.ExecutorNamesModifier and TypeFieldDescriptionprivate final Map<ReceivingService.ExecutorNames, ExecutorService> ReceivingService.executorsMethods in org.freedesktop.dbus.connections that return ReceivingService.ExecutorNamesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ReceivingService.ExecutorNames[]ReceivingService.ExecutorNames.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.freedesktop.dbus.connections with parameters of type ReceivingService.ExecutorNamesModifier and TypeMethodDescription(package private) intReceivingService.execOrFail(ReceivingService.ExecutorNames _executor, Runnable _r) Executes a runnable in a given executor.(package private) ExecutorServiceReceivingService.getExecutor(ReceivingService.ExecutorNames _executor) Returns the executor or null.booleanReceivingService.IThreadPoolRetryHandler.handle(ReceivingService.ExecutorNames _executor, Exception _ex) Called to handle an exception.