java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusContext.Impl
- All Implemented Interfaces:
QDBusContext
,QtObjectInterface
- Enclosing interface:
- QDBusContext
Implementor class for interface QDBusContext
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.dbus.QDBusContext
QDBusContext.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
final QDBusConnection
final boolean
final QDBusMessage
message()
final void
Overloaded function forsendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)
withmsg = ""
.final void
sendErrorReply
(QDBusError.ErrorType type, String msg) final void
sendErrorReply
(String name) Overloaded function forsendErrorReply(java.lang.String, java.lang.String)
withmsg = ""
.final void
sendErrorReply
(String name, String msg) final void
setDelayedReply
(boolean enable) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
calledFromDBus
- Specified by:
calledFromDBus
in interfaceQDBusContext
-
connection
- Specified by:
connection
in interfaceQDBusContext
-
isDelayedReply
- Specified by:
isDelayedReply
in interfaceQDBusContext
-
message
- Specified by:
message
in interfaceQDBusContext
-
sendErrorReply
Overloaded function for
sendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)
withmsg = ""
.- Specified by:
sendErrorReply
in interfaceQDBusContext
-
sendErrorReply
- Specified by:
sendErrorReply
in interfaceQDBusContext
-
sendErrorReply
Overloaded function for
sendErrorReply(java.lang.String, java.lang.String)
withmsg = ""
.- Specified by:
sendErrorReply
in interfaceQDBusContext
-
sendErrorReply
- Specified by:
sendErrorReply
in interfaceQDBusContext
-
setDelayedReply
- Specified by:
setDelayedReply
in interfaceQDBusContext
-