|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freedesktop.dbus.DBusCallInfo
public class DBusCallInfo
Holds information on a method call
Field Summary | |
---|---|
static int |
ASYNC
|
static int |
NO_REPLY
Indicates the caller won't wait for a reply (and we won't send one). |
Method Summary | |
---|---|
String |
getDestination()
Returns the name with which we were addressed on the Bus |
int |
getFlags()
Returns any flags set on this method call |
String |
getInterface()
Returns the interface this method was called with |
String |
getMethod()
Returns the method name used to call this method |
String |
getObjectPath()
Returns the object path used to call this method |
String |
getSource()
Returns the BusID which called the method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO_REPLY
public static final int ASYNC
Method Detail |
---|
public String getSource()
public String getDestination()
public String getObjectPath()
public String getInterface()
public String getMethod()
public int getFlags()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |