|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.objectweb.jonas.jtests.beans.transacted.SimpleEC2
Entity bean with container managed persistence version 2.
Field Summary | |
protected javax.ejb.EntityContext |
entityContext
|
Constructor Summary | |
SimpleEC2()
|
Method Summary | |
void |
ejbActivate()
|
java.lang.String |
ejbCreate()
Create without arg transaction attribute = supports (by default in xml file) |
java.lang.String |
ejbCreate(int i)
transaction attribute = notsupported |
java.lang.String |
ejbCreateForMandatory(char i)
transaction attribute = mandatory |
java.lang.String |
ejbCreateForNever(short i)
transaction attribute = never |
java.lang.String |
ejbCreateForRequired(long i)
transaction attribute = required |
java.lang.String |
ejbCreateForRequiresNew(java.lang.String i)
transaction attribute = requiresnew |
java.lang.String |
ejbCreateForSupports(boolean intx)
transaction attribute = supports |
boolean |
ejbHomeOpwith_mandatory()
This method return true if there is an association of a transaction with this thread |
boolean |
ejbHomeOpwith_never()
This method return true if there is an association of a transaction with this thread |
boolean |
ejbHomeOpwith_notsupported()
This method return true if there is an association of a transaction with this thread |
boolean |
ejbHomeOpwith_required()
This method return true if there is an association of a transaction with this thread |
boolean |
ejbHomeOpwith_requires_new()
This method return true if there is an association of a transaction with this thread |
boolean |
ejbHomeOpwith_supports()
This method return true if there is an association of a transaction with this thread |
void |
ejbLoad()
|
void |
ejbPassivate()
|
void |
ejbPostCreate()
transaction attribute = default (= supports) |
void |
ejbPostCreate(int i)
transaction attribute = notsupported |
void |
ejbPostCreateForMandatory(char i)
transaction attribute = mandatory |
void |
ejbPostCreateForNever(short i)
transaction attribute = never |
void |
ejbPostCreateForRequired(long i)
transaction attribute = required |
void |
ejbPostCreateForRequiresNew(java.lang.String i)
transaction attribute = requiresnew |
void |
ejbPostCreateForSupports(boolean intx)
transaction attribute = supports |
void |
ejbRemove()
|
void |
ejbStore()
|
abstract java.lang.String |
getAccno()
|
abstract long |
getBalance()
|
abstract java.lang.String |
getCustomer()
|
abstract void |
setAccno(java.lang.String accno)
|
abstract void |
setBalance(long balance)
|
abstract void |
setCustomer(java.lang.String customer)
|
void |
setEntityContext(javax.ejb.EntityContext ctx)
|
void |
unsetEntityContext()
|
Field Detail |
protected javax.ejb.EntityContext entityContext
Constructor Detail |
public SimpleEC2()
Method Detail |
public abstract java.lang.String getAccno()
public abstract void setAccno(java.lang.String accno)
public abstract java.lang.String getCustomer()
public abstract void setCustomer(java.lang.String customer)
public abstract long getBalance()
public abstract void setBalance(long balance)
public java.lang.String ejbCreate() throws javax.ejb.CreateException
public java.lang.String ejbCreate(int i) throws javax.ejb.CreateException
public java.lang.String ejbCreateForRequired(long i) throws javax.ejb.CreateException
public java.lang.String ejbCreateForNever(short i) throws javax.ejb.CreateException
public java.lang.String ejbCreateForRequiresNew(java.lang.String i) throws javax.ejb.CreateException
public java.lang.String ejbCreateForMandatory(char i) throws javax.ejb.CreateException
public java.lang.String ejbCreateForSupports(boolean intx) throws javax.ejb.CreateException
public void ejbPostCreate()
public void ejbPostCreate(int i)
public void ejbPostCreateForRequired(long i)
public void ejbPostCreateForNever(short i)
public void ejbPostCreateForRequiresNew(java.lang.String i)
public void ejbPostCreateForMandatory(char i)
public void ejbPostCreateForSupports(boolean intx)
public boolean ejbHomeOpwith_notsupported()
public boolean ejbHomeOpwith_supports()
public boolean ejbHomeOpwith_required()
public boolean ejbHomeOpwith_requires_new()
public boolean ejbHomeOpwith_mandatory()
public boolean ejbHomeOpwith_never()
public void ejbRemove() throws javax.ejb.RemoveException
public void ejbPassivate()
public void ejbActivate()
public void ejbLoad()
public void ejbStore()
public void setEntityContext(javax.ejb.EntityContext ctx)
public void unsetEntityContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |