|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--medi.db.util.FileManager
A class that contains a set of static functions to manage files mapped in the database.
| Constructor Summary | |
FileManager()
Creates new FileManager |
|
| Method Summary | |
static void |
execute(Provider prv,
VolumeMounter vmount,
java.lang.Long dataID)
Execute a file whose data ID is specified. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileManager()
| Method Detail |
public static void execute(Provider prv,
VolumeMounter vmount,
java.lang.Long dataID)
throws DbException,
java.io.IOException
prv - The provider to use.vmount - The volume mounter to use.dataID - The data ID to open.
DbException - If something goes wrong.
java.io.IOException - If the file is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||