public class DBusCallInfo
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
ASYNC |
|
static int |
NO_REPLY |
Indicates the caller won't wait for a reply (and we won't send one).
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDestination() |
Returns the name with which we were addressed on the Bus
|
int |
getFlags() |
Returns any flags set on this method call
|
java.lang.String |
getInterface() |
Returns the interface this method was called with
|
java.lang.String |
getMethod() |
Returns the method name used to call this method
|
java.lang.String |
getObjectPath() |
Returns the object path used to call this method
|
java.lang.String |
getSource() |
Returns the BusID which called the method
|
public static final int NO_REPLY
public static final int ASYNC
public java.lang.String getSource()
public java.lang.String getDestination()
public java.lang.String getObjectPath()
public java.lang.String getInterface()
public java.lang.String getMethod()
public int getFlags()