| |
|
| java.lang.Object org.jboss.test.jca.bank.ejb.CustomerBean
CustomerBean | public class CustomerBean implements EntityBean(Code) | | Describe class CustomerBean here.
author: David Jencks version: 1.0 |
addAccount | public void addAccount(AccountLocal account)(Code) | | Describe addAccountLocal method here.
Parameters: account - an AccountLocal value |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public Integer ejbCreate(Integer id, String name) throws CreateException(Code) | | Describe ejbCreate method here.
Parameters: id - an Integer value Parameters: name - a String value a Integer value |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getAccounts | public Collection getAccounts()(Code) | | field get-set pair for field accounts
Get the value of accounts
value of accounts |
getId | public Integer getId()(Code) | | field get-set pair for field id
Get the value of id
value of id |
getName | public String getName()(Code) | | field get-set pair for field name
Get the value of name
value of name |
removeAccount | public void removeAccount(AccountLocal account)(Code) | | Describe removeAccount method here.
Parameters: acct - an AccountLocal value |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
setId | public void setId(Integer id)(Code) | | Set the value of id
Parameters: id - Value to assign to id |
setName | public void setName(String name)(Code) | | Set the value of name
Parameters: name - Value to assign to name |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|