/* (non-Javadoc)
* @see org.apache.jmeter.protocol.http.util.accesslog.TCLogParser#parse(org.apache.jmeter.testelement.TestElement, int)
*/
public int parse(TestElement el, int parseCount) {
FileServer fileServer = FileServer.getFileServer();
fileServer.reserveFile(FILENAME);
try {
return parse(fileServer, el, parseCount);
} catch (Exception exception) {
log.error("Problem creating samples", exception);
}