Package org.freedesktop.dbus.bin
Class EmbeddedDBusDaemon
- java.lang.Object
-
- org.freedesktop.dbus.bin.EmbeddedDBusDaemon
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class EmbeddedDBusDaemon extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description EmbeddedDBusDaemon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
setAddress(String address)
void
setAddress(BusAddress address)
void
setAuthTypes(int authTypes)
void
startInBackground()
void
startInForeground()
-
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
startInForeground
public void startInForeground()
-
startInBackground
public void startInBackground()
-
setAddress
public void setAddress(BusAddress address)
-
setAddress
public void setAddress(String address) throws DBusException
- Throws:
DBusException
-
setAuthTypes
public void setAuthTypes(int authTypes)
-
-