public static interface DBus.Binding.Tests
extends org.freedesktop.dbus.DBusInterface
Modifier and Type | Method and Description |
---|---|
DBus.Binding.Triplet<String,org.freedesktop.dbus.UInt32,Short> |
DeStruct(DBus.Binding.TestStruct a) |
void |
Exit() |
<T> org.freedesktop.dbus.Variant<T> |
Identity(org.freedesktop.dbus.Variant<T> input) |
<T> org.freedesktop.dbus.Variant<T>[] |
IdentityArray(org.freedesktop.dbus.Variant<T>[] input) |
boolean |
IdentityBool(boolean input) |
boolean[] |
IdentityBoolArray(boolean[] input) |
byte |
IdentityByte(byte input) |
byte[] |
IdentityByteArray(byte[] input) |
double |
IdentityDouble(double input) |
double[] |
IdentityDoubleArray(double[] input) |
short |
IdentityInt16(short input) |
short[] |
IdentityInt16Array(short[] input) |
int |
IdentityInt32(int input) |
int[] |
IdentityInt32Array(int[] input) |
long |
IdentityInt64(long input) |
long[] |
IdentityInt64Array(long[] input) |
String |
IdentityString(String input) |
String[] |
IdentityStringArray(String[] input) |
org.freedesktop.dbus.UInt16 |
IdentityUInt16(org.freedesktop.dbus.UInt16 input) |
org.freedesktop.dbus.UInt16[] |
IdentityUInt16Array(org.freedesktop.dbus.UInt16[] input) |
org.freedesktop.dbus.UInt32 |
IdentityUInt32(org.freedesktop.dbus.UInt32 input) |
org.freedesktop.dbus.UInt32[] |
IdentityUInt32Array(org.freedesktop.dbus.UInt32[] input) |
org.freedesktop.dbus.UInt64 |
IdentityUInt64(org.freedesktop.dbus.UInt64 input) |
org.freedesktop.dbus.UInt64[] |
IdentityUInt64Array(org.freedesktop.dbus.UInt64[] input) |
boolean |
Invert(boolean a) |
Map<String,List<String>> |
InvertMapping(Map<String,String> a) |
List<org.freedesktop.dbus.Variant<Object>> |
Primitize(org.freedesktop.dbus.Variant<Object> a) |
long |
Sum(int[] a) |
void |
Trigger(String a,
org.freedesktop.dbus.UInt64 b) |
<T> org.freedesktop.dbus.Variant<T> Identity(org.freedesktop.dbus.Variant<T> input)
byte IdentityByte(byte input)
boolean IdentityBool(boolean input)
short IdentityInt16(short input)
org.freedesktop.dbus.UInt16 IdentityUInt16(org.freedesktop.dbus.UInt16 input)
int IdentityInt32(int input)
org.freedesktop.dbus.UInt32 IdentityUInt32(org.freedesktop.dbus.UInt32 input)
long IdentityInt64(long input)
org.freedesktop.dbus.UInt64 IdentityUInt64(org.freedesktop.dbus.UInt64 input)
double IdentityDouble(double input)
<T> org.freedesktop.dbus.Variant<T>[] IdentityArray(org.freedesktop.dbus.Variant<T>[] input)
byte[] IdentityByteArray(byte[] input)
boolean[] IdentityBoolArray(boolean[] input)
short[] IdentityInt16Array(short[] input)
org.freedesktop.dbus.UInt16[] IdentityUInt16Array(org.freedesktop.dbus.UInt16[] input)
int[] IdentityInt32Array(int[] input)
org.freedesktop.dbus.UInt32[] IdentityUInt32Array(org.freedesktop.dbus.UInt32[] input)
long[] IdentityInt64Array(long[] input)
org.freedesktop.dbus.UInt64[] IdentityUInt64Array(org.freedesktop.dbus.UInt64[] input)
double[] IdentityDoubleArray(double[] input)
long Sum(int[] a)
DBus.Binding.Triplet<String,org.freedesktop.dbus.UInt32,Short> DeStruct(DBus.Binding.TestStruct a)
List<org.freedesktop.dbus.Variant<Object>> Primitize(org.freedesktop.dbus.Variant<Object> a)
boolean Invert(boolean a)
void Trigger(String a, org.freedesktop.dbus.UInt64 b)
void Exit()
Copyright © 2021 JBoss by Red Hat. All rights reserved.