Package org.freedesktop.dbus
Class RemoteObject
- java.lang.Object
-
- org.freedesktop.dbus.RemoteObject
-
public class RemoteObject extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteObject(String _busname, String _objectpath, Class<? extends DBusInterface> _iface, boolean _autostart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBusName()Class<? extends DBusInterface>getInterface()StringgetObjectPath()inthashCode()booleanisAutostart()StringtoString()
-
-
-
Constructor Detail
-
RemoteObject
public RemoteObject(String _busname, String _objectpath, Class<? extends DBusInterface> _iface, boolean _autostart)
-
-
Method Detail
-
isAutostart
public boolean isAutostart()
-
getBusName
public String getBusName()
-
getObjectPath
public String getObjectPath()
-
getInterface
public Class<? extends DBusInterface> getInterface()
-
-