AbstractInterface, InternalUnsupportedGuiltRiddenInterface, Item, Prompt, Service, Sessionpublic abstract class Messaging extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected org.freedesktop.dbus.connections.impl.DBusConnection |
connection |
|
protected String |
interfaceName |
|
protected MessageHandler |
msg |
|
protected String |
objectPath |
|
protected String |
serviceName |
|
protected SignalHandler |
sh |
| Constructor | Description |
|---|---|
Messaging(org.freedesktop.dbus.connections.impl.DBusConnection connection,
List<Class<? extends org.freedesktop.dbus.messages.DBusSignal>> signals,
String serviceName,
String objectPath,
String interfaceName) |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.freedesktop.dbus.types.Variant |
getAllProperties() |
|
org.freedesktop.dbus.connections.impl.DBusConnection |
getConnection() |
|
String |
getInterfaceName() |
|
MessageHandler |
getMessageHandler() |
|
String |
getObjectPath() |
|
org.freedesktop.dbus.ObjectPath |
getPath() |
|
protected org.freedesktop.dbus.types.Variant |
getProperty(String property) |
|
String |
getServiceName() |
|
SignalHandler |
getSignalHandler() |
|
protected Object[] |
send(String method) |
|
protected Object[] |
send(String method,
String signature,
Object... arguments) |
|
protected void |
setProperty(String property,
org.freedesktop.dbus.types.Variant value) |
protected org.freedesktop.dbus.connections.impl.DBusConnection connection
protected MessageHandler msg
protected SignalHandler sh
protected String serviceName
protected String objectPath
protected String interfaceName
protected org.freedesktop.dbus.types.Variant getProperty(String property)
protected org.freedesktop.dbus.types.Variant getAllProperties()
protected void setProperty(String property, org.freedesktop.dbus.types.Variant value)
public String getServiceName()
public String getObjectPath()
public org.freedesktop.dbus.ObjectPath getPath()
public String getInterfaceName()
public MessageHandler getMessageHandler()
public SignalHandler getSignalHandler()
public org.freedesktop.dbus.connections.impl.DBusConnection getConnection()
Copyright © 2019. All rights reserved.