public String server_id() {
    checkAccess(MID_SERVER_ID);
    checkForNullTemplate();

    // Good citizen: In the interest of efficiency, we will assume
    // interceptors will not change the resulting byte[] array.
    // Otherwise, we would need to make a clone of this array.

    return Integer.toString(oktemp.getServerId());
  }