Uses of Class
org.eclipse.jetty.plus.jndi.NamingEntry
-
Packages that use NamingEntry Package Description org.eclipse.jetty.plus.jndi Jetty Plus : Limited JEE Jndi Support -
-
Uses of NamingEntry in org.eclipse.jetty.plus.jndi
Subclasses of NamingEntry in org.eclipse.jetty.plus.jndi Modifier and Type Class Description class
EnvEntry
EnvEntryclass
Link
class
Resource
Resourceclass
Transaction
Transaction Class to represent a JTA UserTransaction impl.Methods in org.eclipse.jetty.plus.jndi that return NamingEntry Modifier and Type Method Description static NamingEntry
NamingEntryUtil. lookupNamingEntry(java.lang.Object scope, java.lang.String jndiName)
Find a NamingEntry in the given scope.Methods in org.eclipse.jetty.plus.jndi with parameters of type NamingEntry Modifier and Type Method Description static javax.naming.Name
NamingEntryUtil. makeNamingEntryName(javax.naming.NameParser parser, NamingEntry namingEntry)
-