Klasse DBusDaemon

java.lang.Object
java.lang.Thread
org.freedesktop.dbus.bin.DBusDaemon
Alle implementierten Schnittstellen:
Closeable, AutoCloseable, Runnable

public class DBusDaemon extends Thread implements Closeable
A replacement DBusDaemon
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • run

      public void run()
      Angegeben von:
      run in Schnittstelle Runnable
      Setzt außer Kraft:
      run in Klasse Thread
    • isRunning

      public boolean isRunning()
    • close

      public void close()
      Angegeben von:
      close in Schnittstelle AutoCloseable
      Angegeben von:
      close in Schnittstelle Closeable
    • syntax

      public static void syntax()
    • version

      public static void version()
    • saveFile

      public static void saveFile(String _data, String _file) throws IOException
      Löst aus:
      IOException
    • main

      public static void main(String[] _args) throws Exception
      Löst aus:
      Exception