org.jboss.test.lock.interfaces
Interface EnterpriseEntity

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

public interface EnterpriseEntity
extends EJBObject (src)


Method Summary
 java.lang.String getField()
           
 void setAndCopyField(java.lang.String value)
           
 void setField(java.lang.String value)
           
 void setNextEntity(java.lang.String nextBeanName)
           
 void sleep(long time)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

setField

public void setField(java.lang.String value)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setNextEntity

public void setNextEntity(java.lang.String nextBeanName)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setAndCopyField

public void setAndCopyField(java.lang.String value)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getField

public java.lang.String getField()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sleep

public void sleep(long time)
           throws java.lang.InterruptedException,
                  java.rmi.RemoteException
Throws:
java.lang.InterruptedException
java.rmi.RemoteException