org.freedesktop.dbus.test
Class two_part_test_client.two_part_test_object

java.lang.Object
  extended by org.freedesktop.dbus.test.two_part_test_client.two_part_test_object
All Implemented Interfaces:
DBusInterface, TwoPartObject
Enclosing class:
two_part_test_client

public static class two_part_test_client.two_part_test_object
extends java.lang.Object
implements TwoPartObject


Constructor Summary
two_part_test_client.two_part_test_object()
           
 
Method Summary
 java.lang.String getName()
           
 boolean isRemote()
          Returns true on remote objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

two_part_test_client.two_part_test_object

public two_part_test_client.two_part_test_object()
Method Detail

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

getName

public java.lang.String getName()
Specified by:
getName in interface TwoPartObject