Uses of Class
net.ontopia.infoset.content.ContentStoreException
Packages that use ContentStoreException
-
Uses of ContentStoreException in net.ontopia.infoset.content
Methods in net.ontopia.infoset.content that throw ContentStoreExceptionModifier and TypeMethodDescriptionintContentStoreIF.add(InputStream data, int length) INTERNAL: Creates an entry for the specified data value.intContentStoreIF.add(ContentInputStream data) INTERNAL: Creates an entry for the specified data value.intFileContentStore.add(InputStream data, int length) intFileContentStore.add(ContentInputStream data) intInMemoryContentStore.add(InputStream data, int length) intInMemoryContentStore.add(ContentInputStream data) intJDBCContentStore.add(InputStream data, int length) intJDBCContentStore.add(ContentInputStream data) intJDBCSequenceContentStore.add(InputStream data, int length) intJDBCSequenceContentStore.add(ContentInputStream data) voidContentStoreIF.close()INTERNAL: Closes the content store.voidFileContentStore.close()voidInMemoryContentStore.close()voidJDBCContentStore.close()voidJDBCSequenceContentStore.close()booleanContentStoreIF.containsKey(int key) INTERNAL: Returns true if the content store contains an entry with the specified key.booleanFileContentStore.containsKey(int key) booleanInMemoryContentStore.containsKey(int key) booleanJDBCContentStore.containsKey(int key) booleanJDBCSequenceContentStore.containsKey(int key) ContentStoreIF.get(int key) INTERNAL: Gets the data value associated with the specified key.FileContentStore.get(int key) InMemoryContentStore.get(int key) JDBCContentStore.get(int key) JDBCSequenceContentStore.get(int key) protected ContentStoreIFContentStoreServlet.getContentStore(TopicMapIF tm, javax.servlet.ServletContext ctxt) booleanContentStoreIF.remove(int key) INTERNAL: Removes the entry associated with the key.booleanFileContentStore.remove(int key) booleanInMemoryContentStore.remove(int key) booleanJDBCContentStore.remove(int key) booleanJDBCSequenceContentStore.remove(int key) Constructors in net.ontopia.infoset.content that throw ContentStoreException