Class DBusCallInfo


  • public class DBusCallInfo
    extends Object
    Holds information on a method call
    • Field Detail

      • NO_REPLY

        public static final int NO_REPLY
        Indicates the caller won't wait for a reply (and we won't send one).
        See Also:
        Constant Field Values
    • Constructor Detail

      • DBusCallInfo

        public DBusCallInfo​(Message m)
    • Method Detail

      • getSource

        public String getSource()
        Returns the BusID which called the method.
        Returns:
        source
      • getDestination

        public String getDestination()
        Returns the name with which we were addressed on the Bus.
        Returns:
        destination
      • getObjectPath

        public String getObjectPath()
        Returns the object path used to call this method.
        Returns:
        objectpath
      • getInterface

        public String getInterface()
        Returns the interface this method was called with.
        Returns:
        interface
      • getMethod

        public String getMethod()
        Returns the method name used to call this method.
        Returns:
        method
      • getFlags

        public int getFlags()
        Returns any flags set on this method call.
        Returns:
        flags