|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordManager
Method Summary | |
---|---|
void |
close()
Closes this RecordManager. |
void |
deleteBlob(long recordID)
Deletes an existing Blob. |
Blob |
getBlob(long recordID)
Gets an existing Blob. |
Blob |
newBlob()
Creates a new empty Blob. |
Method Detail |
---|
void close() throws java.io.IOException
java.io.IOException
- if an unexpected I/O error occurs.
java.lang.IllegalStateException
- if this RecordManager has already been
closed.Blob newBlob() throws java.io.IOException
java.io.IOException
- if an unexpected I/O error occurs.
java.lang.IllegalStateException
- if this RecordManager has already been
closed.Blob getBlob(long recordID) throws java.io.IOException
java.util.NoSuchElementException
- if the blob doesn't exist.
java.io.IOException
- if an unexpected I/O error occurs.
java.lang.IllegalStateException
- if this RecordManager has already been
closed.void deleteBlob(long recordID) throws java.io.IOException
java.util.NoSuchElementException
- if the blob doesn't exist.
java.io.IOException
- if an unexpected I/O error occurs.
java.lang.IllegalStateException
- if this RecordManager has already been
closed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |