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への コンパチビリティを提供するインターフェースである.

Constructor Index

 o AgletIdentifier(AgletID)
与えられたaglet-IDからaglet identifierを作る.
 o AgletIdentifier(byte[])
与えられたバイト列からaglet identifierを作る.
 o AgletIdentifier(String)
与えられた文字列からaglet identifierを作る.

Constructors

 o AgletIdentifier
  public AgletIdentifier(AgletID id)
与えられたaglet-IDからaglet identifierを作る. Constructs an aglet identifier with given aglet-id
 o AgletIdentifier
  public AgletIdentifier(byte id[])
与えられたバイト列からaglet identifierを作る. Constructs an aglet identifier with given byte array.
 o AgletIdentifier
  public AgletIdentifier(String str)
与えられた文字列からaglet identifierを作る.

All Packages  Class Hierarchy  This Package  Previous  Next  Index