Package org.freedesktop.dbus
Class DBusCallInfo
java.lang.Object
org.freedesktop.dbus.DBusCallInfo
Holds information on a method call
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the name with which we were addressed on the Busint
getFlags()
Returns any flags set on this method callReturns the interface this method was called withReturns the method name used to call this methodReturns the object path used to call this methodReturns 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:
-
-
Method Details
-
getSource
Returns the BusID which called the method -
getDestination
Returns the name with which we were addressed on the Bus -
getObjectPath
Returns the object path used to call this method -
getInterface
Returns the interface this method was called with -
getMethod
Returns the method name used to call this method -
getFlags
public int getFlags()Returns any flags set on this method call
-