java.lang.Object
CachedRowSet
info.crossbar.state.CrossbarBaseBean
info.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.
|
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 |
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
ActiveUsers
public ActiveUsers()
throws java.sql.SQLException
- No argument Constructor.