org.jboss.test.lock.interfaces
Interface EnterpriseEntity
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface EnterpriseEntity
- extends EJBObject (src)
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