KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > LinkRef

javax.naming
Class LinkRef

java.lang.Object
  extended by javax.naming.Reference
      extended by javax.naming.LinkRef
All Implemented Interfaces:
Serializable, Cloneable
See Also:
Top Examples, Source Code, LinkException, LinkLoopException, MalformedLinkException, Context.lookupLink(javax.naming.Name)

public String getLinkName()
                   throws NamingException
See Also:
MalformedLinkException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LinkRef(String linkName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LinkRef(Name linkName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags