public class RemoteObject extends Object
| Constructor and Description |
|---|
RemoteObject(String _busname,
String _objectpath,
Class<? extends DBusInterface> _iface,
boolean _autostart) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBusName() |
Class<? extends DBusInterface> |
getInterface() |
String |
getObjectPath() |
int |
hashCode() |
boolean |
isAutostart() |
String |
toString() |
public RemoteObject(String _busname, String _objectpath, Class<? extends DBusInterface> _iface, boolean _autostart)
public boolean isAutostart()
public String getBusName()
public String getObjectPath()
public Class<? extends DBusInterface> getInterface()
Copyright © 2020. All rights reserved.