javax.naming
Class LinkRef

java.lang.Object
  extended by javax.naming.Reference
      extended by javax.naming.LinkRef
All Implemented Interfaces:
Serializable, Cloneable

public class LinkRef
extends Reference

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
 
Constructor Summary
LinkRef(Name name)
           
LinkRef(String name)
           
 
Method Summary
 String getLinkName()
           
 
Methods inherited from class javax.naming.Reference
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, getFactoryClassName, hashCode, remove, size, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkRef

public LinkRef(Name name)

LinkRef

public LinkRef(String name)
Method Detail

getLinkName

public String getLinkName()
                   throws NamingException
Throws:
NamingException