de.kosi.db
Class UserList

java.lang.Object
  |
  +--de.kosi.db.UserList

public class UserList
extends java.lang.Object

This class prints out a list of users currently in the kosi database.

ChangeLog:

 $Log: UserList.java,v $
 Revision 1.3  2001/06/04 14:21:10  jiriki
 Made source more comliant to coding guidelines.

 Revision 1.2  2001/05/04 21:41:58  jiriki
 Removed bug 421315.

 Revision 1.1.1.1  2001/04/29 18:05:16  jiriki
 Imported sources from zola.

 Revision 1.7  2001/04/17 16:49:43  wombat
 Restructured build file.

 Revision 1.6  2001/03/19 21:50:49  wombat
 - Worked on admin client.
 - improved shutdown sequence
 - removed bugs in login/logout sequence

 Revision 1.5  2001/03/18 17:32:03  wombat
 Changed database concept

 Revision 1.4  2001/03/15 22:41:28  wombat
 - Worked on server admin client mockup
 - fixed smaller bugs
 - removed User.getPassword() method (use checkPassword instead)

 Revision 1.3  2001/03/09 11:15:03  wombat
 Updated documentation.

 

Version:
$Revision: 1.3 $ ($Date: 2001/06/04 14:21:10 $)
Author:
Jan-Ole Janssen, Niklas Mehner, Time Sticher

Constructor Summary
UserList()
          Not used.
 
Method Summary
static java.lang.String fillString(java.lang.String text, int length)
          Fills up a string with spaces.
static void main(java.lang.String[] args)
          Executes the userlist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserList

public UserList()
Not used.
Method Detail

fillString

public static java.lang.String fillString(java.lang.String text,
                                          int length)
Fills up a string with spaces.
Parameters:
text - String to fill.
length - Length the String should have.
Returns:
A String containing leftaligned text of length length.

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Executes the userlist.
Parameters:
args - No commandline arguments are expected.
Throws:
java.lang.Exception - if tghe operation fails.