org.bsf.smartValueObject.demo
Class SVODemoServiceBean

java.lang.Object
  |
  +--SessionAdapterBean
        |
        +--org.bsf.smartValueObject.demo.SVODemoServiceBean

public class SVODemoServiceBean
extends SessionAdapterBean

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.

See Also:
Serialized Form

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

userHome

SVODemoUserHome userHome
Constructor Detail

SVODemoServiceBean

public SVODemoServiceBean()
Method Detail

createUserService

public SVODemoUser createUserService()

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
During the creation of the EJB we retrieve a ref on the local home of the SVODemoUser

Throws:
javax.ejb.CreateException