Uses of Enum Class
org.freedesktop.dbus.connections.shared.ExecutorNames
Packages that use ExecutorNames
-
Uses of ExecutorNames in org.freedesktop.dbus.connections.base
Fields in org.freedesktop.dbus.connections.base with type parameters of type ExecutorNamesModifier and TypeFieldDescriptionprivate final Map<ExecutorNames, ExecutorService> ReceivingService.executorsMethods in org.freedesktop.dbus.connections.base with parameters of type ExecutorNamesModifier and TypeMethodDescription(package private) intReceivingService.execOrFail(ExecutorNames _executor, Runnable _r) Executes a runnable in a given executor.(package private) ExecutorServiceReceivingService.getExecutor(ExecutorNames _executor) Returns the executor or null.