com.croftsoft.apps.wyrm.server
Class WyrmServerBean

java.lang.Object
  extended by 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

Field Summary
 
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
 
Constructor Summary
WyrmServerBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 Object serve(Object requestObject)
           
 void setSessionContext(SessionContext sessionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WyrmServerBean

public WyrmServerBean()
Method Detail

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 Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)