14011402140314041405140614071408
private void ensureStarted() throws LdapServiceUnavailableException { if ( !directoryService.isStarted() ) { throw new LdapServiceUnavailableException( ResultCodeEnum.UNAVAILABLE, I18n.err( I18n.ERR_316 ) ); } }
12421243124412451246124712481249