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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.puppycrawl.tools.checkstyle.j2ee.InputEntityBeanCreate
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public class InputEntityBeanCreate
extends java.lang.Object
implements javax.ejb.EntityBean

Test EntityBean


Constructor Summary
InputEntityBeanCreate()
           
 
Method Summary
 void ejbActivate()
           
private static void ejbCreateSomething()
           
 java.lang.Object ejbFindByPrimaryKey(java.lang.Object aObject)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreateSomething(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

InputEntityBeanCreate

public InputEntityBeanCreate()
Method Detail

ejbCreateSomething

private static final void ejbCreateSomething()

ejbFindByPrimaryKey

public java.lang.Object ejbFindByPrimaryKey(java.lang.Object aObject)

ejbPostCreateSomething

public void ejbPostCreateSomething(int i)

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