Package ch.bailu.gtk.gio
Interface DBusInterfaceSkeletonFlags
public interface DBusInterfaceSkeletonFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Each method invocation is handled in
a thread dedicated to the invocation.static final int
No flags set.
-
Field Details
-
NONE
static final int NONENo flags set.- See Also:
-
HANDLE_METHOD_INVOCATIONS_IN_THREAD
static final int HANDLE_METHOD_INVOCATIONS_IN_THREADEach method invocation is handled in
a thread dedicated to the invocation. This means that the method implementation can use blocking IO
without blocking any other part of the process. It also means that the method implementation must
use locking to access data structures used by other threads.- See Also:
-