Modul org.freedesktop.dbus
Klasse ConnectionMethodInvocation
java.lang.Object
org.freedesktop.dbus.connections.base.AbstractConnectionBase
org.freedesktop.dbus.connections.base.ConnectionMethodInvocation
- Alle implementierten Schnittstellen:
Closeable,AutoCloseable
- Bekannte direkte Unterklassen:
DBusBoundPropertyHandler
public abstract sealed class ConnectionMethodInvocation
extends AbstractConnectionBase
permits DBusBoundPropertyHandler
Abstract class containing most methods to invoke methods on a connection.
Part of the
Part of the
AbstractConnectionBase → ConnectionMethodInvocation
→ DBusBoundPropertyHandler → ConnectionMessageHandler → AbstractConnection hierarchy.- Seit:
- 5.0.0 - 2023-10-23
- Autor:
- hypfvieh
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConnectionMethodInvocation(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract voidhandleException(Message _methodOrSignal, DBusExecutionException _exception) protected voidinvokedMethodReply(MethodCall _methodCall, Method _me, Object _result) protected ObjectinvokeMethod(MethodCall _methodCall, Method _me, Object _ob) protected ObjectinvokeMethodAndReply(MethodCall _methodCall, Method _me, Object _ob, boolean _noreply) protected voidqueueInvokeMethod(MethodCall _methodCall, Method _meth, Object _ob) protected ObjectsetupAndInvoke(MethodCall _methodCall, Method _meth, Object _ob, boolean _noReply) Von Klasse geerbte Methoden org.freedesktop.dbus.connections.base.AbstractConnectionBase
close, connect, createReaderThread, disconnect, disconnect, getAddress, getBusAddress, getCallbackManager, getCallInfo, getDisconnectCallback, getError, getExportedObject, getExportedObject, getExportedObject, getExportedObjects, getFallbackContainer, getGenericHandledSignals, getHandledSignals, getImportedObjects, getInfoMap, getLogger, getMachineId, getMessageFactory, getObjectTree, getPendingCalls, getPendingErrorQueue, getReceivingService, getTransport, getTransportConfig, internalDisconnect, isConnected, listen, rejectUnknownProperty, sendMessage, setDisconnectCallback, toString, unExportObject
-
Konstruktordetails
-
ConnectionMethodInvocation
protected ConnectionMethodInvocation(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) throws DBusException - Löst aus:
DBusException
-
-
Methodendetails
-
handleException
-
queueInvokeMethod
-
setupAndInvoke
-
invokeMethodAndReply
protected Object invokeMethodAndReply(MethodCall _methodCall, Method _me, Object _ob, boolean _noreply) -
invokedMethodReply
protected void invokedMethodReply(MethodCall _methodCall, Method _me, Object _result) throws DBusException - Löst aus:
DBusException
-
invokeMethod
- Löst aus:
Throwable
-