public class two_part_test_server extends java.lang.Object implements TwoPartInterface, DBusSigHandler<TwoPartInterface.TwoPartSignal>
| Modifier and Type | Class and Description |
|---|---|
class |
two_part_test_server.two_part_test_object |
TwoPartInterface.TwoPartSignal| Constructor and Description |
|---|
two_part_test_server(DBusConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
TwoPartObject |
getNew() |
void |
handle(TwoPartInterface.TwoPartSignal s)
Handle a signal.
|
boolean |
isRemote()
Returns true on remote objects.
|
static void |
main(java.lang.String[] args) |
public two_part_test_server(DBusConnection conn)
public boolean isRemote()
DBusInterfaceisRemote in interface DBusInterfacepublic TwoPartObject getNew()
getNew in interface TwoPartInterfacepublic void handle(TwoPartInterface.TwoPartSignal s)
DBusSigHandlerhandle in interface DBusSigHandler<TwoPartInterface.TwoPartSignal>s - The signal to handle. If such a class exists, the
signal will be an instance of the class with the correct type signature.
Otherwise it will be an instance of DBusSignalpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception