Uses of Class
org.freedesktop.dbus.messages.MethodCall
Packages that use MethodCall
Package
Description
-
Uses of MethodCall in org.freedesktop.dbus
Methods 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
Methods in org.freedesktop.dbus.connections with parameters of type MethodCallModifier and TypeMethodDescriptionvoidAbstractConnection.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback) -
Uses of MethodCall in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base that return types with arguments of type MethodCallModifier and TypeMethodDescriptionprotected Map<Long, MethodCall> AbstractConnectionBase.getPendingCalls()Methods in org.freedesktop.dbus.connections.base with parameters of type MethodCallModifier and TypeMethodDescriptionCallbackHandler<? extends Object> PendingCallbackManager.getCallback(MethodCall _methodCall) PendingCallbackManager.getCallbackReply(MethodCall _methodCall) protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleDBusBoundProperties(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Method which handles the magic related toDBusBoundPropertyannotation.
It takes care of proper method calling (calling Get/Set stuff on DBus Properties interface)
and will also take care of converting wrapped Variant types.protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleGet(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Called when 'Get' method of DBusPropertiesinterface is called.protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleGetAll(ExportedObject _exportObject, MethodCall _methodCall) Called when 'GetAll' method of DBusPropertiesinterface is called.protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleSet(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Called when 'Set' method of DBusPropertiesinterface is called.protected voidConnectionMethodInvocation.invokedMethodReply(MethodCall _methodCall, Method _me, Object _result) protected ObjectConnectionMethodInvocation.invokeMethod(MethodCall _methodCall, Method _me, Object _ob) protected ObjectConnectionMethodInvocation.invokeMethodAndReply(MethodCall _methodCall, Method _me, Object _ob, boolean _noreply) voidPendingCallbackManager.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection) protected voidConnectionMethodInvocation.queueInvokeMethod(MethodCall _methodCall, Method _meth, Object _ob) protected voidAbstractConnectionBase.rejectUnknownProperty(MethodCall _methodCall, Object[] _params) Sends a reply on the bus to signal a non-existing property was requested.CallbackHandler<? extends Object> PendingCallbackManager.removeCallback(MethodCall _methodCall) protected ObjectConnectionMethodInvocation.setupAndInvoke(MethodCall _methodCall, Method _meth, Object _ob, boolean _noReply) -
Uses of MethodCall in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages that return MethodCallModifier and TypeMethodDescriptionMessageFactory.createMethodCall(String _dest, String _path, String _iface, String _member, byte _flags, String _sig, Object... _args) MessageFactory.createMethodCall(String _source, String _dest, String _path, String _iface, String _member, byte _flags, String _sig, Object... _args) MethodReturn.getCall()Methods in org.freedesktop.dbus.messages with parameters of type MethodCallModifier and TypeMethodDescriptionMessageFactory.createMethodReturn(String _source, MethodCall _mc, String _sig, Object... _args) MessageFactory.createMethodReturn(MethodCall _mc, String _sig, Object... _args) voidMethodReturn.setCall(MethodCall _call) Constructors in org.freedesktop.dbus.messages with parameters of type MethodCallModifierConstructorDescriptionprotectedMethodReturn(String _source, MethodCall _mc, String _sig, Object... _args) protectedMethodReturn(MethodCall _mc, String _sig, Object... _args)