|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataStoreException | |
|---|---|
| org.apache.jackrabbit.core.data | |
| org.apache.jackrabbit.core.data.db | |
| Uses of DataStoreException in org.apache.jackrabbit.core.data |
|---|
| Methods in org.apache.jackrabbit.core.data that throw DataStoreException | |
|---|---|
DataRecord |
DataStore.addRecord(java.io.InputStream stream)
Creates a new data record. |
DataRecord |
FileDataStore.addRecord(java.io.InputStream input)
Creates a new data record. |
void |
DataStore.close()
Close the data store |
int |
DataStore.deleteAllOlderThan(long min)
Delete objects that have a modified date older than the specified date. |
java.util.Iterator |
DataStore.getAllIdentifiers()
Get all identifiers. |
long |
DataRecord.getLength()
Returns the length of the binary stream in this record. |
DataRecord |
DataStore.getRecord(DataIdentifier identifier)
Returns the identified data record. |
java.io.InputStream |
DataRecord.getStream()
Returns the the binary stream in this record. |
java.io.InputStream |
FileDataRecord.getStream()
Returns the the binary stream in this record. |
| Uses of DataStoreException in org.apache.jackrabbit.core.data.db |
|---|
| Methods in org.apache.jackrabbit.core.data.db that return DataStoreException | |
|---|---|
protected DataStoreException |
DbDataStore.convert(java.lang.String cause,
java.lang.Exception e)
Convert an exception to a data store exception. |
| Methods in org.apache.jackrabbit.core.data.db that throw DataStoreException | |
|---|---|
DataRecord |
DbDataStore.addRecord(java.io.InputStream stream)
Creates a new data record. |
int |
DbDataStore.deleteAllOlderThan(long min)
Delete objects that have a modified date older than the specified date. |
java.util.Iterator |
DbDataStore.getAllIdentifiers()
Get all identifiers. |
protected ConnectionRecoveryManager |
DbDataStore.getConnection()
|
protected java.security.MessageDigest |
DbDataStore.getDigest()
|
long |
DbDataRecord.getLength()
Returns the length of the binary stream in this record. |
DataRecord |
DbDataStore.getRecord(DataIdentifier identifier)
Returns the identified data record. |
java.io.InputStream |
DbDataRecord.getStream()
Returns the the binary stream in this record. |
void |
DbDataStore.init(java.lang.String homeDir)
Initialized the data store |
protected void |
DbDataStore.initDatabaseType()
|
protected void |
DbDataStore.putBack(ConnectionRecoveryManager conn)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||