Interface DBus.Binding.Tests

  • All Superinterfaces:
    org.freedesktop.dbus.DBusInterface
    Enclosing interface:
    DBus.Binding

    public static interface DBus.Binding.Tests
    extends org.freedesktop.dbus.DBusInterface
    • Method Detail

      • Identity

        <T> org.freedesktop.dbus.Variant<T> Identity​(org.freedesktop.dbus.Variant<T> input)
      • IdentityByte

        byte IdentityByte​(byte input)
      • IdentityBool

        boolean IdentityBool​(boolean input)
      • IdentityInt16

        short IdentityInt16​(short input)
      • IdentityUInt16

        org.freedesktop.dbus.UInt16 IdentityUInt16​(org.freedesktop.dbus.UInt16 input)
      • IdentityInt32

        int IdentityInt32​(int input)
      • IdentityUInt32

        org.freedesktop.dbus.UInt32 IdentityUInt32​(org.freedesktop.dbus.UInt32 input)
      • IdentityInt64

        long IdentityInt64​(long input)
      • IdentityUInt64

        org.freedesktop.dbus.UInt64 IdentityUInt64​(org.freedesktop.dbus.UInt64 input)
      • IdentityDouble

        double IdentityDouble​(double input)
      • IdentityArray

        <T> org.freedesktop.dbus.Variant<T>[] IdentityArray​(org.freedesktop.dbus.Variant<T>[] input)
      • IdentityByteArray

        byte[] IdentityByteArray​(byte[] input)
      • IdentityBoolArray

        boolean[] IdentityBoolArray​(boolean[] input)
      • IdentityInt16Array

        short[] IdentityInt16Array​(short[] input)
      • IdentityUInt16Array

        org.freedesktop.dbus.UInt16[] IdentityUInt16Array​(org.freedesktop.dbus.UInt16[] input)
      • IdentityInt32Array

        int[] IdentityInt32Array​(int[] input)
      • IdentityUInt32Array

        org.freedesktop.dbus.UInt32[] IdentityUInt32Array​(org.freedesktop.dbus.UInt32[] input)
      • IdentityInt64Array

        long[] IdentityInt64Array​(long[] input)
      • IdentityUInt64Array

        org.freedesktop.dbus.UInt64[] IdentityUInt64Array​(org.freedesktop.dbus.UInt64[] input)
      • IdentityDoubleArray

        double[] IdentityDoubleArray​(double[] input)
      • IdentityStringArray

        String[] IdentityStringArray​(String[] input)
      • Sum

        long Sum​(int[] a)
      • Primitize

        List<org.freedesktop.dbus.Variant<Object>> Primitize​(org.freedesktop.dbus.Variant<Object> a)
      • Invert

        boolean Invert​(boolean a)
      • Trigger

        void Trigger​(String a,
                     org.freedesktop.dbus.UInt64 b)
      • Exit

        void Exit()