com.thoughtworks.xjb.ejb
Class HomeFactoryTest.ImplWithCustomCreateMethod

java.lang.Object
  extended bycom.thoughtworks.xjb.ejb.SessionBeanSupport
      extended bycom.thoughtworks.xjb.ejb.HomeFactoryTest.ImplWithCustomCreateMethod
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
Enclosing class:
HomeFactoryTest

public static class HomeFactoryTest.ImplWithCustomCreateMethod
extends SessionBeanSupport

See Also:
Serialized Form

Field Summary
 int height
           
 
Constructor Summary
HomeFactoryTest.ImplWithCustomCreateMethod()
           
 
Method Summary
 void ejbCreateWithHeight(int h)
           
 
Methods inherited from class com.thoughtworks.xjb.ejb.SessionBeanSupport
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

public int height
Constructor Detail

HomeFactoryTest.ImplWithCustomCreateMethod

public HomeFactoryTest.ImplWithCustomCreateMethod()
Method Detail

ejbCreateWithHeight

public void ejbCreateWithHeight(int h)