com.thoughtworks.xjb.ejb
Class HomeFactoryTest.FailingEjbCreateBean

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

public static class HomeFactoryTest.FailingEjbCreateBean
extends SessionBeanSupport

See Also:
Serialized Form

Constructor Summary
HomeFactoryTest.FailingEjbCreateBean()
           
 
Method Summary
 void ejbCreate()
          Not part of the interface but useful
 
Methods inherited from class com.thoughtworks.xjb.ejb.SessionBeanSupport
ejbActivate, ejbPassivate, ejbRemove, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeFactoryTest.FailingEjbCreateBean

public HomeFactoryTest.FailingEjbCreateBean()
Method Detail

ejbCreate

public void ejbCreate()
Description copied from class: SessionBeanSupport
Not part of the interface but useful

Overrides:
ejbCreate in class SessionBeanSupport