|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentStoreException | |
---|---|
net.ontopia.infoset.content |
Uses of ContentStoreException in net.ontopia.infoset.content |
---|
Methods in net.ontopia.infoset.content that throw ContentStoreException | |
---|---|
int |
JDBCSequenceContentStore.add(ContentInputStream data)
|
int |
JDBCContentStore.add(ContentInputStream data)
|
int |
InMemoryContentStore.add(ContentInputStream data)
|
int |
FileContentStore.add(ContentInputStream data)
|
int |
ContentStoreIF.add(ContentInputStream data)
INTERNAL: Creates an entry for the specified data value. |
int |
JDBCSequenceContentStore.add(java.io.InputStream data,
int length)
|
int |
JDBCContentStore.add(java.io.InputStream data,
int length)
|
int |
InMemoryContentStore.add(java.io.InputStream data,
int length)
|
int |
FileContentStore.add(java.io.InputStream data,
int length)
|
int |
ContentStoreIF.add(java.io.InputStream data,
int length)
INTERNAL: Creates an entry for the specified data value. |
void |
JDBCSequenceContentStore.close()
|
void |
JDBCContentStore.close()
|
void |
InMemoryContentStore.close()
|
void |
FileContentStore.close()
|
void |
ContentStoreIF.close()
INTERNAL: Closes the content store. |
boolean |
JDBCSequenceContentStore.containsKey(int key)
|
boolean |
JDBCContentStore.containsKey(int key)
|
boolean |
InMemoryContentStore.containsKey(int key)
|
boolean |
FileContentStore.containsKey(int key)
|
boolean |
ContentStoreIF.containsKey(int key)
INTERNAL: Returns true if the content store contains an entry with the specified key. |
ContentInputStream |
JDBCSequenceContentStore.get(int key)
|
ContentInputStream |
JDBCContentStore.get(int key)
|
ContentInputStream |
InMemoryContentStore.get(int key)
|
ContentInputStream |
FileContentStore.get(int key)
|
ContentInputStream |
ContentStoreIF.get(int key)
INTERNAL: Gets the data value associated with the specified key. |
protected ContentStoreIF |
ContentStoreServlet.getContentStore(TopicMapIF tm,
javax.servlet.ServletContext ctxt)
|
boolean |
JDBCSequenceContentStore.remove(int key)
|
boolean |
JDBCContentStore.remove(int key)
|
boolean |
InMemoryContentStore.remove(int key)
|
boolean |
FileContentStore.remove(int key)
|
boolean |
ContentStoreIF.remove(int key)
INTERNAL: Removes the entry associated with the key. |
Constructors in net.ontopia.infoset.content that throw ContentStoreException | |
---|---|
FileContentStore(java.io.File store_root)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |