jtge.engine.security
Class LogoutResult

java.lang.Object
  extended byjtge.engine.command.AbstractCommand
      extended byjtge.engine.command.AbstractResult
          extended byjtge.engine.security.LogoutResult
All Implemented Interfaces:
ICommand, java.io.Serializable

public class LogoutResult
extends AbstractResult

Implements a logout result.

Version:
$Revision: 1.2 $ $Date: 2005/09/10 14:05:52 $
Author:
Mathieu Champlon
See Also:
Serialized Form

Constructor Summary
LogoutResult(IUser user)
          Create a logout result.
 
Method Summary
 void execute(IContext context)
          Execute the command.
 
Methods inherited from class jtge.engine.command.AbstractCommand
filter, sort, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutResult

public LogoutResult(IUser user)
Create a logout result.

Parameters:
user - the user logging out
Method Detail

execute

public final void execute(IContext context)
Execute the command.

Parameters:
context - the context in which to execute the command


Copyright © 2003-2005 . All Rights Reserved.