org.jboss.test.deadlock.interfaces
Interface EnterpriseEntity
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface EnterpriseEntity
- extends EJBObject (src)
callBusinessMethodA
public java.lang.String callBusinessMethodA()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
callBusinessMethodB
public java.lang.String callBusinessMethodB()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
callBusinessMethodB
public java.lang.String callBusinessMethodB(java.lang.String words)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setOtherField
public void setOtherField(int value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getOtherField
public int getOtherField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
callAnotherBean
public void callAnotherBean(BeanOrder (src) beanOrder)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
createEntity
public EnterpriseEntity (src) createEntity(java.lang.String newName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException