Class ReceivingService
java.lang.Object
org.freedesktop.dbus.connections.base.ReceivingService
Service providing threads for every type of message expected to be received by DBus.
- Version:
- 4.1.0 - 2022-02-02
- Author:
- hypfvieh
-
Method Summary
Modifier and TypeMethodDescriptionvoidShutdown all executor services waiting up to the given timeout/unit.voidForcefully stop the executors.
-
Method Details
-
shutdown
Shutdown all executor services waiting up to the given timeout/unit.- Parameters:
_timeout- timeout_unit- time unit
-
shutdownNow
public void shutdownNow()Forcefully stop the executors.
-