Verwendungen von Klasse
org.freedesktop.dbus.messages.MethodCall
Package
Beschreibung
-
Verwendungen von MethodCall in org.freedesktop.dbus
ModifiziererKonstruktorBeschreibungDBusAsyncReply
(MethodCall _mc, Method _me, AbstractConnection _conn) -
Verwendungen von MethodCall in org.freedesktop.dbus.connections
Modifizierer und TypMethodeBeschreibungvoid
AbstractConnection.queueCallback
(MethodCall _call, Method _method, CallbackHandler<?> _callback) -
Verwendungen von MethodCall in org.freedesktop.dbus.connections.base
Modifizierer und TypMethodeBeschreibungprotected Map
<Long, MethodCall> AbstractConnectionBase.getPendingCalls()
Modifizierer und TypMethodeBeschreibungCallbackHandler
<? extends Object> PendingCallbackManager.getCallback
(MethodCall _methodCall) PendingCallbackManager.getCallbackReply
(MethodCall _methodCall) protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandled
DBusBoundPropertyHandler.handleDBusBoundProperties
(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Method which handles the magic related toDBusBoundProperty
annotation.
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.PropHandled
DBusBoundPropertyHandler.handleGet
(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Called when 'Get' method of DBusProperties
interface is called.protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandled
DBusBoundPropertyHandler.handleGetAll
(ExportedObject _exportObject, MethodCall _methodCall) Called when 'GetAll' method of DBusProperties
interface is called.protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandled
DBusBoundPropertyHandler.handleSet
(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Called when 'Set' method of DBusProperties
interface is called.protected void
ConnectionMethodInvocation.invokedMethodReply
(MethodCall _methodCall, Method _me, Object _result) protected Object
ConnectionMethodInvocation.invokeMethod
(MethodCall _methodCall, Method _me, Object _ob) protected Object
ConnectionMethodInvocation.invokeMethodAndReply
(MethodCall _methodCall, Method _me, Object _ob, boolean _noreply) void
PendingCallbackManager.queueCallback
(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection) protected void
ConnectionMethodInvocation.queueInvokeMethod
(MethodCall _methodCall, Method _meth, Object _ob) protected void
AbstractConnectionBase.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 Object
ConnectionMethodInvocation.setupAndInvoke
(MethodCall _methodCall, Method _meth, Object _ob, boolean _noReply) -
Verwendungen von MethodCall in org.freedesktop.dbus.messages
Modifizierer und TypMethodeBeschreibungMessageFactory.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()
Modifizierer und TypMethodeBeschreibungMessageFactory.createMethodReturn
(String _source, MethodCall _mc, String _sig, Object... _args) MessageFactory.createMethodReturn
(MethodCall _mc, String _sig, Object... _args) void
MethodReturn.setCall
(MethodCall _call) ModifiziererKonstruktorBeschreibungprotected
MethodReturn
(String _source, MethodCall _mc, String _sig, Object... _args) protected
MethodReturn
(MethodCall _mc, String _sig, Object... _args)