com.thoughtworks.xjb.ejb
Class HomeFactoryTest.MultipleCreateImpl

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

public static class HomeFactoryTest.MultipleCreateImpl
extends SessionBeanSupport

See Also:
Serialized Form

Field Summary
 boolean ejbCreateWasCalled
           
 
Constructor Summary
HomeFactoryTest.MultipleCreateImpl()
           
 
Method Summary
 void ejbCreate()
          Not part of the interface but useful
 void ejbCreate(java.lang.String s)
           
 
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
 

Field Detail

ejbCreateWasCalled

public boolean ejbCreateWasCalled
Constructor Detail

HomeFactoryTest.MultipleCreateImpl

public HomeFactoryTest.MultipleCreateImpl()
Method Detail

ejbCreate

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

Overrides:
ejbCreate in class SessionBeanSupport

ejbCreate

public void ejbCreate(java.lang.String s)