All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.util.name_lookup_info

java.lang.Object
   |
   +----iceberg.util.name_lookup_info

public class name_lookup_info
extends Object
The information that is returned by an LDAP lookup


Variable Index

 o ids
The different network specific ids of this ICEBERG entity.
 o pref_reg_url
The RMI URL of the preference registry corresponding to this ICEBERG entity
 o uniqid
The unique id of this ICEBERG entity

Constructor Index

 o name_lookup_info(String, String, String[])

Method Index

 o toString()

Variables

 o pref_reg_url
 public String pref_reg_url
The RMI URL of the preference registry corresponding to this ICEBERG entity

 o uniqid
 public String uniqid
The unique id of this ICEBERG entity

 o ids
 public String ids[]
The different network specific ids of this ICEBERG entity. This field is not used in this version.

Constructors

 o name_lookup_info
 public name_lookup_info(String pref_reg_url,
                         String uniqid,
                         String ids[])

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index