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
The AgletIdentifier class provides backward compatible interface.

Constructor Index

 o AgletIdentifier(AgletID)
Constructs an aglet identifier with given aglet-id
 o AgletIdentifier(byte[])
Constructs an aglet identifier with given byte array.
 o AgletIdentifier(String)
Constructs an aglet identifier with given string representation

Constructors

 o AgletIdentifier
  public AgletIdentifier(AgletID id)
Constructs an aglet identifier with given aglet-id
 o AgletIdentifier
  public AgletIdentifier(byte id[])
Constructs an aglet identifier with given byte array.
 o AgletIdentifier
  public AgletIdentifier(String str)
Constructs an aglet identifier with given string representation

All Packages  Class Hierarchy  This Package  Previous  Next  Index