Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

info.crossbar.state
Class ActiveUsers  view ActiveUsers download ActiveUsers.java

java.lang.Object
  extended byCachedRowSet
      extended byinfo.crossbar.state.CrossbarBaseBean
          extended byinfo.crossbar.state.ActiveUsers
All Implemented Interfaces:
javax.servlet.jsp.jstl.sql.Result

public class ActiveUsers
extends CrossbarBaseBean

ActiveUsers class for use by Crossbar

Version:
View source, revision history $Revision: 1.3 $ $Date: 2003/06/04 04:55:32 $

DESCRIPTION: Maintains a collection of Users who are currently logged in.


Field Summary
private  java.lang.String email
           
private static java.util.ArrayList fields
           
private static java.util.logging.Logger log
          Set up logging.
private  java.lang.String name
           
private  java.lang.String password
           
private  java.lang.String role
           
private  java.lang.String sessionID
           
protected  java.lang.String tableID
           
private  java.lang.String userID
           
 
Fields inherited from class info.crossbar.state.CrossbarBaseBean
foo
 
Constructor Summary
ActiveUsers()
          No argument Constructor.
 
Methods inherited from class info.crossbar.state.CrossbarBaseBean
add, error, getColumnNames, getFoo, getRowCount, getRows, getRowsByIndex, getRowset, init, isLimitedByMaxRows, remove, setFoo, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static java.util.logging.Logger log
Set up logging.


fields

private static java.util.ArrayList fields

tableID

protected java.lang.String tableID

userID

private java.lang.String userID

email

private java.lang.String email

password

private java.lang.String password

role

private java.lang.String role

name

private java.lang.String name

sessionID

private java.lang.String sessionID
Constructor Detail

ActiveUsers

public ActiveUsers()
            throws java.sql.SQLException
No argument Constructor.