Package org.freedesktop.dbus
Class RemoteObject
java.lang.Object
org.freedesktop.dbus.RemoteObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final Stringprivate final Class<? extends DBusInterface> private final String -
Constructor Summary
ConstructorsConstructorDescriptionRemoteObject(String _busname, String _objectpath, Class<? extends DBusInterface> _iface, boolean _autostart) -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<? extends DBusInterface> inthashCode()booleantoString()
-
Field Details
-
busname
-
objectpath
-
iface
-
autostart
private final boolean autostart
-
-
Constructor Details
-
RemoteObject
public RemoteObject(String _busname, String _objectpath, Class<? extends DBusInterface> _iface, boolean _autostart)
-
-
Method Details