| |
|
| java.lang.Object org.josso.samples.ejb.PartnerComponentEJB
PartnerComponentEJB | public class PartnerComponentEJB implements SessionBean(Code) | | EJB class of a Sample Partner Application EJB used for testing user
identity propagation from the web to the business tier.
author: Gianluca Brigandi version: CVS $Id: PartnerComponentEJB.java 508 2008-02-18 13:32:29Z sgonzalez $ |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext context)(Code) | | |
|
|
|