Problem:
What are the methods ejbCreate ejbRemove ejbActivate ejbPassivate and setSessionContext used for?
Resolution:
These are the defined methods for a session bean as described by the EJB specification, which you can get from http://java.sun.com.
Old KB# 3851