184185186187188189190
return getNameParser(name.toString()); } public NameParser getNameParser(String name) throws NamingException { throw new NotYetImplementedException(); }
189190191192193194195
throw new NotYetImplementedException(); } public Name composeName(Name name, Name prefix) throws NamingException { throw new NotYetImplementedException(); }
194195196197198199200
throw new NotYetImplementedException(); } public String composeName(String name, String prefix) throws NamingException { throw new NotYetImplementedException(); }
199200201202203204205
throw new NotYetImplementedException(); } public Object addToEnvironment(String propName, Object propVal) throws NamingException { throw new NotYetImplementedException(); }
204205206207208209210
throw new NotYetImplementedException(); } public Object removeFromEnvironment(String propName) throws NamingException { throw new NotYetImplementedException(); }
209210211212213214215
throw new NotYetImplementedException(); } public Hashtable getEnvironment() throws NamingException { throw new NotYetImplementedException(); }
218219220221222223224
{ } public String getNameInNamespace() throws NamingException { throw new NotYetImplementedException(); }
60616263646566
return channelID; } public boolean isRecoverable() { throw new NotYetImplementedException(); }
65666768697071
throw new NotYetImplementedException(); } public boolean acceptReliableMessages() { throw new NotYetImplementedException(); }
70717273747576
throw new NotYetImplementedException(); } public List browse() { throw new NotYetImplementedException(); }