keycloak-federation
公開メンバ関数 | 全メンバ一覧
org.freedesktop.dbus.DBusInterface インタフェース
org.freedesktop.dbus.DBusInterface の継承関係図
Inheritance graph
org.freedesktop.dbus.DBusInterface 連携図
Collaboration graph

公開メンバ関数

boolean isRemote ()
 

詳解

Denotes a class as exportable or a remote interface which can be called.

Any interface which should be exported or imported should extend this interface. All public methods from that interface are exported/imported with the given method signatures.

All method calls on exported objects are run in their own threads. Application writers are responsible for any concurrency issues.

関数詳解

◆ isRemote()

boolean org.freedesktop.dbus.DBusInterface.isRemote ( )

Returns true on remote objects. Local objects implementing this interface MUST return false.

org.freedesktop.dbus.AbstractConnection._globalhandlerで実装されています。


このインタフェース詳解は次のファイルから抽出されました: