Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.j2ee
Class InputEntityBeanMatchEjbCreate  view InputEntityBeanMatchEjbCreate download InputEntityBeanMatchEjbCreate.java

java.lang.Object
  extended bycom.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


Constructor Summary
InputEntityBeanMatchEjbCreate()
           
 
Method Summary
 void ejbActivate()
           
 InputEntityBeanMatchEjbCreate ejbCreate()
           
 InputEntityBeanMatchEjbCreate ejbCreate(int i)
           
 InputEntityBeanMatchEjbCreate ejbCreateInteger(java.lang.Integer i)
           
 InputEntityBeanMatchEjbCreate ejbCreateInteger(java.lang.Integer i, long x)
           
 InputEntityBeanMatchEjbCreate ejbCreateThing(int i)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(long i)
           
 void ejbPostCreateInteger(java.lang.Integer i)
           
 void ejbPostCreateInteger(java.lang.Integer i, double x)
           
 void ejbPostCreatething(int i)
           
 void ejbRemove()
           
 void ejbStore()
           
 void setEntityContext(javax.ejb.EntityContext arg0)
           
 void unsetEntityContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputEntityBeanMatchEjbCreate

public InputEntityBeanMatchEjbCreate()
Method Detail

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