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
|
方法摘要 |
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()
|
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.