Klasse ReceivingService

java.lang.Object
org.freedesktop.dbus.connections.base.ReceivingService

public class ReceivingService extends Object
Service providing threads for every type of message expected to be received by DBus.
Version:
4.1.0 - 2022-02-02
Autor:
hypfvieh
  • Methodendetails

    • shutdown

      public void shutdown(int _timeout, TimeUnit _unit)
      Shutdown all executor services waiting up to the given timeout/unit.
      Parameter:
      _timeout - timeout
      _unit - time unit
    • shutdownNow

      public void shutdownNow()
      Forcefully stop the executors.