Uses of Class
net.ontopia.infoset.content.ContentStoreException
-
Packages that use ContentStoreException Package Description net.ontopia.infoset.content -
-
Uses of ContentStoreException in net.ontopia.infoset.content
Methods in net.ontopia.infoset.content that throw ContentStoreException Modifier and Type Method Description intContentStoreIF. 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)ContentInputStreamContentStoreIF. get(int key)INTERNAL: Gets the data value associated with the specified key.ContentInputStreamFileContentStore. get(int key)ContentInputStreamInMemoryContentStore. get(int key)ContentInputStreamJDBCContentStore. get(int key)ContentInputStreamJDBCSequenceContentStore. 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 Constructor Description FileContentStore(File store_root)
-