com.thoughtworks.xjb.ejb
Class RemoteFactoryTest.SimpleBean

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

public static class RemoteFactoryTest.SimpleBean
extends SessionBeanSupport

See Also:
Serialized Form

Field Summary
 java.lang.Object global
           
 java.lang.Object local
           
 
Constructor Summary
RemoteFactoryTest.SimpleBean()
           
 
Method Summary
 void doSomething()
           
 
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

local

public java.lang.Object local

global

public java.lang.Object global
Constructor Detail

RemoteFactoryTest.SimpleBean

public RemoteFactoryTest.SimpleBean()
Method Detail

doSomething

public void doSomething()
                 throws java.lang.Exception
Throws:
java.lang.Exception