Class NamingEntry

java.lang.Object
org.eclipse.jetty.plus.jndi.NamingEntry
Direct Known Subclasses:
EnvEntry, Link, Resource, Transaction

public abstract class NamingEntry extends Object
NamingEntry

Base class for all jndi related entities. Instances of subclasses of this class are declared in jetty.xml or in a webapp's WEB-INF/jetty-env.xml file.

NOTE: that all NamingEntries will be bound in a single namespace. The "global" level is just in the top level context. The "local" level is a context specific to a webapp.