All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.namemapping.LookupResult

java.lang.Object
   |
   +----iceberg.namemapping.LookupResult

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


Variable Index

 o _iPOPUrl
The RMI URL of the preference registry corresponding to this ICEBERG entity
 o _uniqueID
The unique id of this ICEBERG entity

Constructor Index

 o LookupResult(String, String)

Method Index

 o getiPOPUrl()
 o getUniqueID()
 o toString()

Variables

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

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

Constructors

 o LookupResult
 public LookupResult(String iPOPUrl,
                     String uniqueID)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index