Class ReadGroupQuestCommand
java.lang.Object
marauroa.server.db.command.AbstractDBCommand
games.stendhal.server.core.engine.dbcommand.ReadGroupQuestCommand
- All Implemented Interfaces:
DBCommand
Reads the status of a group quest
- Author:
- hendrik
-
Constructor Summary
ConstructorDescriptionReadGroupQuestCommand(String questname)
creates a new ReadGroupQuestCommand -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute(DBTransaction transaction)
processes the database request.gets the best characters.toString()
returns a string suitable for debug output of this DBCommand.Methods inherited from class marauroa.server.db.command.AbstractDBCommand
getEnqueueTime, getException, setEnqueueTime, setException
-
Constructor Details
-
ReadGroupQuestCommand
creates a new ReadGroupQuestCommand- Parameters:
questname
-
-
-
Method Details
-
execute
Description copied from class:AbstractDBCommand
processes the database request.- Specified by:
execute
in interfaceDBCommand
- Specified by:
execute
in classAbstractDBCommand
- Parameters:
transaction
- DBTransaction- Throws:
SQLException
- in case of an database error
-
getProgress
gets the best characters.- Returns:
- list of character names
-
toString
returns a string suitable for debug output of this DBCommand.
-