Interface UnitInterface

All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface
All Known Subinterfaces:
AutomountInterface, BusNameInterface, DeviceInterface, MountInterface, PathInterface, ScopeInterface, ServiceInterface, SliceInterface, SocketInterface, SwapInterface, TargetInterface, TimerInterface

public interface UnitInterface extends org.freedesktop.dbus.interfaces.DBusInterface
  • Method Details

    • clean

      void clean(List<String> mask)
    • freeze

      void freeze()
    • kill

      void kill(String who, int signal)
    • ref

      void ref()
    • reload

      org.freedesktop.dbus.DBusPath reload(String mode)
    • reloadOrRestart

      org.freedesktop.dbus.DBusPath reloadOrRestart(String mode)
    • reloadOrTryRestart

      org.freedesktop.dbus.DBusPath reloadOrTryRestart(String mode)
    • resetFailed

      void resetFailed()
    • restart

      org.freedesktop.dbus.DBusPath restart(String mode)
    • start

      org.freedesktop.dbus.DBusPath start(String mode)
    • stop

      org.freedesktop.dbus.DBusPath stop(String mode)
    • thaw

      void thaw()
    • tryRestart

      org.freedesktop.dbus.DBusPath tryRestart(String mode)
    • unref

      void unref()