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
-
ids
- The different network specific ids of this ICEBERG entity.
-
pref_reg_url
- The RMI URL of the preference registry corresponding to this
ICEBERG entity
-
uniqid
- The unique id of this ICEBERG entity
-
name_lookup_info(String, String, String[])
-
-
toString()
-
pref_reg_url
public String pref_reg_url
- The RMI URL of the preference registry corresponding to this
ICEBERG entity
uniqid
public String uniqid
- The unique id of this ICEBERG entity
ids
public String ids[]
- The different network specific ids of this ICEBERG entity. This
field is not used in this version.
name_lookup_info
public name_lookup_info(String pref_reg_url,
String uniqid,
String ids[])
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index