git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@95
be28352e-c001-0410-b1a7-
c7978e42abec
private int syncnum = 1;
public ClientsFile(File filelist) throws IOException {
- this.sessionFile = filelist;
+ super(filelist);
if (!this.sessionFile.exists())
this.sessionFile.createNewFile();
}
/**
* transient object representing a file lock
* This lock should hold for all processes interacting in a session.
- *
+ * TODO: currently implemented for local filesystem style locking - need a fallback mechanism for systems without file locks.
* @author jimp
*
*/