org.freedesktop.dbus

Class RemoteObject

class RemoteObject extends Object

Constructor Summary
RemoteObject(String busname, String objectpath, Class<? extends DBusInterface> iface, boolean autostart)
Method Summary
booleanautoStarting()
booleanequals(Object o)
StringgetBusName()
Class<? extends DBusInterface>getInterface()
StringgetObjectPath()
inthashCode()
StringtoString()

Constructor Detail

RemoteObject

public RemoteObject(String busname, String objectpath, Class<? extends DBusInterface> iface, boolean autostart)

Method Detail

autoStarting

public boolean autoStarting()

equals

public boolean equals(Object o)

getBusName

public String getBusName()

getInterface

public Class<? extends DBusInterface> getInterface()

getObjectPath

public String getObjectPath()

hashCode

public int hashCode()

toString

public String toString()