< prev index next >

src/java.naming/share/classes/com/sun/jndi/toolkit/dir/HierMemDirCtx.java

Print this page

        

*** 30,41 **** import java.util.*; /** * A sample service provider that implements a hierarchical directory in memory. * Every operation begins by doing a lookup on the name passed to it and then ! * calls a corresponding "do<OperationName>" on the result of the lookup. The ! * "do<OperationName>" does the work without any further resolution (it assumes * that it is the target context). */ public class HierMemDirCtx implements DirContext { --- 30,41 ---- import java.util.*; /** * A sample service provider that implements a hierarchical directory in memory. * Every operation begins by doing a lookup on the name passed to it and then ! * calls a corresponding "{@code do<OperationName>}" on the result of the lookup. The ! * "{@code do<OperationName>}" does the work without any further resolution (it assumes * that it is the target context). */ public class HierMemDirCtx implements DirContext {
< prev index next >