|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthero.session.UserServiceBean
Constructor Summary | |
UserServiceBean()
|
Method Summary | |
void |
ejbActivate()
Internal Enterprise Java Beans method. |
void |
ejbCreate()
Create the User Session Bean. |
void |
ejbPassivate()
Internal Enterprise Java Beans method. |
void |
ejbRemove()
Internal Enterprise Java Beans method. |
hero.interfaces.BnUserLocal |
findUser(java.lang.String name)
|
hero.interfaces.BnUserLocal |
findUserLocal(java.lang.String name)
|
java.util.Collection |
findUsers()
|
java.util.Map |
getUserInfos(java.lang.String name)
|
void |
setSessionContext(javax.ejb.SessionContext context)
Internal Enterprise Java Beans method. |
void |
unsetSessionContext()
Internal Enterprise Java Beans method. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserServiceBean()
Method Detail |
public void ejbCreate() throws javax.ejb.CreateException
javax.ejb.CreateException
public hero.interfaces.BnUserLocal findUserLocal(java.lang.String name) throws hero.util.HeroException
name
-
hero.util.HeroException
public hero.interfaces.BnUserLocal findUser(java.lang.String name) throws hero.util.HeroException
name
-
hero.util.HeroException
public java.util.Collection findUsers() throws hero.util.HeroException
hero.util.HeroException
public java.util.Map getUserInfos(java.lang.String name) throws hero.util.HeroException
name
-
hero.util.HeroException
public void setSessionContext(javax.ejb.SessionContext context) throws java.rmi.RemoteException
setSessionContext
in interface javax.ejb.SessionBean
java.rmi.RemoteException
public void unsetSessionContext() throws java.rmi.RemoteException
java.rmi.RemoteException
public void ejbRemove() throws java.rmi.RemoteException
ejbRemove
in interface javax.ejb.SessionBean
java.rmi.RemoteException
public void ejbActivate() throws java.rmi.RemoteException
ejbActivate
in interface javax.ejb.SessionBean
java.rmi.RemoteException
public void ejbPassivate() throws java.rmi.RemoteException
ejbPassivate
in interface javax.ejb.SessionBean
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |