org.slamb.mb
Class LoginAction

java.lang.Object
  |
  +--Action
        |
        +--org.slamb.mb.DatabaseAction
              |
              +--org.slamb.mb.LoginAction

public class LoginAction
extends DatabaseAction

Version:
$Rev$ $Date$
Author:
Scott Lamb <slamb@slamb.org>
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.slamb.mb.DatabaseAction
library
 
Constructor Summary
LoginAction()
           
 
Methods inherited from class org.slamb.mb.DatabaseAction
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginAction

public LoginAction()