org.jboss.test.web.interfaces
Interface Entity

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

public interface Entity
extends EJBObject (src)


Method Summary
 int read()
           
 void write(int value)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

read

public int read()
         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

write

public void write(int value)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException