Uses of Class
org.apache.jackrabbit.core.data.DataStoreException

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 FileDataStore.addRecord(InputStream input)
          Creates a new data record.
 DataRecord DataStore.addRecord(InputStream stream)
          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.
 Iterator DataStore.getAllIdentifiers()
          Get all identifiers.
 long DataRecord.getLength()
          Returns the length of the binary stream in this record.
 DataRecord FileDataStore.getRecord(DataIdentifier identifier)
          Returns the record with the given identifier.
 DataRecord DataStore.getRecord(DataIdentifier identifier)
          Returns the identified data record.
 DataRecord DataStore.getRecordIfStored(DataIdentifier identifier)
          Check if a record for the given identifier exists, and return it if yes.
 InputStream FileDataRecord.getStream()
          Returns the the binary stream in this record.
 InputStream DataRecord.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(String cause, Exception e)
          Convert an exception to a data store exception.
 

Methods in org.apache.jackrabbit.core.data.db that throw DataStoreException
 DataRecord DbDataStore.addRecord(InputStream stream)
          Creates a new data record.
 void DerbyDataStore.close()
           
 void DbDataStore.close()
          Close the data store
 int DbDataStore.deleteAllOlderThan(long min)
          Delete objects that have a modified date older than the specified date.
 Iterator DbDataStore.getAllIdentifiers()
          Get all identifiers.
protected  ConnectionRecoveryManager DbDataStore.getConnection()
           
protected  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.
 DataRecord DbDataStore.getRecordIfStored(DataIdentifier identifier)
          Check if a record for the given identifier exists, and return it if yes.
 InputStream DbDataRecord.getStream()
          Returns the the binary stream in this record.
 void DbDataStore.init(String homeDir)
          Initialized the data store
protected  void DbDataStore.initDatabaseType()
           
protected  void DbDataStore.putBack(ConnectionRecoveryManager conn)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.