278279280281282283284
{ } public String getNameInNamespace() throws NamingException { throw new NotYetImplementedException(); }
344345346347348349350
this.iterator = bindingIterator; } public void close() throws NamingException { throw new NotYetImplementedException(); }
63646566676869
// Context implementation ---------------------------------------- public Object lookup(Name name) throws NamingException { throw new NotYetImplementedException(); }
81828384858687
} } public void bind(Name name, Object obj) throws NamingException { throw new NotYetImplementedException(); }
99100101102103104105
} } public void rebind(Name name, Object obj) throws NamingException { throw new NotYetImplementedException(); }
104105106107108109110
throw new NotYetImplementedException(); } public void rebind(String name, Object obj) throws NamingException { throw new NotYetImplementedException(); }
109110111112113114115
throw new NotYetImplementedException(); } public void unbind(Name name) throws NamingException { throw new NotYetImplementedException(); }
114115116117118119120
throw new NotYetImplementedException(); } public void unbind(String name) throws NamingException { throw new NotYetImplementedException(); }
119120121122123124125
throw new NotYetImplementedException(); } public void rename(Name oldName, Name newName) throws NamingException { throw new NotYetImplementedException(); }
124125126127128129130
throw new NotYetImplementedException(); } public void rename(String oldName, String newName) throws NamingException { throw new NotYetImplementedException(); }