java.lang.Object
com.puppycrawl.tools.checkstyle.j2ee.InputEntityBeanMatchEjbCreate
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- public class InputEntityBeanMatchEjbCreate
- 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 |
InputEntityBeanMatchEjbCreate
public InputEntityBeanMatchEjbCreate()
ejbCreate
public InputEntityBeanMatchEjbCreate ejbCreate()
ejbCreate
public InputEntityBeanMatchEjbCreate ejbCreate(int i)
ejbPostCreate
public void ejbPostCreate(long i)
ejbCreateThing
public InputEntityBeanMatchEjbCreate ejbCreateThing(int i)
ejbPostCreatething
public void ejbPostCreatething(int i)
ejbCreateInteger
public InputEntityBeanMatchEjbCreate ejbCreateInteger(java.lang.Integer i)
ejbPostCreateInteger
public void ejbPostCreateInteger(java.lang.Integer i)
ejbCreateInteger
public InputEntityBeanMatchEjbCreate ejbCreateInteger(java.lang.Integer i,
long x)
ejbPostCreateInteger
public void ejbPostCreateInteger(java.lang.Integer i,
double x)
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