|
||||||||||
| PREV CLASS (src) 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.SessionSupport (src)
org.jboss.test.bank.ejb.BankBean
| Field Summary |
| Fields inherited from class org.jboss.test.util.ejb.SessionSupport (src) |
log, sessionCtx |
| Constructor Summary | |
BankBean()
|
|
| Method Summary | |
java.lang.String |
createAccountId(Customer (src) customer)
|
java.lang.String |
createCustomerId()
|
java.lang.String |
getId()
|
void |
setSessionContext(SessionContext (src) context)
Set the associated session context. |
| Methods inherited from class org.jboss.test.util.ejb.SessionSupport (src) |
ejbActivate, ejbCreate, ejbPassivate, ejbRemove |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BankBean()
| Method Detail |
public java.lang.String getId()
public java.lang.String createAccountId(Customer (src) customer)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.lang.String createCustomerId()
public void setSessionContext(SessionContext (src) context)
SessionBean (src) Set the associated session context. The container calls this method after the instance creation.
The enterprise Bean instance should store the reference to the context object in an instance variable.
This method is called with no transaction context.
setSessionContext in interface SessionBean (src) setSessionContext in class SessionSupport (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||