Uses of Class
org.freedesktop.dbus.bin.DBusDaemon.ConnectionStruct
-
Packages that use DBusDaemon.ConnectionStruct Package Description org.freedesktop.dbus.bin -
-
Uses of DBusDaemon.ConnectionStruct in org.freedesktop.dbus.bin
Fields in org.freedesktop.dbus.bin declared as DBusDaemon.ConnectionStruct Modifier and Type Field Description private DBusDaemon.ConnectionStructDBusDaemon.DBusDaemonReaderThread. connprivate DBusDaemon.ConnectionStructDBusDaemon.DBusServer. connStructFields in org.freedesktop.dbus.bin with type parameters of type DBusDaemon.ConnectionStruct Modifier and Type Field Description private java.util.Map<DBusDaemon.ConnectionStruct,DBusDaemon.DBusDaemonReaderThread>DBusDaemon. connsprivate java.util.concurrent.BlockingDeque<DBusDaemon.Pair<Message,java.lang.ref.WeakReference<DBusDaemon.ConnectionStruct>>>DBusDaemon. inqueueprivate java.util.Map<java.lang.String,DBusDaemon.ConnectionStruct>DBusDaemon. namesprivate java.util.concurrent.BlockingDeque<DBusDaemon.Pair<Message,java.lang.ref.WeakReference<DBusDaemon.ConnectionStruct>>>DBusDaemon. outqueueprivate java.util.List<DBusDaemon.ConnectionStruct>DBusDaemon. sigrecipsprivate java.lang.ref.WeakReference<DBusDaemon.ConnectionStruct>DBusDaemon.DBusDaemonReaderThread. weakconnMethods in org.freedesktop.dbus.bin with parameters of type DBusDaemon.ConnectionStruct Modifier and Type Method Description private voidDBusDaemon.DBusServer. handleMessage(DBusDaemon.ConnectionStruct _connStruct, Message _msg)private voidDBusDaemon. removeConnection(DBusDaemon.ConnectionStruct _c)private voidDBusDaemon. send(DBusDaemon.ConnectionStruct _connStruct, Message _msg)private voidDBusDaemon. send(DBusDaemon.ConnectionStruct _connStruct, Message _msg, boolean _head)Constructors in org.freedesktop.dbus.bin with parameters of type DBusDaemon.ConnectionStruct Constructor Description DBusDaemonReaderThread(DBusDaemon.ConnectionStruct _conn)
-