}
public static IStorageManager createDiskStorageManager(PropertySet ps)
throws SecurityException, NullPointerException, IOException, FileNotFoundException, IllegalArgumentException
{
IStorageManager sm = (IStorageManager) new DiskStorageManager(ps);
return sm;
}