Class IdACmdAdminSearchNext
java.lang.Object
com.io7m.idstore.server.internal.admin.IdACmdAbstract<IdACommandContext,IdACommandAdminSearchNext,IdAResponseType>
com.io7m.idstore.server.internal.admin.IdACmdAdminSearchNext
- All Implemented Interfaces:
IdCommandExecutorType<IdAdminSession,IdACommandContext, IdACommandAdminSearchNext, IdAResponseType>
public final class IdACmdAdminSearchNext
extends IdACmdAbstract<IdACommandContext,IdACommandAdminSearchNext,IdAResponseType>
IdACmdAdminSearchNext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IdAResponseTypeexecuteActual(IdACommandContext context, IdACommandAdminSearchNext command) Methods inherited from class com.io7m.idstore.server.internal.admin.IdACmdAbstract
execute
-
Constructor Details
-
IdACmdAdminSearchNext
public IdACmdAdminSearchNext()IdACmdAdminSearchNext
-
-
Method Details
-
executeActual
protected IdAResponseType executeActual(IdACommandContext context, IdACommandAdminSearchNext command) throws IdException, IdCommandExecutionFailure - Specified by:
executeActualin classIdACmdAbstract<IdACommandContext,IdACommandAdminSearchNext, IdAResponseType> - Throws:
IdExceptionIdCommandExecutionFailure
-