org.freedesktop.dbus.test
interface TestRemoteInterface2 extends DBusInterface
| Method Summary | |
|---|---|
| boolean | check() |
| List<List<Integer>> | checklist(List<List<Integer>> lli) |
| void | complexv(Variant v) |
| <T> T | dostuff(TestStruct foo) |
| TestNewInterface | getNew() |
| DBusInterface | getThis(DBusInterface t) |
| int | overload(String s) |
| int | overload(byte b) |
| int | overload() |
| String | recursionTest() |
| List<Integer> | sampleArray(List<String> l, Integer[] is, long[] ls) |
| <A> TestTuple<String,List<Integer>,Boolean> | show(A in) |
| void | testSerializable(byte b, TestSerializable s, int i) |