|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.test.util.ejb.EnterpriseSupport (src)
org.jboss.test.util.ejb.EntitySupport (src)
org.jboss.test.bankiiop.ejb.AccountBean
| Field Summary |
| Fields inherited from class org.jboss.test.util.ejb.EntitySupport (src) |
entityCtx |
| Constructor Summary | |
AccountBean()
|
|
| Method Summary | |
void |
deposit(float amount)
|
abstract float |
getBalance()
|
abstract void |
setBalance(float balance)
|
void |
withdraw(float amount)
|
| Methods inherited from class org.jboss.test.util.ejb.EntitySupport (src) |
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AccountBean()
| Method Detail |
public void deposit(float amount)
public void withdraw(float amount)
public abstract float getBalance()
public abstract void setBalance(float balance)
|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||