org.jboss.test.cts.ejb
Class BmpCallbackBean

java.lang.Object
  extended byorg.jboss.test.cts.ejb.BmpCallbackBean
All Implemented Interfaces:
EnterpriseBean (src) , EntityBean (src) , java.io.Serializable

public class BmpCallbackBean
extends java.lang.Object
implements EntityBean (src)

See Also:
Serialized Form

Constructor Summary
BmpCallbackBean()
           
 
Method Summary
 void ejbActivate()
          Method ejbActivate
 AccountPK (src) ejbCreate(AccountPK (src)  pk, java.lang.String personsName)
          Method ejbCreate
 AccountPK (src) ejbFindByPrimaryKey(AccountPK (src)  pk)
          Method ejbFindByPrimaryKey
 void ejbLoad()
          Method ejbLoad
 void ejbPassivate()
          Method ejbPassivate
 void ejbPostCreate(AccountPK (src)  pk, java.lang.String personsName)
          Method ejbPostCreate
 void ejbRemove()
          Method ejbRemove
 void ejbStore()
          Method ejbStore
 void setEntityContext(EntityContext (src)  ctx)
          Method setEntityContext
 void unsetEntityContext()
          Method unsetEntityContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BmpCallbackBean

public BmpCallbackBean()
Method Detail

ejbCreate

public AccountPK (src)  ejbCreate(AccountPK (src)  pk,
                           java.lang.String personsName)
                    throws CreateException (src) ,
                           DuplicateKeyException (src) ,
                           EJBException (src) ,
                           java.rmi.RemoteException
Method ejbCreate

Parameters:
pk -
personsName -
Returns:
Throws:
CreateException (src)
DuplicateKeyException (src)
EJBException (src)
java.rmi.RemoteException

ejbFindByPrimaryKey

public AccountPK (src)  ejbFindByPrimaryKey(AccountPK (src)  pk)
                              throws FinderException (src) ,
                                     EJBException (src) ,
                                     java.rmi.RemoteException
Method ejbFindByPrimaryKey

Parameters:
pk -
Returns:
Throws:
EJBException (src)
FinderException (src)
java.rmi.RemoteException

ejbPostCreate

public void ejbPostCreate(AccountPK (src)  pk,
                          java.lang.String personsName)
                   throws CreateException (src) ,
                          DuplicateKeyException (src) ,
                          EJBException (src) ,
                          java.rmi.RemoteException
Method ejbPostCreate

Parameters:
pk -
personsName -
Throws:
CreateException (src)
DuplicateKeyException (src)
EJBException (src)
java.rmi.RemoteException

ejbLoad

public void ejbLoad()
             throws EJBException (src) ,
                    java.rmi.RemoteException
Method ejbLoad

Specified by:
ejbLoad in interface EntityBean (src)
Throws:
EJBException (src)
java.rmi.RemoteException

ejbStore

public void ejbStore()
              throws EJBException (src) ,
                     java.rmi.RemoteException
Method ejbStore

Specified by:
ejbStore in interface EntityBean (src)
Throws:
EJBException (src)
java.rmi.RemoteException

ejbRemove

public void ejbRemove()
               throws EJBException (src) ,
                      java.rmi.RemoteException
Method ejbRemove

Specified by:
ejbRemove in interface EntityBean (src)
Throws:
EJBException (src)
java.rmi.RemoteException

ejbActivate

public void ejbActivate()
                 throws EJBException (src) ,
                        java.rmi.RemoteException
Method ejbActivate

Specified by:
ejbActivate in interface EntityBean (src)
Throws:
EJBException (src)
java.rmi.RemoteException

ejbPassivate

public void ejbPassivate()
                  throws EJBException (src) ,
                         java.rmi.RemoteException
Method ejbPassivate

Specified by:
ejbPassivate in interface EntityBean (src)
Throws:
EJBException (src)
java.rmi.RemoteException

setEntityContext

public void setEntityContext(EntityContext (src)  ctx)
                      throws EJBException (src) ,
                             java.rmi.RemoteException
Method setEntityContext

Specified by:
setEntityContext in interface EntityBean (src)
Parameters:
ctx -
Throws:
EJBException (src)
java.rmi.RemoteException

unsetEntityContext

public void unsetEntityContext()
                        throws EJBException (src) ,
                               java.rmi.RemoteException
Method unsetEntityContext

Specified by:
unsetEntityContext in interface EntityBean (src)
Throws:
EJBException (src)
java.rmi.RemoteException