jtge.engine.security
Class LoginUpdate

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

public class LoginUpdate
extends AbstractUpdate

Implements a login update.

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

Constructor Summary
LoginUpdate(java.util.Collection users)
          Create a login update.
 
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

LoginUpdate

public LoginUpdate(java.util.Collection users)
Create a login update.

Parameters:
users - the list of users connected
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.