Klasse DBusCallInfo

java.lang.Object
org.freedesktop.dbus.DBusCallInfo

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

    • NO_REPLY

      public static final int NO_REPLY
      Indicates the caller won't wait for a reply (and we won't send one).
      Siehe auch:
    • ASYNC

      public static final int ASYNC
      Siehe auch:
  • Konstruktordetails

    • DBusCallInfo

      public DBusCallInfo(Message _m)
  • Methodendetails

    • getSource

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

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

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

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

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

      public int getFlags()
      Returns any flags set on this method call.
      Gibt zurück:
      flags