org.eclipse.jetty.plus.jndi
类 Link

java.lang.Object
  继承者 org.eclipse.jetty.plus.jndi.NamingEntry
      继承者 org.eclipse.jetty.plus.jndi.Link

public class Link
extends NamingEntry


字段摘要
 
从类 org.eclipse.jetty.plus.jndi.NamingEntry 继承的字段
__contextName, _jndiName, _namingEntryNameString, _objectNameString, _scope
 
构造方法摘要
Link(Object scope, String jndiName, String link)
           
Link(String jndiName, String link)
           
 
方法摘要
 void bindToENC(String localName)
          Add a java:comp/env binding for the object represented by this NamingEntry, but bind it as the name supplied
 String getLink()
           
 
从类 org.eclipse.jetty.plus.jndi.NamingEntry 继承的方法
getJndiName, getJndiNameInScope, release, save, toString, unbindENC
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Link

public Link(Object scope,
            String jndiName,
            String link)
     throws NamingException
抛出:
NamingException

Link

public Link(String jndiName,
            String link)
     throws NamingException
抛出:
NamingException
方法详细信息

bindToENC

public void bindToENC(String localName)
               throws NamingException
从类 NamingEntry 复制的描述
Add a java:comp/env binding for the object represented by this NamingEntry, but bind it as the name supplied

覆盖:
NamingEntry 中的 bindToENC
抛出:
NamingException

getLink

public String getLink()


Copyright © 2013. All Rights Reserved.