org.freedesktop.dbus.test

Class testclass

class testclass extends Object implements TestRemoteInterface, TestRemoteInterface2, TestSignalInterface

Constructor Summary
testclass(DBusConnection conn)
Method Summary
booleancheck()
List<List<Integer>>checklist(List<List<Integer>> lli)
voidcomplexv(Variant v)
<T> intfrobnicate(List<Long> n, Map<String,Map<UInt16,Short>> m, T v)
StringgetName()
TestNewInterfacegetNew()
DBusInterfacegetThis(DBusInterface t)
booleanisRemote()
Local classes MUST implement this to return false
voidnewpathtest(Path p)
intoverload(String s)
intoverload(byte b)
intoverload()
StringrecursionTest()
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)
voidsig(Type[] s)
floattestfloat(float[] f)
voidtestSerializable(byte b, TestSerializable s, int i)
voidthrowme()
voidwaitawhile()

Constructor Detail

testclass

public testclass(DBusConnection conn)

Method Detail

check

public boolean check()

checklist

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

complexv

public void complexv(Variant v)

frobnicate

public <T> int frobnicate(List<Long> n, Map<String,Map<UInt16,Short>> m, T v)

getName

public String getName()

getNew

public TestNewInterface getNew()

getThis

public DBusInterface getThis(DBusInterface t)

isRemote

public boolean isRemote()
Local classes MUST implement this to return false

newpathtest

public void newpathtest(Path p)

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> ss, Integer[] is, long[] ls)
The method we are exporting to the Bus.

show

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

sig

public void sig(Type[] s)

testfloat

public float testfloat(float[] f)

testSerializable

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

throwme

public void throwme()

waitawhile

public void waitawhile()