votorola.a.register.trust
Class CR_Undoubt
java.lang.Object
CommandResponder.Base
CR_Doubt
CR_Undoubt
- All Implemented Interfaces:
- CommandResponder
public final class CR_Undoubt
- extends CR_Doubt
Responder for the command 'undoubt' - to withdraw doubt
that was previously cast on another voter.
- See Also:
- http://zelea.com/project/votorola/a/mail/guide.xht#undoubt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CR_Undoubt
public CR_Undoubt(Register register)
- Constructs a CR_Undoubt.
respond
public Exception respond(String[] argv,
CommandResponder.Session session)
- Description copied from interface:
CommandResponder
- Responds to an invocation of the command.
- Specified by:
respond in interface CommandResponder- Overrides:
respond in class CR_Doubt
- Parameters:
argv - array of command name (index 0)
and any arguments (indeces 1..*)
- Returns:
- any soft exception, of temporary cause (which might clear up
on a retry); or null if none occured