Uses of Class
org.freedesktop.dbus.messages.MethodCall
Packages that use MethodCall
Package
Description
-
Uses of MethodCall in org.freedesktop.dbus
Fields in org.freedesktop.dbus declared as MethodCallMethods in org.freedesktop.dbus that return MethodCallConstructors in org.freedesktop.dbus with parameters of type MethodCallModifierConstructorDescriptionDBusAsyncReply(MethodCall _mc, Method _me, AbstractConnection _conn) -
Uses of MethodCall in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type MethodCallModifier and TypeFieldDescriptionprivate final Map<MethodCall, DBusAsyncReply<?>> PendingCallbackManager.pendingCallbackReplysprivate final Map<MethodCall, CallbackHandler<? extends Object>> PendingCallbackManager.pendingCallbacksprivate final Map<Long, MethodCall> AbstractConnection.pendingCallsMethods in org.freedesktop.dbus.connections that return types with arguments of type MethodCallModifier and TypeMethodDescriptionprotected Map<Long, MethodCall> AbstractConnection.getPendingCalls()Methods in org.freedesktop.dbus.connections with parameters of type MethodCallModifier and TypeMethodDescriptionCallbackHandler<? extends Object> PendingCallbackManager.getCallback(MethodCall _methodCall) PendingCallbackManager.getCallbackReply(MethodCall _methodCall) private voidAbstractConnection.handleMessage(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
Fields in org.freedesktop.dbus.messages declared as MethodCallMethods in org.freedesktop.dbus.messages that return MethodCallMethods in org.freedesktop.dbus.messages with parameters of type MethodCallConstructors in org.freedesktop.dbus.messages with parameters of type MethodCallModifierConstructorDescriptionMethodReturn(String _source, MethodCall _mc, String _sig, Object... _args) MethodReturn(MethodCall _mc, String _sig, Object... _args)