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 int
ContentStoreIF. add(InputStream data, int length)
INTERNAL: Creates an entry for the specified data value.int
ContentStoreIF. add(ContentInputStream data)
INTERNAL: Creates an entry for the specified data value.int
FileContentStore. add(InputStream data, int length)
int
FileContentStore. add(ContentInputStream data)
int
InMemoryContentStore. add(InputStream data, int length)
int
InMemoryContentStore. add(ContentInputStream data)
int
JDBCContentStore. add(InputStream data, int length)
int
JDBCContentStore. add(ContentInputStream data)
int
JDBCSequenceContentStore. add(InputStream data, int length)
int
JDBCSequenceContentStore. add(ContentInputStream data)
void
ContentStoreIF. close()
INTERNAL: Closes the content store.void
FileContentStore. close()
void
InMemoryContentStore. close()
void
JDBCContentStore. close()
void
JDBCSequenceContentStore. close()
boolean
ContentStoreIF. containsKey(int key)
INTERNAL: Returns true if the content store contains an entry with the specified key.boolean
FileContentStore. containsKey(int key)
boolean
InMemoryContentStore. containsKey(int key)
boolean
JDBCContentStore. containsKey(int key)
boolean
JDBCSequenceContentStore. containsKey(int key)
ContentInputStream
ContentStoreIF. get(int key)
INTERNAL: Gets the data value associated with the specified key.ContentInputStream
FileContentStore. get(int key)
ContentInputStream
InMemoryContentStore. get(int key)
ContentInputStream
JDBCContentStore. get(int key)
ContentInputStream
JDBCSequenceContentStore. get(int key)
protected ContentStoreIF
ContentStoreServlet. getContentStore(TopicMapIF tm, javax.servlet.ServletContext ctxt)
boolean
ContentStoreIF. remove(int key)
INTERNAL: Removes the entry associated with the key.boolean
FileContentStore. remove(int key)
boolean
InMemoryContentStore. remove(int key)
boolean
JDBCContentStore. remove(int key)
boolean
JDBCSequenceContentStore. remove(int key)
Constructors in net.ontopia.infoset.content that throw ContentStoreException Constructor Description FileContentStore(File store_root)
-