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