Package org.freedesktop.dbus.connections
Class GlobalHandler
java.lang.Object
org.freedesktop.dbus.connections.GlobalHandler
- All Implemented Interfaces:
DBusInterface,Introspectable,Peer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGlobalHandler(AbstractConnection _abstractConnection) GlobalHandler(AbstractConnection _abstractConnection, String _objectpath) -
Method Summary
-
Field Details
-
connection
-
objectpath
-
-
Constructor Details
-
GlobalHandler
GlobalHandler(AbstractConnection _abstractConnection) -
GlobalHandler
GlobalHandler(AbstractConnection _abstractConnection, String _objectpath)
-
-
Method Details
-
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
-
Ping
public void Ping() -
Introspect
- Specified by:
Introspectin interfaceIntrospectable- Returns:
- The XML introspection data for this object
-
getObjectPath
Description copied from interface:DBusInterfaceReturns the path of this object.- Specified by:
getObjectPathin interfaceDBusInterface- Returns:
- string
-
GetMachineId
- Specified by:
GetMachineIdin interfacePeer
-