236237238239240241242243244245246
} catch (IOException e) { throw new StoreConfigException(e); } finally { request.release(); } } private void execute(HTTPRequest method) throws IOException, StoreConfigException
414243444546474849
} catch (QueryResultParseException e) { throw new StoreException(e); } finally { request.release(); } } }
169170171172173174175176177178179
} catch (RDFParseException e) { throw new StoreException(e); } finally { request.release(); } } public void post(final Iterable<? extends TransactionOperation> txn) throws StoreException
210211212213214215216217218219220
} catch (IOException e) { throw new StoreException(e); } finally { request.release(); } } public void upload(final Reader contents, String baseURI, final RDFFormat dataFormat, boolean overwrite, Resource... contexts)
320321322323324325326327328329330
} catch (IOException e) { throw new StoreException(e); } finally { request.release(); } } private List<NameValuePair> getParams(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts)
686970717273747576
} catch (RDFParseException e) { throw new StoreException(e); } finally { request.release(); } } }
8384858687888990919293
90919293949596979899100
} catch (IOException e) { throw new StoreException(e); } finally { request.release(); } } public <T> T get(Class<T> type) throws StoreException
123124125126127128129130131132133
} catch (RDFParseException e) { throw new StoreException(e); } finally { request.release(); } } public void post() throws StoreException
138139140141142143144145146147148
} catch (IOException e) { throw new StoreException(e); } finally { request.release(); } } public void put(Object instance) throws StoreException