org.freedesktop.dbus.test

Interface TestRemoteInterface2

interface TestRemoteInterface2 extends DBusInterface

Method Summary
booleancheck()
List<List<Integer>>checklist(List<List<Integer>> lli)
voidcomplexv(Variant v)
<T> Tdostuff(TestStruct foo)
TestNewInterfacegetNew()
DBusInterfacegetThis(DBusInterface t)
intoverload(String s)
intoverload(byte b)
intoverload()
StringrecursionTest()
List<Integer>sampleArray(List<String> l, Integer[] is, long[] ls)
<A> TestTuple<String,List<Integer>,Boolean>show(A in)
voidtestSerializable(byte b, TestSerializable s, int i)

Method Detail

check

public boolean check()

checklist

public List<List<Integer>> checklist(List<List<Integer>> lli)

complexv

public void complexv(Variant v)

dostuff

public <T> T dostuff(TestStruct foo)

getNew

public TestNewInterface getNew()

getThis

public DBusInterface getThis(DBusInterface t)

overload

public int overload(String s)

overload

public int overload(byte b)

overload

public int overload()

recursionTest

public String recursionTest()

sampleArray

public List<Integer> sampleArray(List<String> l, Integer[] is, long[] ls)

show

public <A> TestTuple<String,List<Integer>,Boolean> show(A in)

testSerializable

public void testSerializable(byte b, TestSerializable s, int i)