public abstract class AbstractLoginCommand extends Object implements Command
| Constructor and Description |
|---|
AbstractLoginCommand(Session session) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute(CommandParser commandParser)
Executes the command, after parsing arguments if necessary.
|
protected void |
startTransaction(Principal userPrincipal) |
protected final Session session
public AbstractLoginCommand(Session session)
public abstract void execute(CommandParser commandParser) throws java.io.IOException, Pop3Exception
Commandexecute in interface Commandjava.io.IOExceptionPop3Exceptionprotected void startTransaction(Principal userPrincipal) throws MaildropPopException, java.io.IOException
MaildropPopExceptionjava.io.IOException