Uses of Class
org.freedesktop.dbus.messages.MethodCall
-
Packages that use MethodCall Package Description org.freedesktop.dbus org.freedesktop.dbus.connections org.freedesktop.dbus.messages -
-
Uses of MethodCall in org.freedesktop.dbus
Methods in org.freedesktop.dbus that return MethodCall Modifier and Type Method Description MethodCallDBusAsyncReply. getCall()Constructors in org.freedesktop.dbus with parameters of type MethodCall Constructor Description DBusAsyncReply(MethodCall _mc, Method _me, AbstractConnection _conn) -
Uses of MethodCall in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return types with arguments of type MethodCall Modifier and Type Method Description protected Map<Long,MethodCall>AbstractConnection. getPendingCalls()Methods in org.freedesktop.dbus.connections with parameters of type MethodCall Modifier and Type Method Description CallbackHandler<? extends Object>PendingCallbackManager. getCallback(MethodCall _methodCall)DBusAsyncReply<?>PendingCallbackManager. getCallbackReply(MethodCall _methodCall)voidAbstractConnection. queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback)voidPendingCallbackManager. queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection)CallbackHandler<? extends Object>PendingCallbackManager. removeCallback(MethodCall _methodCall) -
Uses of MethodCall in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages that return MethodCall Modifier and Type Method Description MethodCallMethodReturn. getCall()Methods in org.freedesktop.dbus.messages with parameters of type MethodCall Modifier and Type Method Description voidMethodReturn. setCall(MethodCall _call)Constructors in org.freedesktop.dbus.messages with parameters of type MethodCall Constructor Description MethodReturn(String source, MethodCall mc, String sig, Object... args)MethodReturn(MethodCall mc, String sig, Object... args)
-