org.openejb.webadmin.httpd
Class WebSessionBean
java.lang.Object
org.openejb.webadmin.httpd.WebSessionBean
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, Serializable, javax.ejb.SessionBean
- public class WebSessionBean
- extends Object
- implements javax.ejb.SessionBean
- Author:
- David Blevins
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSessionBean
public WebSessionBean()
ejbCreate
public void ejbCreate()
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
getId
public String getId()
getAttribute
public Object getAttribute(String name)
setAttribute
public void setAttribute(String name,
Object value)
removeAttribute
public void removeAttribute(String name)
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface javax.ejb.SessionBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface javax.ejb.SessionBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface javax.ejb.SessionBean
setSessionContext
public void setSessionContext(javax.ejb.SessionContext ctx)
- Specified by:
setSessionContext
in interface javax.ejb.SessionBean
Copyright © 1999-2007 OpenEJB. All Rights Reserved.