org.jboss.test.deadlock.interfaces
Interface EnterpriseEntity

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface EnterpriseEntity
extends EJBObject (src)


Method Summary
 void callAnotherBean(BeanOrder (src)  beanOrder)
           
 java.lang.String callBusinessMethodA()
           
 java.lang.String callBusinessMethodB()
           
 java.lang.String callBusinessMethodB(java.lang.String words)
           
 EnterpriseEntity (src) createEntity(java.lang.String newName)
           
 int getOtherField()
           
 void setOtherField(int value)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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