java.lang.Object
com.puppycrawl.tools.checkstyle.j2ee.InputEntityBeanPostCreate
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- public class InputEntityBeanPostCreate
- extends java.lang.Object
- implements javax.ejb.EntityBean
Test EntityBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputEntityBeanPostCreate
public InputEntityBeanPostCreate()
ejbPostCreateSomething
private static final java.lang.Object ejbPostCreateSomething()
ejbFindByPrimaryKey
public java.lang.Object ejbFindByPrimaryKey(java.lang.Object aObject)
setEntityContext
public void setEntityContext(javax.ejb.EntityContext arg0)
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
setEntityContext in interface javax.ejb.EntityBean
unsetEntityContext
public void unsetEntityContext()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException,
javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbRemove in interface javax.ejb.EntityBean
ejbActivate
public void ejbActivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbActivate in interface javax.ejb.EntityBean
ejbPassivate
public void ejbPassivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbPassivate in interface javax.ejb.EntityBean
ejbLoad
public void ejbLoad()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbLoad in interface javax.ejb.EntityBean
ejbStore
public void ejbStore()
throws javax.ejb.EJBException,
java.rmi.RemoteException
- Specified by:
ejbStore in interface javax.ejb.EntityBean