protected void handleServant(long start, long end, UserProcedures query, int execType) {
servant.support(new AfterTask(start, end, this.getDBManager(), query, execType));
}
protected void handleServant(long start, long end, Queryable query, int execType) {
servant.support(new AfterTask(start, end, this.getDBManager(), query, execType));
}