| |
|
| java.lang.Object org.jboss.test.security.ejb.EntityBeanImpl
EntityBeanImpl | public class EntityBeanImpl implements EntityBean(Code) | | A BMP entity bean that creates beans on the fly with
a key equal to that passed to findByPrimaryKey. Obviously
not a real entity bean. It is used to test Principal propagation
using the echo method.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
Field Summary | |
org.apache.log4j.Category | log |
log | org.apache.log4j.Category log(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext context)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|