Package org.eclipse.jetty.plus.jndi
Class EnvEntry
- java.lang.Object
-
- org.eclipse.jetty.plus.jndi.NamingEntry
-
- org.eclipse.jetty.plus.jndi.EnvEntry
-
public class EnvEntry extends NamingEntry
EnvEntry
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.plus.jndi.NamingEntry
__contextName, _jndiName, _namingEntryNameString, _objectNameString, _scope
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOverrideWebXml()-
Methods inherited from class org.eclipse.jetty.plus.jndi.NamingEntry
bindToENC, getJndiName, getJndiNameInScope, release, save, toString, unbindENC
-
-
-
-
Constructor Detail
-
EnvEntry
public EnvEntry(Object scope, String jndiName, Object objToBind, boolean overrideWebXml) throws NamingException
- Throws:
NamingException
-
EnvEntry
public EnvEntry(String jndiName, Object objToBind, boolean overrideWebXml) throws NamingException
- Throws:
NamingException
-
EnvEntry
public EnvEntry(String jndiName, Object objToBind) throws NamingException
- Throws:
NamingException
-
-