org.freedesktop.dbus.test
class testclass extends Object implements TestRemoteInterface, TestRemoteInterface2, TestSignalInterface
| Constructor Summary | |
|---|---|
| testclass(DBusConnection conn) | |
| Method Summary | |
|---|---|
| boolean | check() |
| List<List<Integer>> | checklist(List<List<Integer>> lli) |
| void | complexv(Variant v) |
| <T> int | frobnicate(List<Long> n, Map<String,Map<UInt16,Short>> m, T v) |
| String | getName() |
| TestNewInterface | getNew() |
| DBusInterface | getThis(DBusInterface t) |
| boolean | isRemote() Local classes MUST implement this to return false |
| void | newpathtest(Path p) |
| int | overload(String s) |
| int | overload(byte b) |
| int | overload() |
| String | recursionTest() |
| List<Integer> | sampleArray(List<String> ss, Integer[] is, long[] ls) The method we are exporting to the Bus. |
| <A> TestTuple<String,List<Integer>,Boolean> | show(A in) |
| void | sig(Type[] s) |
| float | testfloat(float[] f) |
| void | testSerializable(byte b, TestSerializable s, int i) |
| void | throwme() |
| void | waitawhile() |