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
-
_iPOPUrl
- The RMI URL of the preference registry corresponding to this
ICEBERG entity
-
_uniqueID
- The unique id of this ICEBERG entity
-
LookupResult(String, String)
-
-
getiPOPUrl()
-
-
getUniqueID()
-
-
toString()
-
_iPOPUrl
public String _iPOPUrl
- The RMI URL of the preference registry corresponding to this
ICEBERG entity
_uniqueID
public String _uniqueID
- The unique id of this ICEBERG entity
LookupResult
public LookupResult(String iPOPUrl,
String uniqueID)
getUniqueID
public String getUniqueID()
getiPOPUrl
public String getiPOPUrl()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index