8283848586878889
public static void unbind(String uniqueID) throws DebuggerException { String name = getName(uniqueID); try { Naming.unbind(name); } catch (Exception exp) { throw new DebuggerException(exp); } }
110111112113114115116117
} try { return Naming.lookup(nameBuf.toString()); } catch (Exception exp) { throw new DebuggerException(exp); } }