com.thoughtworks.xjb.config.ejbjar
Class EjbJarParserTest.SecondCircularBean

java.lang.Object
  extended bycom.thoughtworks.xjb.ejb.SessionBeanSupport
      extended bycom.thoughtworks.xjb.config.ejbjar.EjbJarParserTest.SimpleBean
          extended bycom.thoughtworks.xjb.config.ejbjar.EjbJarParserTest.SecondCircularBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
Enclosing class:
EjbJarParserTest

public static class EjbJarParserTest.SecondCircularBean
extends EjbJarParserTest.SimpleBean

See Also:
Serialized Form

Constructor Summary
EjbJarParserTest.SecondCircularBean()
           
 
Method Summary
 java.lang.String getSomething()
           
 
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
 

Constructor Detail

EjbJarParserTest.SecondCircularBean

public EjbJarParserTest.SecondCircularBean()
Method Detail

getSomething

public java.lang.String getSomething()
                              throws java.lang.Exception
Overrides:
getSomething in class EjbJarParserTest.SimpleBean
Throws:
java.lang.Exception