if (SanityManager.DEBUG)
SanityManager.ASSERT(serviceName.equals( storageFactory.getCanonicalName()), serviceName);
StorageFile serviceDirectory = storageFactory.newStorageFile( null);
return serviceDirectory.deleteAll() ? this : null;
}
finally { storageFactory.shutdown(); }
}
}
) != null;
}
catch( PrivilegedActionException pae){ return false;}