//TODO
//save it into the file
try
{
snapshot.store(new FileOutputStream(file.getAbsolutePath()), null);
}
catch (IOException ioe)
{
logger_.error("Can not create snapshot file: " + file.getAbsolutePath());
logger_.error("Exception: " + ioe.getMessage());