keycloak-federation
|
公開メンバ関数 | |
String | getSource () |
String | getDestination () |
String | getObjectPath () |
String | getInterface () |
String | getMethod () |
int | getFlags () |
静的公開変数類 | |
static final int | NO_REPLY = Message.Flags.NO_REPLY_EXPECTED |
static final int | ASYNC = 0x100 |
関数 | |
DBusCallInfo (Message m) | |
非公開変数類 | |
String | source |
String | destination |
String | objectpath |
String | iface |
String | method |
int | flags |
Holds information on a method call
|
inlinepackage |
|
inline |
Returns the name with which we were addressed on the Bus
|
inline |
Returns any flags set on this method call
|
inline |
Returns the interface this method was called with
|
inline |
Returns the method name used to call this method
|
inline |
Returns the object path used to call this method
|
inline |
Returns the BusID which called the method
|
static |
|
private |
|
private |
|
private |
|
private |
|
static |
Indicates the caller won't wait for a reply (and we won't send one).
|
private |
|
private |