148149150151152153154
throw new NotYetImplementedException(); } public NamingEnumeration listBindings(String contextName) throws NamingException { throw new NotYetImplementedException(); }
153154155156157158159
throw new NotYetImplementedException(); } public void destroySubcontext(Name name) throws NamingException { throw new NotYetImplementedException(); }
158159160161162163164
throw new NotYetImplementedException(); } public void destroySubcontext(String name) throws NamingException { throw new NotYetImplementedException(); }
163164165166167168169
throw new NotYetImplementedException(); } public Context createSubcontext(Name name) throws NamingException { throw new NotYetImplementedException(); }
168169170171172173174
throw new NotYetImplementedException(); } public Context createSubcontext(String name) throws NamingException { throw new NotYetImplementedException(); }
173174175176177178179
throw new NotYetImplementedException(); } public Object lookupLink(Name name) throws NamingException { throw new NotYetImplementedException(); }
178179180181182183184
throw new NotYetImplementedException(); } public Object lookupLink(String name) throws NamingException { throw new NotYetImplementedException(); }
188189190191192193194
return getNameParser(name.toString()); } public NameParser getNameParser(String name) throws NamingException { throw new NotYetImplementedException(); }
193194195196197198199
throw new NotYetImplementedException(); } public Name composeName(Name name, Name prefix) throws NamingException { throw new NotYetImplementedException(); }
198199200201202203204
throw new NotYetImplementedException(); } public String composeName(String name, String prefix) throws NamingException { throw new NotYetImplementedException(); }