All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.LinkRef
java.lang.Object
|
+----java.naming.Reference
|
+----java.naming.LinkRef
- public class LinkRef
- extends Reference
A LinkRef is a Reference whose contents is a Name.
-
LinkRef(Name)
- Constructs a LinkRef for a name.
-
getLinkName()
- Retrieves the name of this link.
LinkRef
public LinkRef(Name link)
- Constructs a LinkRef for a name.
- Parameters:
- link - The name for which to create this link.
getLinkName
public Name getLinkName() throws NamingException
- Retrieves the name of this link.
- Returns:
- The name of this link.
All Packages Class Hierarchy This Package Previous Next Index