Name

LinkRef

Synopsis

LinkRef is a subclass of Reference that contains a name, called the link name, that is bound to an atomic name in a context.

                  
public class LinkRef extends javax.naming.Reference {
// Public Constructors
   public LinkRef( String linkName);  
   public LinkRef( javax.naming.Name linkName);  
// Public Instance Methods
   public String getLinkName() throws NamingException;  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.