org.freedesktop.dbus.test
Class test_p2p_server

java.lang.Object
  extended by org.freedesktop.dbus.test.test_p2p_server
All Implemented Interfaces:
DBusInterface, TestRemoteInterface

public class test_p2p_server
extends java.lang.Object
implements TestRemoteInterface


Constructor Summary
test_p2p_server()
           
 
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
 boolean isRemote()
          Returns true on remote objects.
static void main(java.lang.String[] args)
           
 void newpathtest(Path p)
           
 int overload()
           
 void reg13291(byte[] as, byte[] bs)
           
 void sig(java.lang.reflect.Type[] s)
           
 float testfloat(float[] f)
           
 int[][] teststructstruct(TestStruct3 in)
           
 void throwme()
           
 void waitawhile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

test_p2p_server

public test_p2p_server()
Method Detail

teststructstruct

public int[][] teststructstruct(TestStruct3 in)
Specified by:
teststructstruct in interface TestRemoteInterface

getName

public java.lang.String getName()
Description copied from interface: TestRemoteInterface
A simple method with no parameters which returns a String

Specified by:
getName in interface TestRemoteInterface

frobnicate

public <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)
Specified by:
frobnicate in interface TestRemoteInterface

throwme

public void throwme()
             throws TestException
Specified by:
throwme in interface TestRemoteInterface
Throws:
TestException

waitawhile

public void waitawhile()
Specified by:
waitawhile in interface TestRemoteInterface

overload

public int overload()
Specified by:
overload in interface TestRemoteInterface

sig

public void sig(java.lang.reflect.Type[] s)
Specified by:
sig in interface TestRemoteInterface

newpathtest

public void newpathtest(Path p)
Specified by:
newpathtest in interface TestRemoteInterface

reg13291

public void reg13291(byte[] as,
                     byte[] bs)
Specified by:
reg13291 in interface TestRemoteInterface

isRemote

public boolean isRemote()
Description copied from interface: DBusInterface
Returns true on remote objects. Local objects implementing this interface MUST return false.

Specified by:
isRemote in interface DBusInterface

testfloat

public float testfloat(float[] f)
Specified by:
testfloat in interface TestRemoteInterface

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception