Class DBusCallInfo
java.lang.Object
org.freedesktop.dbus.DBusCallInfo
Holds information on a method call
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name with which we were addressed on the Bus.intgetFlags()Returns any flags set on this method call.Returns the interface this method was called with.Returns the method name used to call this method.Returns the object path used to call this method.Returns the BusID which called the method.
-
Field Details
-
NO_REPLY
public static final int NO_REPLYIndicates the caller won't wait for a reply (and we won't send one).- See Also:
-
ASYNC
public static final int ASYNC- See Also:
-
-
Constructor Details
-
DBusCallInfo
-
-
Method Details
-
getSource
-
getDestination
Returns the name with which we were addressed on the Bus.- Returns:
- destination
-
getObjectPath
-
getInterface
-
getMethod
-
getFlags
public int getFlags()Returns any flags set on this method call.- Returns:
- flags
-