} catch (SCMPValidatorException e1) {
LOGGER.fatal("unable to get path to pid file", e1);
} catch (Exception e) {
LOGGER.fatal("unable to create pid file", e);
}
ctr = new ThreadSafeCounter();
for (String methodString : this.methodsToInvoke) {
try {
Method method = this.getClass().getMethod(methodString);
method.invoke(this);