Uses of Class
org.glassfish.jndi.cosnaming.CNCtx
-
Packages that use CNCtx Package Description org.glassfish.jndi.cosnaming -
-
Uses of CNCtx in org.glassfish.jndi.cosnaming
Fields in org.glassfish.jndi.cosnaming declared as CNCtx Modifier and Type Field Description private CNCtx
CNBindingEnumeration. _ctx
Methods in org.glassfish.jndi.cosnaming with parameters of type CNCtx Modifier and Type Method Description static javax.naming.NamingException
ExceptionMapper. mapException(java.lang.Exception e, CNCtx ctx, NameComponent[] inputName)
private static javax.naming.NamingException
ExceptionMapper. tryFed(NotFound e, CNCtx ctx, NameComponent[] inputName)
Constructors in org.glassfish.jndi.cosnaming with parameters of type CNCtx Constructor Description CNBindingEnumeration(CNCtx ctx, boolean isLookedUpCtx, java.util.Hashtable<?,?> env)
Creates a CNBindingEnumeration object.
-