|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.test.entity.cmp.EncCmp2Bean
public abstract class EncCmp2Bean
Field Summary | |
---|---|
javax.ejb.EntityContext |
ejbContext
|
Constructor Summary | |
---|---|
EncCmp2Bean()
|
Method Summary | |
---|---|
void |
ejbActivate()
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific EJB object. |
java.lang.Integer |
ejbCreate(java.lang.String name)
Maps to EncCmpHome.create |
void |
ejbLoad()
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database. |
void |
ejbPassivate()
A container invokes this method on an instance before the instance becomes disassociated with a specific EJB object. |
void |
ejbPostCreate(java.lang.String name)
|
void |
ejbRemove()
A container invokes this method before it removes the EJB object that is currently associated with the instance. |
void |
ejbStore()
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database. |
abstract java.lang.String |
getFirstName()
|
abstract java.lang.Integer |
getId()
|
abstract java.lang.String |
getLastName()
|
void |
lookupBooleanEntry()
|
void |
lookupByteEntry()
|
void |
lookupCharacterEntry()
|
void |
lookupDoubleEntry()
|
void |
lookupEntityBean()
|
void |
lookupFloatEntry()
|
void |
lookupIntegerEntry()
|
void |
lookupJMSConnectionFactory()
|
void |
lookupLongEntry()
|
void |
lookupPersistenceContext()
|
void |
lookupPersistenceUnit()
|
void |
lookupResource()
|
void |
lookupShortEntry()
|
void |
lookupStatefulBean()
|
void |
lookupStatefulBusinessLocal()
|
void |
lookupStatefulBusinessRemote()
|
void |
lookupStatelessBean()
|
void |
lookupStatelessBusinessLocal()
|
void |
lookupStatelessBusinessRemote()
|
void |
lookupStringEntry()
|
void |
setEntityContext(javax.ejb.EntityContext ctx)
Set the associated entity context. |
abstract void |
setFirstName(java.lang.String firstName)
|
abstract void |
setId(java.lang.Integer primaryKey)
|
abstract void |
setLastName(java.lang.String lastName)
|
void |
unsetEntityContext()
Unset the associated entity context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public javax.ejb.EntityContext ejbContext
Constructor Detail |
---|
public EncCmp2Bean()
Method Detail |
---|
public abstract java.lang.Integer getId()
public abstract void setId(java.lang.Integer primaryKey)
public abstract java.lang.String getFirstName()
public abstract void setFirstName(java.lang.String firstName)
public abstract java.lang.String getLastName()
public abstract void setLastName(java.lang.String lastName)
public java.lang.Integer ejbCreate(java.lang.String name) throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbPostCreate(java.lang.String name)
public void lookupEntityBean() throws TestFailureException
TestFailureException
public void lookupStatefulBean() throws TestFailureException
TestFailureException
public void lookupStatelessBean() throws TestFailureException
TestFailureException
public void lookupStatelessBusinessLocal() throws TestFailureException
TestFailureException
public void lookupStatelessBusinessRemote() throws TestFailureException
TestFailureException
public void lookupStatefulBusinessLocal() throws TestFailureException
TestFailureException
public void lookupStatefulBusinessRemote() throws TestFailureException
TestFailureException
public void lookupStringEntry() throws TestFailureException
TestFailureException
public void lookupDoubleEntry() throws TestFailureException
TestFailureException
public void lookupLongEntry() throws TestFailureException
TestFailureException
public void lookupFloatEntry() throws TestFailureException
TestFailureException
public void lookupIntegerEntry() throws TestFailureException
TestFailureException
public void lookupShortEntry() throws TestFailureException
TestFailureException
public void lookupBooleanEntry() throws TestFailureException
TestFailureException
public void lookupByteEntry() throws TestFailureException
TestFailureException
public void lookupCharacterEntry() throws TestFailureException
TestFailureException
public void lookupResource() throws TestFailureException
TestFailureException
public void lookupJMSConnectionFactory() throws TestFailureException
TestFailureException
public void lookupPersistenceUnit() throws TestFailureException
TestFailureException
public void lookupPersistenceContext() throws TestFailureException
TestFailureException
public void ejbLoad()
ejbLoad
in interface javax.ejb.EntityBean
public void setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext
in interface javax.ejb.EntityBean
public void unsetEntityContext()
unsetEntityContext
in interface javax.ejb.EntityBean
public void ejbStore()
ejbStore
in interface javax.ejb.EntityBean
public void ejbRemove()
ejbRemove
in interface javax.ejb.EntityBean
public void ejbActivate()
ejbActivate
in interface javax.ejb.EntityBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.EntityBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |