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