104105106107108109110
} } } public Object lookup(Name name) throws NamingException { throw new NotImplementedException(); }
145146147148149150151
} throw new NameNotFoundException(name+" not found"); } public void bind(Name name, Object obj) throws NamingException { throw new NotImplementedException(); }
149150151152153154155
public void bind(Name name, Object obj) throws NamingException { throw new NotImplementedException(); } public void bind(String name, Object obj) throws NamingException { throw new NotImplementedException(); }
153154155156157158159
public void bind(String name, Object obj) throws NamingException { throw new NotImplementedException(); } public void rebind(Name name, Object obj) throws NamingException { throw new NotImplementedException(); }
157158159160161162163
public void rebind(Name name, Object obj) throws NamingException { throw new NotImplementedException(); } public void rebind(String name, Object obj) throws NamingException { throw new NotImplementedException(); }
161162163164165166167
public void rebind(String name, Object obj) throws NamingException { throw new NotImplementedException(); } public void unbind(Name name) throws NamingException { throw new NotImplementedException(); }
165166167168169170171
public void unbind(Name name) throws NamingException { throw new NotImplementedException(); } public void unbind(String name) throws NamingException { throw new NotImplementedException(); }
169170171172173174175
public void unbind(String name) throws NamingException { throw new NotImplementedException(); } public void rename(Name oldName, Name newName) throws NamingException { throw new NotImplementedException(); }
173174175176177178179
public void rename(Name oldName, Name newName) throws NamingException { throw new NotImplementedException(); } public void rename(String oldName, String newName) throws NamingException { throw new NotImplementedException(); }
177178179180181182183
public void rename(String oldName, String newName) throws NamingException { throw new NotImplementedException(); } public NamingEnumeration list(Name name) throws NamingException { throw new NotImplementedException(); }