com.croftsoft.apps.wyrm.server
Class WyrmServerBean
java.lang.Object
com.croftsoft.apps.wyrm.server.WyrmServerBean
- All Implemented Interfaces:
- WyrmConstants, Serializable, EnterpriseBean, SessionBean
public class WyrmServerBean
- extends Object
- implements SessionBean, WyrmConstants
Wyrm server stateless session EJB.
- Since:
- 2002-10-17
- Version:
- 2002-11-04
- See Also:
- Serialized Form
- Author:
- David Wallace Croft
Fields inherited from interface com.croftsoft.apps.wyrm.WyrmConstants |
TYPE_ACCOUNT, TYPE_CREATE_USER, TYPE_DESTROY_USER, TYPE_DUNGEON, TYPE_FIGHT, TYPE_FLEE, TYPE_HEAL, TYPE_HEALER, TYPE_LOGIN, TYPE_LOGOUT, TYPE_STATE, TYPE_TOWN |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WyrmServerBean
public WyrmServerBean()
serve
public Object serve(Object requestObject)
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface SessionBean
ejbCreate
public void ejbCreate()
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface SessionBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface SessionBean
setSessionContext
public void setSessionContext(SessionContext sessionContext)
- Specified by:
setSessionContext
in interface SessionBean
CroftSoft Apps Javadoc (2008-09-28 21:15:07)