org.freedesktop.dbus.test
Interface TestRemoteInterface

All Superinterfaces:
DBusInterface
All Known Implementing Classes:
test_p2p_server

public interface TestRemoteInterface
extends DBusInterface

A sample remote interface which exports one method.


Method Summary
<T> int
frobnicate(java.util.List<java.lang.Long> n, java.util.Map<java.lang.String,java.util.Map<UInt16,java.lang.Short>> m, T v)
           
 java.lang.String getName()
          A simple method with no parameters which returns a String
 void newpathtest(Path p)
           
 int overload()
           
 void sig(java.lang.reflect.Type[] s)
           
 float testfloat(float[] f)
           
 int[][] teststructstruct(TestStruct3 in)
           
 void throwme()
           
 void waitawhile()
           
 
Methods inherited from interface org.freedesktop.dbus.DBusInterface
isRemote
 

Method Detail

getName

java.lang.String getName()
A simple method with no parameters which returns a String


frobnicate

<T> int frobnicate(java.util.List<java.lang.Long> n,
                   java.util.Map<java.lang.String,java.util.Map<UInt16,java.lang.Short>> m,
                   T v)

throwme

void throwme()
             throws TestException
Throws:
TestException

waitawhile

void waitawhile()

overload

int overload()

sig

void sig(java.lang.reflect.Type[] s)

newpathtest

void newpathtest(Path p)

testfloat

float testfloat(float[] f)

teststructstruct

int[][] teststructstruct(TestStruct3 in)