Package mireka.pop.command
Class ApopCommand
- Object
-
- mireka.pop.command.AbstractLoginCommand
-
- mireka.pop.command.ApopCommand
-
- All Implemented Interfaces:
Command
public class ApopCommand extends AbstractLoginCommand
-
-
Field Summary
-
Fields inherited from class mireka.pop.command.AbstractLoginCommand
session
-
-
Constructor Summary
Constructors Constructor Description ApopCommand(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(CommandParser commandParser)Executes the command, after parsing arguments if necessary.StringgenerateTimeStamp()-
Methods inherited from class mireka.pop.command.AbstractLoginCommand
startTransaction
-
-
-
-
Constructor Detail
-
ApopCommand
public ApopCommand(Session session)
-
-
Method Detail
-
generateTimeStamp
public String generateTimeStamp()
-
execute
public void execute(CommandParser commandParser) throws java.io.IOException, Pop3Exception
Description copied from interface:CommandExecutes the command, after parsing arguments if necessary.- Specified by:
executein interfaceCommand- Specified by:
executein classAbstractLoginCommand- Throws:
java.io.IOExceptionPop3Exception
-
-