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
Fields in org.freedesktop.dbus declared as RemoteObject Modifier and Type Field Description (package private) RemoteObjectRemoteInvocationHandler. remoteMethods in org.freedesktop.dbus that return RemoteObject Modifier and Type Method Description RemoteObjectRemoteInvocationHandler. getRemote()Methods in org.freedesktop.dbus with parameters of type RemoteObject Modifier and Type Method Description static java.lang.ObjectRemoteInvocationHandler. executeRemoteMethod(RemoteObject _ro, java.lang.reflect.Method _m, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, java.lang.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
Fields in org.freedesktop.dbus.connections with type parameters of type RemoteObject Modifier and Type Field Description private java.util.Map<DBusInterface,RemoteObject>AbstractConnection. importedObjectsMethods in org.freedesktop.dbus.connections that return types with arguments of type RemoteObject Modifier and Type Method Description protected java.util.Map<DBusInterface,RemoteObject>AbstractConnection. getImportedObjects()
-