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
ModifiziererKonstruktorBeschreibungprotected
ConnectionMethodInvocation
(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract void
handleException
(Message _methodOrSignal, DBusExecutionException _exception) protected void
invokedMethodReply
(MethodCall _methodCall, Method _me, Object _result) protected Object
invokeMethod
(MethodCall _methodCall, Method _me, Object _ob) protected Object
invokeMethodAndReply
(MethodCall _methodCall, Method _me, Object _ob, boolean _noreply) protected void
queueInvokeMethod
(MethodCall _methodCall, Method _meth, Object _ob) protected Object
setupAndInvoke
(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
-