Package org.freedesktop.dbus.connections
Class GlobalHandler
- java.lang.Object
-
- org.freedesktop.dbus.connections.GlobalHandler
-
- All Implemented Interfaces:
DBusInterface,Introspectable,Peer
public class GlobalHandler extends Object implements Peer, Introspectable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringGetMachineId()StringgetObjectPath()Returns the path of this object.StringIntrospect()booleanisRemote()Returns true on remote objects.voidPing()
-
-
-
Method Detail
-
isRemote
public boolean isRemote()
Description copied from interface:DBusInterfaceReturns true on remote objects. Local objects implementing this interface MUST return false.- Specified by:
isRemotein interfaceDBusInterface- Returns:
- boolean
-
Introspect
public String Introspect()
- Specified by:
Introspectin interfaceIntrospectable- Returns:
- The XML introspection data for this object
-
getObjectPath
public String getObjectPath()
Description copied from interface:DBusInterfaceReturns the path of this object.- Specified by:
getObjectPathin interfaceDBusInterface- Returns:
- string
-
GetMachineId
public String GetMachineId()
- Specified by:
GetMachineIdin interfacePeer
-
-