gluu
org
xdi
oxd
server
license
LicenseFile
MacAddress
静的公開メンバ関数
|
静的非公開変数類
|
全メンバ一覧
org.xdi.oxd.server.license.LicenseFile.MacAddress クラス
org.xdi.oxd.server.license.LicenseFile.MacAddress 連携図
静的公開メンバ関数
static synchronized String
getMacAddress
()
static synchronized void
setMacAddress
(String
macAddress
)
静的非公開変数類
static String
MAC_ADDRESS
= null
詳解
関数詳解
◆
getMacAddress()
static synchronized String org.xdi.oxd.server.license.LicenseFile.MacAddress.getMacAddress
(
)
inline
static
36
{
37
return
MAC_ADDRESS
;
38
}
org.xdi.oxd.server.license.LicenseFile.MacAddress.MAC_ADDRESS
static String MAC_ADDRESS
Definition:
LicenseFile.java:34
◆
setMacAddress()
static synchronized void org.xdi.oxd.server.license.LicenseFile.MacAddress.setMacAddress
(
String
macAddress
)
inline
static
40
{
41
LOG
.trace(
"MAC ADDRESS set to : "
+
macAddress
);
42
MacAddress.MAC_ADDRESS =
macAddress
;
43
}
org.xdi.oxd.server.license.LicenseFile.LOG
static final Logger LOG
Definition:
LicenseFile.java:31
org.xdi.oxd.server.license.LicenseFile.macAddress
String macAddress
Definition:
LicenseFile.java:49
メンバ詳解
◆
MAC_ADDRESS
String org.xdi.oxd.server.license.LicenseFile.MacAddress.MAC_ADDRESS = null
static
private
このクラス詳解は次のファイルから抽出されました:
D:/AppData/OpenId/gluu/src/oxd/oxd-server/src/main/java/org/xdi/oxd/server/license/
LicenseFile.java
2018年09月30日(日) 14時46分50秒作成 - gluu / 構成:
1.8.13