172173174175176177178
throw new NotYetImplementedException(); } public NamingEnumeration listBindings(Name name) throws NamingException { throw new NotYetImplementedException(); }
202203204205206207208
return new NamingEnumerationImpl(l.iterator()); } public void destroySubcontext(Name name) throws NamingException { throw new NotYetImplementedException(); }
212213214215216217218
map.remove(trimSlashes(name)); } public Context createSubcontext(Name name) throws NamingException { throw new NotYetImplementedException(); }
229230231232233234235
return c; } public Object lookupLink(Name name) throws NamingException { throw new NotYetImplementedException(); }
234235236237238239240
throw new NotYetImplementedException(); } public Object lookupLink(String name) throws NamingException { throw new NotYetImplementedException(); }
249250251252253254255
return parser; } public Name composeName(Name name, Name prefix) throws NamingException { throw new NotYetImplementedException(); }
254255256257258259260
throw new NotYetImplementedException(); } public String composeName(String name, String prefix) throws NamingException { throw new NotYetImplementedException(); }
259260261262263264265
throw new NotYetImplementedException(); } public Object addToEnvironment(String propName, Object propVal) throws NamingException { throw new NotYetImplementedException(); }
264265266267268269270
throw new NotYetImplementedException(); } public Object removeFromEnvironment(String propName) throws NamingException { throw new NotYetImplementedException(); }
269270271272273274275
throw new NotYetImplementedException(); } public Hashtable getEnvironment() throws NamingException { throw new NotYetImplementedException(); }