221222223224225226227
public NameParser getNameParser(Name name) throws NamingException { throw new NotImplementedException(); } public NameParser getNameParser(String name) throws NamingException { throw new NotImplementedException(); }
225226227228229230231
public NameParser getNameParser(String name) throws NamingException { throw new NotImplementedException(); } public Name composeName(Name name, Name prefix) throws NamingException { throw new NotImplementedException(); }
229230231232233234235
public Name composeName(Name name, Name prefix) throws NamingException { throw new NotImplementedException(); } public String composeName(String name, String prefix) throws NamingException { throw new NotImplementedException(); }
233234235236237238239
public String composeName(String name, String prefix) throws NamingException { throw new NotImplementedException(); } public Object addToEnvironment(String propName, Object propVal) throws NamingException { throw new NotImplementedException(); }
237238239240241242243
public Object addToEnvironment(String propName, Object propVal) throws NamingException { throw new NotImplementedException(); } public Object removeFromEnvironment(String propName) throws NamingException { throw new NotImplementedException(); }
241242243244245246247
public Object removeFromEnvironment(String propName) throws NamingException { throw new NotImplementedException(); } public Hashtable getEnvironment() throws NamingException { throw new NotImplementedException(); }
245246247248249250251
public Hashtable getEnvironment() throws NamingException { throw new NotImplementedException(); } public void close() throws NamingException { throw new NotImplementedException(); }
249250251252253254255
public void close() throws NamingException { throw new NotImplementedException(); } public String getNameInNamespace() throws NamingException { throw new NotImplementedException(); }