Uses of Class
org.freedesktop.dbus.RemoteObject
-
Packages that use RemoteObject Package Description org.freedesktop.dbus org.freedesktop.dbus.connections -
-
Uses of RemoteObject in org.freedesktop.dbus
Methods in org.freedesktop.dbus with parameters of type RemoteObject Modifier and Type Method Description static ObjectRemoteInvocationHandler. executeRemoteMethod(RemoteObject ro, Method m, AbstractConnection conn, int syncmethod, CallbackHandler<?> callback, Object... args)Constructors in org.freedesktop.dbus with parameters of type RemoteObject Constructor Description RemoteInvocationHandler(AbstractConnection _conn, RemoteObject _remote) -
Uses of RemoteObject in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return types with arguments of type RemoteObject Modifier and Type Method Description protected Map<DBusInterface,RemoteObject>AbstractConnection. getImportedObjects()
-