Class aglet.a4compatibility.AgletIdentifier
All Packages Class Hierarchy This Package Previous Next Index
Class aglet.a4compatibility.AgletIdentifier
java.lang.Object
|
+----aglet.AgletID
|
+----aglet.a4compatibility.AgletIdentifier
- public final class AgletIdentifier
- extends AgletID
AgletIdentifierクラスは古いAPIへの
コンパチビリティを提供するインターフェースである.
-
AgletIdentifier(AgletID)
- 与えられたaglet-IDからaglet identifierを作る.
-
AgletIdentifier(byte[])
- 与えられたバイト列からaglet identifierを作る.
-
AgletIdentifier(String)
- 与えられた文字列からaglet identifierを作る.
AgletIdentifier
public AgletIdentifier(AgletID id)
- 与えられたaglet-IDからaglet identifierを作る.
Constructs an aglet identifier with given aglet-id
AgletIdentifier
public AgletIdentifier(byte id[])
- 与えられたバイト列からaglet identifierを作る.
Constructs an aglet identifier with given byte array.
AgletIdentifier
public AgletIdentifier(String str)
- 与えられた文字列からaglet identifierを作る.
All Packages Class Hierarchy This Package Previous Next Index