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