org.objectweb.jonas.jtests.beans.secured
Class DerivedSF

org.objectweb.jonas.jtests.beans.secured.DerivedSF

public class DerivedSF


Field Summary
protected  javax.ejb.SessionContext ejbContext
           
 
Constructor Summary
DerivedSF()
           
 
Method Summary
 void anotherMethod()
           
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 javax.ejb.EJBContext getEJBContext()
           
 void otherMethod()
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           
 

Field Detail

ejbContext

protected javax.ejb.SessionContext ejbContext
Constructor Detail

DerivedSF

public DerivedSF()
Method Detail

getEJBContext

public javax.ejb.EJBContext getEJBContext()

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)

ejbRemove

public void ejbRemove()

ejbCreate

public void ejbCreate()

ejbPassivate

public void ejbPassivate()

ejbActivate

public void ejbActivate()

otherMethod

public void otherMethod()

anotherMethod

public void anotherMethod()