Verwendungen von Klasse
org.freedesktop.dbus.messages.MethodCall
Packages, die MethodCall verwenden
Package
Beschreibung
-
Verwendungen von MethodCall in org.freedesktop.dbus
Methoden in org.freedesktop.dbus, die MethodCall zurückgebenKonstruktoren in org.freedesktop.dbus mit Parametern vom Typ MethodCallModifiziererKonstruktorBeschreibungDBusAsyncReply(MethodCall _mc, Method _me, AbstractConnection _conn) -
Verwendungen von MethodCall in org.freedesktop.dbus.connections
Methoden in org.freedesktop.dbus.connections mit Parametern vom Typ MethodCallModifizierer und TypMethodeBeschreibungvoidAbstractConnection.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback) -
Verwendungen von MethodCall in org.freedesktop.dbus.connections.base
Methoden in org.freedesktop.dbus.connections.base, die Typen mit Argumenten vom Typ MethodCall zurückgebenModifizierer und TypMethodeBeschreibungprotected Map<Long, MethodCall> AbstractConnectionBase.getPendingCalls()Methoden in org.freedesktop.dbus.connections.base mit Parametern vom Typ MethodCallModifizierer und TypMethodeBeschreibungCallbackHandler<? 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) -
Verwendungen von MethodCall in org.freedesktop.dbus.messages
Methoden in org.freedesktop.dbus.messages, die MethodCall zurückgebenModifizierer 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()Methoden in org.freedesktop.dbus.messages mit Parametern vom Typ MethodCallModifizierer und TypMethodeBeschreibungMessageFactory.createMethodReturn(String _source, MethodCall _mc, String _sig, Object... _args) MessageFactory.createMethodReturn(MethodCall _mc, String _sig, Object... _args) voidMethodReturn.setCall(MethodCall _call) Konstruktoren in org.freedesktop.dbus.messages mit Parametern vom Typ MethodCallModifiziererKonstruktorBeschreibungprotectedMethodReturn(String _source, MethodCall _mc, String _sig, Object... _args) protectedMethodReturn(MethodCall _mc, String _sig, Object... _args)