com.thoughtworks.xjb.ejb
Interface RemoteFactoryTest.AnotherRemoteInterface

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote, RemoteFactoryTest.Simple
Enclosing interface:
RemoteFactoryTest

public static interface RemoteFactoryTest.AnotherRemoteInterface
extends RemoteFactoryTest.Simple


Method Summary
 void doSomething()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

doSomething

public void doSomething()
                 throws java.lang.Exception
Specified by:
doSomething in interface RemoteFactoryTest.Simple
Throws:
java.lang.Exception