|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.pchauvet.struttlogin.SecureUserEJBConnectionBean
Access the SecureUser table using an EJB connection.
| Constructor Summary | |
SecureUserEJBConnectionBean()
The constructor. |
|
| Method Summary | |
void |
closeJNDIConnection()
Close the JNDI connection. 1. |
boolean |
getJNDIConnection()
Test if the JNDI connection exist for the home interface |
com.pchauvet.struttlogin.SecureUserBean |
getUser()
Get the SecureUserBean |
com.pchauvet.struttlogin.SecureUserBean |
getUser(java.lang.String m_userid)
Get a user record using the EJB. |
void |
setJNDIConnection()
Set the JNDI connection for the SecureUser table. |
void |
setUser(com.pchauvet.struttlogin.SecureUserBean m_secureuserbean)
Set the SecureUserBean |
com.pchauvet.struttlogin.SecureUserBean |
setUser(java.lang.String m_userid,
java.lang.String m_password)
Create a new login user in the SecureUser table. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SecureUserEJBConnectionBean()
| Method Detail |
public void setJNDIConnection()
public boolean getJNDIConnection()
public com.pchauvet.struttlogin.SecureUserBean getUser(java.lang.String m_userid)
m_userid - - The user's Login ID.
public com.pchauvet.struttlogin.SecureUserBean setUser(java.lang.String m_userid,
java.lang.String m_password)
m_userid - - The user's Login ID.m_password - - The user Passwordpublic void closeJNDIConnection()
public void setUser(com.pchauvet.struttlogin.SecureUserBean m_secureuserbean)
public com.pchauvet.struttlogin.SecureUserBean getUser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||