|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SessionAdapterBean | +--org.bsf.smartValueObject.demo.SVODemoServiceBean
This EJB is used as the server service for the SVO demo. Its main goal is to create the stateful bean that the client will use.
Field Summary | |
(package private) SVODemoUserHome |
userHome
|
Constructor Summary | |
SVODemoServiceBean()
|
Method Summary | |
SVODemoUser |
createUserService()
|
void |
ejbCreate()
During the creation of the EJB we retrieve a ref on the local home of the SVODemoUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
SVODemoUserHome userHome
Constructor Detail |
public SVODemoServiceBean()
Method Detail |
public SVODemoUser createUserService()
public void ejbCreate() throws javax.ejb.CreateException
javax.ejb.CreateException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |