jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/ctx/AtomicContext.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   531 
   531 
   532     /**
   532     /**
   533       * This function is used when implementing a naming system that
   533       * This function is used when implementing a naming system that
   534       * supports junctions.  For example, when the a_list_nns(newobj)
   534       * supports junctions.  For example, when the a_list_nns(newobj)
   535       * method is invoked, that means the caller is attempting to list the
   535       * method is invoked, that means the caller is attempting to list the
   536       * the nns context of of this context.  For a context that supports
   536       * the nns context of this context.  For a context that supports
   537       * junctions, it by default does not have any nns.  Consequently,
   537       * junctions, it by default does not have any nns.  Consequently,
   538       * a NameNotFoundException is thrown.
   538       * a NameNotFoundException is thrown.
   539       */
   539       */
   540     protected void a_processJunction_nns(Continuation cont) throws NamingException {
   540     protected void a_processJunction_nns(Continuation cont) throws NamingException {
   541 
   541