gluu
静的公開メンバ関数 | 静的非公開変数類 | 全メンバ一覧
org.xdi.oxd.server.license.LicenseFile.MacAddress クラス
org.xdi.oxd.server.license.LicenseFile.MacAddress 連携図
Collaboration graph

静的公開メンバ関数

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 ( )
inlinestatic
36  {
37  return MAC_ADDRESS;
38  }
static String MAC_ADDRESS
Definition: LicenseFile.java:34

◆ setMacAddress()

static synchronized void org.xdi.oxd.server.license.LicenseFile.MacAddress.setMacAddress ( String  macAddress)
inlinestatic
40  {
41  LOG.trace("MAC ADDRESS set to : " + macAddress);
42  MacAddress.MAC_ADDRESS = macAddress;
43  }
static final Logger LOG
Definition: LicenseFile.java:31
String macAddress
Definition: LicenseFile.java:49

メンバ詳解

◆ MAC_ADDRESS

String org.xdi.oxd.server.license.LicenseFile.MacAddress.MAC_ADDRESS = null
staticprivate

このクラス詳解は次のファイルから抽出されました: