public Boolean readIndexes(ProcessIndexes processIndexes) {
try {
QueuJStatusIndexes statusIndexes = new QueuJStatusIndexes(queue, processIndexes);
return (Boolean)restrictDetail.getMethod().invoke(instance, statusIndexes);
} catch (Exception ex) {
throw new QueujException(ex);
}
}
});
}