| Package | Description |
|---|---|
| org.freedesktop | |
| org.freedesktop.dbus | |
| org.freedesktop.sssd.infopipe |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DBus |
static interface |
DBus.Binding.SingleTests |
static interface |
DBus.Binding.TestClient |
static interface |
DBus.Binding.Tests |
static interface |
DBus.Binding.TestSignals |
static interface |
DBus.Introspectable
Objects can provide introspection data via this interface and method.
|
static interface |
DBus.Local
Messages generated locally in the application.
|
static interface |
DBus.Peer
All DBus Applications should respond to the Ping method on this interface
|
static interface |
DBus.Properties
A standard properties interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<DBusInterface,org.freedesktop.dbus.RemoteObject> |
AbstractConnection.importedObjects |
| Modifier and Type | Method and Description |
|---|---|
<I extends DBusInterface> |
DBusConnection.getPeerRemoteObject(String busname,
String objectpath,
Class<I> type) |
<I extends DBusInterface> |
DBusConnection.getPeerRemoteObject(String busname,
String objectpath,
Class<I> type,
boolean autostart)
Return a reference to a remote object.
|
<I extends DBusInterface> |
DBusConnection.getRemoteObject(String busname,
String objectpath,
Class<I> type)
Return a reference to a remote object.
|
<I extends DBusInterface> |
DBusConnection.getRemoteObject(String busname,
String objectpath,
Class<I> type,
boolean autostart)
Return a reference to a remote object.
|
| Modifier and Type | Method and Description |
|---|---|
DBusInterface |
DBusConnection.getPeerRemoteObject(String busname,
String objectpath)
Return a reference to a remote object.
|
DBusInterface |
DBusConnection.getRemoteObject(String busname,
String objectpath)
Return a reference to a remote object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConnection.addFallback(String objectprefix,
DBusInterface object)
Export an object as a fallback object.
|
<T extends DBusSignal> |
AbstractConnection.addSigHandler(Class<T> type,
DBusInterface object,
DBusSigHandler<T> handler)
Add a Signal Handler.
|
<T extends DBusSignal> |
DBusConnection.addSigHandler(Class<T> type,
String source,
DBusInterface object,
DBusSigHandler<T> handler)
Add a Signal Handler.
|
DBusAsyncReply |
AbstractConnection.callMethodAsync(DBusInterface object,
String m,
Object... parameters)
Call a method asynchronously and get a handle with which to get the reply.
|
<A> void |
AbstractConnection.callWithCallback(DBusInterface object,
String m,
CallbackHandler<A> callback,
Object... parameters)
Call a method asynchronously and set a callback.
|
void |
AbstractConnection.exportObject(String objectpath,
DBusInterface object)
Export an object so that its methods can be called on DBus.
|
<T extends DBusSignal> |
AbstractConnection.removeSigHandler(Class<T> type,
DBusInterface object,
DBusSigHandler<T> handler)
Remove a Signal Handler.
|
<T extends DBusSignal> |
DBusConnection.removeSigHandler(Class<T> type,
String source,
DBusInterface object,
DBusSigHandler<T> handler)
Remove a Signal Handler.
|
| Constructor and Description |
|---|
DBusMatchRule(Class<? extends DBusInterface> c,
String method) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Cache |
interface |
InfoPipe |
| Modifier and Type | Method and Description |
|---|---|
List<DBusInterface> |
Cache.List() |
List<DBusInterface> |
Cache.ListByDomain(String domain_name) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.