org.freedesktop.dbus

Class DBusCallInfo

public class DBusCallInfo extends Object

Holds information on a method call
Field Summary
static intNO_REPLY
Indicates the caller won't wait for a reply (and we won't send one).
Method Summary
StringgetDestination()
Returns the name with which we were addressed on the Bus
intgetFlags()
Returns any flags set on this method call
StringgetInterface()
Returns the interface this method was called with
StringgetMethod()
Returns the method name used to call this method
StringgetObjectPath()
Returns the object path used to call this method
StringgetSource()
Returns the BusID which called the method

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).

Method Detail

getDestination

public String getDestination()
Returns the name with which we were addressed on the Bus

getFlags

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

getInterface

public String getInterface()
Returns the interface this method was called with

getMethod

public String getMethod()
Returns the method name used to call this method

getObjectPath

public String getObjectPath()
Returns the object path used to call this method

getSource

public String getSource()
Returns the BusID which called the method