| Modifier and Type | Class and Description |
|---|---|
static class |
DBus.NameAcquired
Signal sent to a connection when it aquires a name
|
static class |
DBus.NameLost
Signal sent to a connection when it loses a name
|
static class |
DBus.NameOwnerChanged
Signal sent when the owner of a name changes
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSignal |
| Constructor and Description |
|---|
DBusCallInfo(Message m) |
DBusMatchRule(Message m) |
| Modifier and Type | Field and Description |
|---|---|
Message |
DBusDaemon.DBusServer.m |
| Modifier and Type | Method and Description |
|---|---|
LinkedBlockingQueue<Message> |
SenderThread.getOutgoingQueue() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConnection.handleException(AbstractConnection dbusConnection,
Message methodOrSignal,
DBusExecutionException exception) |
void |
AbstractConnection.sendMessage(Message _message)
Send a message or signal to the DBus daemon.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
AbstractTransport.readMessage()
Read a message from the underlying socket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransport.writeMessage(Message _msg)
Write a message to the underlying socket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Error
Error messages which can be sent over the bus.
|
| Constructor and Description |
|---|
Error(Message m,
Throwable e) |
Error(String source,
Message m,
Throwable e) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Local.Disconnected |
static class |
ObjectManager.InterfacesAdded
Signal generated when a new interface is added
|
static class |
ObjectManager.InterfacesRemoved
Signal generated when an interface is removed
|
static class |
Properties.PropertiesChanged
Signal generated when a property changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DBusSignal |
class |
MethodCall |
class |
MethodReturn |
| Modifier and Type | Method and Description |
|---|---|
static Message |
MessageFactory.createMessage(byte _type,
byte[] _buf,
byte[] _header,
byte[] _body,
List<FileDescriptor> filedescriptors) |
Message |
MethodCall.getReply()
Block (if neccessary) for a reply.
|
Message |
MethodCall.getReply(long timeout)
Block (if neccessary) for a reply.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodCall.setReply(Message _reply) |
| Modifier and Type | Method and Description |
|---|---|
Message |
IMessageReader.readMessage() |
Message |
InputStreamMessageReader.readMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
IMessageWriter.writeMessage(Message m)
Write a message out to the bus.
|
void |
OutputStreamMessageWriter.writeMessage(Message m) |
Copyright © 2020. All rights reserved.