java.lang.Object
org.freedesktop.dbus.connections.ReceivingService
Service providing threads for every type of message expected to be received by DBus.
- Version:
- 4.1.0 - 2022-02-02
- Author:
- hypfvieh
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionvoidShutdown all executor services waiting up to the given timeout/unit.voidForcefully stop the executors.
-
Constructor Details
-
ReceivingService
Creates a new instance.- Parameters:
_rsCfg- configuration
-
-
Method Details
-
shutdown
Shutdown all executor services waiting up to the given timeout/unit.- Parameters:
_timeout- timeout_unit- time unit- Throws:
InterruptedException- when interrupted while waiting
-
shutdownNow
public void shutdownNow()Forcefully stop the executors.
-