org.eclipse.jetty.plus.jndi
Class EnvEntry

java.lang.Object
  extended by org.eclipse.jetty.plus.jndi.NamingEntry
      extended by 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, objectToBind
 
Constructor Summary
EnvEntry(Object scope, String jndiName, Object objToBind, boolean overrideWebXml)
           
EnvEntry(String jndiName, Object objToBind)
           
EnvEntry(String jndiName, Object objToBind, boolean overrideWebXml)
           
 
Method Summary
 boolean isOverrideWebXml()
           
 
Methods inherited from class org.eclipse.jetty.plus.jndi.NamingEntry
bindToENC, getJndiName, getJndiNameInScope, getObjectToBind, release, save, unbindENC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Method Detail

isOverrideWebXml

public boolean isOverrideWebXml()


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.