Uses of Class
org.freedesktop.dbus.connections.ReceivingService.ExecutorNames
-
Packages that use ReceivingService.ExecutorNames Package Description org.freedesktop.dbus.connections -
-
Uses of ReceivingService.ExecutorNames in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type ReceivingService.ExecutorNames Modifier and Type Field Description private java.util.Map<ReceivingService.ExecutorNames,java.util.concurrent.ExecutorService>ReceivingService. executorsMethods in org.freedesktop.dbus.connections that return ReceivingService.ExecutorNames Modifier and Type Method Description static ReceivingService.ExecutorNamesReceivingService.ExecutorNames. valueOf(java.lang.String name)Returns 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.ExecutorNames Modifier and Type Method Description (package private) intReceivingService. execOrFail(ReceivingService.ExecutorNames _executor, java.lang.Runnable _r)Executes a runnable in a given executor.(package private) java.util.concurrent.ExecutorServiceReceivingService. getExecutor(ReceivingService.ExecutorNames _executor)Returns the executor or null.booleanReceivingService.IThreadPoolRetryHandler. handle(ReceivingService.ExecutorNames _executor, java.lang.Exception _ex)Called to handle an exception.
-