/* **************************** protected methods ************************** */
protected ModuleStateHolder getModuleStateHolder() {
if (applicationManager == null) {
throw new NoServiceException("Module state holder not present. Has Impala been initialized?");
}
return applicationManager.getCurrentApplication().getModuleStateHolder();
}