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
Fields in org.freedesktop.dbus declared as MethodCall Modifier and Type Field Description private MethodCallDBusAsyncReply. mcMethods 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, java.lang.reflect.Method _me, AbstractConnection _conn) -
Uses of MethodCall in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type MethodCall Modifier and Type Field Description private java.util.Map<MethodCall,DBusAsyncReply<?>>PendingCallbackManager. pendingCallbackReplysprivate java.util.Map<MethodCall,CallbackHandler<? extends java.lang.Object>>PendingCallbackManager. pendingCallbacksprivate java.util.Map<java.lang.Long,MethodCall>AbstractConnection. pendingCallsMethods in org.freedesktop.dbus.connections that return types with arguments of type MethodCall Modifier and Type Method Description protected java.util.Map<java.lang.Long,MethodCall>AbstractConnection. getPendingCalls()Methods in org.freedesktop.dbus.connections with parameters of type MethodCall Modifier and Type Method Description CallbackHandler<? extends java.lang.Object>PendingCallbackManager. getCallback(MethodCall _methodCall)DBusAsyncReply<?>PendingCallbackManager. getCallbackReply(MethodCall _methodCall)private voidAbstractConnection. handleMessage(MethodCall _methodCall)voidAbstractConnection. queueCallback(MethodCall _call, java.lang.reflect.Method _method, CallbackHandler<?> _callback)voidPendingCallbackManager. queueCallback(MethodCall _call, java.lang.reflect.Method _method, CallbackHandler<?> _callback, AbstractConnection _connection)CallbackHandler<? extends java.lang.Object>PendingCallbackManager. removeCallback(MethodCall _methodCall) -
Uses of MethodCall in org.freedesktop.dbus.messages
Fields in org.freedesktop.dbus.messages declared as MethodCall Modifier and Type Field Description private MethodCallMethodReturn. callMethods 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(java.lang.String _source, MethodCall _mc, java.lang.String _sig, java.lang.Object... _args)MethodReturn(MethodCall _mc, java.lang.String _sig, java.lang.Object... _args)
-