java.lang.Object
org.freedesktop.dbus.DBusCallInfo
Holds information on a method call
-
Feldübersicht
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the name with which we were addressed on the Bus.int
getFlags()
Returns any flags set on this method call.Returns the interface this method was called with.Returns the method name used to call this method.Returns the object path used to call this method.Returns the BusID which called the method.
-
Felddetails
-
NO_REPLY
public static final int NO_REPLYIndicates 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
-
-
Methodendetails
-
getSource
Returns the BusID which called the method.- Gibt zurück:
- source
-
getDestination
Returns the name with which we were addressed on the Bus.- Gibt zurück:
- destination
-
getObjectPath
Returns the object path used to call this method.- Gibt zurück:
- objectpath
-
getInterface
Returns the interface this method was called with.- Gibt zurück:
- interface
-
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
-