public class DBusSignal extends Message
Message.ArgumentType, Message.Endian, Message.Flags, Message.HeaderField, Message.MessageTypeglobalserial, MAXIMUM_ARRAY_LENGTH, MAXIMUM_MESSAGE_LENGTH, MAXIMUM_NUM_UNIX_FDS, PROTOCOL| Modifier | Constructor and Description |
|---|---|
protected |
DBusSignal(String objectpath,
Object... args)
Create a new signal.
|
|
DBusSignal(String source,
String path,
String iface,
String member,
String sig,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendbody(AbstractConnection conn) |
DBusSignal |
createReal(AbstractConnection conn) |
String |
toString()
Formats the message in a human-readable format.
|
align, append, appendByte, appendBytes, appendint, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getByteCounter, getDestination, getEndianess, getFiledescriptors, getFlags, getHeader, getHeaderFieldName, getHeaders, getInterface, getName, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getType, getWiredata, getWireData, marshallint, marshallintBig, marshallintLittle, pad, setArgs, setByteCounter, setSerial, setSource, setWiredatapublic DBusSignal(String source, String path, String iface, String member, String sig, Object... args) throws DBusException
DBusExceptionprotected DBusSignal(String objectpath, Object... args) throws DBusException
objectpath - The path to the object this is emitted from.args - The parameters of the signal.DBusException - This is thrown if the subclass is incorrectly defined.public DBusSignal createReal(AbstractConnection conn) throws DBusException
DBusExceptionpublic void appendbody(AbstractConnection conn) throws DBusException
DBusExceptionCopyright © 2020. All rights reserved.