Uses of Class
org.eclipse.jetty.plus.jndi.NamingEntry
Packages that use NamingEntry
Package
Description
Jetty Plus : Limited JEE Jndi Support
Jetty Plus : Limited JEE Jndi Support
Jetty Plus : Limited JEE Jndi Support
-
Uses of NamingEntry in org.eclipse.jetty.ee10.plus.jndi
Subclasses of NamingEntry in org.eclipse.jetty.ee10.plus.jndiModifier and TypeClassDescriptionclass
Class to represent a JTA UserTransaction impl. -
Uses of NamingEntry in org.eclipse.jetty.ee11.plus.jndi
Subclasses of NamingEntry in org.eclipse.jetty.ee11.plus.jndiModifier and TypeClassDescriptionclass
Class to represent a JTA UserTransaction impl. -
Uses of NamingEntry in org.eclipse.jetty.ee8.plus.jndi
Subclasses of NamingEntry in org.eclipse.jetty.ee8.plus.jndiModifier and TypeClassDescriptionclass
Class to represent a JTA UserTransaction impl. -
Uses of NamingEntry in org.eclipse.jetty.ee9.plus.jndi
Subclasses of NamingEntry in org.eclipse.jetty.ee9.plus.jndiModifier and TypeClassDescriptionclass
Class to represent a JTA UserTransaction impl. -
Uses of NamingEntry in org.eclipse.jetty.plus.jndi
Subclasses of NamingEntry in org.eclipse.jetty.plus.jndiModifier and TypeClassDescriptionclass
This is an object that will be linked into a webapp's java:comp/env namespace as if it was an <env-entry> from web.xml.class
class
Any type of POJO to be bound that can be retrieved later and linked into a webapp's java:comp/env namespace.class
Class to represent a JTA UserTransaction impl.Methods in org.eclipse.jetty.plus.jndi that return NamingEntryModifier and TypeMethodDescriptionstatic 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 NamingEntryModifier and TypeMethodDescriptionstatic Name
NamingEntryUtil.makeNamingEntryName
(NameParser parser, NamingEntry namingEntry)