All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface

public interface Pv extends org.freedesktop.dbus.interfaces.DBusInterface
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
    static interface 
     
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.freedesktop.dbus.DBusPath
    AllocationEnabled(boolean yes, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> allocationOptions)
     
    org.freedesktop.dbus.DBusPath
    Remove(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> removeOptions)
     
    org.freedesktop.dbus.DBusPath
    ReSize(org.freedesktop.dbus.types.UInt64 newSizeBytes, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> resizeOptions)
     

    Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface

    getObjectPath, isRemote
  • Method Details

    • Remove

      org.freedesktop.dbus.DBusPath Remove(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> removeOptions)
    • ReSize

      org.freedesktop.dbus.DBusPath ReSize(org.freedesktop.dbus.types.UInt64 newSizeBytes, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> resizeOptions)
    • AllocationEnabled

      org.freedesktop.dbus.DBusPath AllocationEnabled(boolean yes, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> allocationOptions)