| java.lang.Object hero.session.InsertAuthRoleUserBean
InsertAuthRoleUserBean | public class InsertAuthRoleUserBean implements SessionBean(Code) | | Encapsulates the retrival of DB data
author: Andreas Schaefer version: $Revision: 1.5 $ |
ejbActivate | public void ejbActivate() throws EJBException(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | Create the Session Bean
throws: CreateException - |
ejbPassivate | public void ejbPassivate() throws EJBException(Code) | | |
ejbRemove | public void ejbRemove() throws EJBException(Code) | | |
initialize | public void initialize(String User, String AuthRole)(Code) | | Makes inserts in AuthRole_User table
throws: RemoteException - |
initializeAuthRole | public void initializeAuthRole(String name, String rolegroup)(Code) | | Makes inserts in User table
throws: RemoteException - |
initializeUser | public void initializeUser(String name, String password, String email)(Code) | | Makes inserts in User table
throws: RemoteException - |
setSessionContext | public void setSessionContext(SessionContext aContext) throws EJBException(Code) | | |
|
|