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

公開メンバ関数

public< A > A Get (String interface_name, String property_name)
 
public< A > void Set (String interface_name, String property_name, A value)
 
Map< String, VariantGetAll (String interface_name)
 
boolean isRemote ()
 

詳解

A standard properties interface.

関数詳解

◆ Get()

public<A> A org.freedesktop.DBus.Properties.Get ( String  interface_name,
String  property_name 
)

Get the value for the given property.

引数
interface_nameThe interface this property is associated with.
property_nameThe name of the property.
戻り値
The value of the property (may be any valid DBus type).

◆ GetAll()

Map<String, Variant> org.freedesktop.DBus.Properties.GetAll ( String  interface_name)

Get all properties and values.

引数
interface_nameThe interface the properties is associated with.
戻り値
The properties mapped to their values.

◆ isRemote()

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

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

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

◆ Set()

public<A> void org.freedesktop.DBus.Properties.Set ( String  interface_name,
String  property_name,
value 
)

Set the value for the given property.

引数
interface_nameThe interface this property is associated with.
property_nameThe name of the property.
valueThe new value of the property (may be any valid DBus type).

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