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

Quick Search    Search Deep

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

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

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

Test EntityBean


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

InputEntityBeanHome

public InputEntityBeanHome()
Method Detail

ejbHomeSomething

private static final void ejbHomeSomething()
                                    throws java.rmi.RemoteException

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