Uses of Class
org.eclipse.jetty.plus.jndi.NamingEntry

Packages that use NamingEntry
org.eclipse.jetty.plus.jndi   
 

Uses of NamingEntry in org.eclipse.jetty.plus.jndi
 

Subclasses of NamingEntry in org.eclipse.jetty.plus.jndi
 class EnvEntry
          EnvEntry
 class Link
           
 class Resource
          Resource
 class Transaction
          Transaction Class to represent a JTA UserTransaction impl.
 

Methods in org.eclipse.jetty.plus.jndi that return NamingEntry
static NamingEntry NamingEntryUtil.lookupNamingEntry(Object scope, String jndiName)
          Find a NamingEntry in the given scope.
 

Methods in org.eclipse.jetty.plus.jndi with parameters of type NamingEntry
static Name NamingEntryUtil.makeNamingEntryName(NameParser parser, NamingEntry namingEntry)
           
 



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