org.jboss.test.readahead.interfaces
Interface CMPFindTestEntityRemote
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface CMPFindTestEntityRemote
- extends EJBObject (src)
REmote interface for one of the entities used in read-ahead finder tests.
getSerialNumber
public java.lang.String getSerialNumber()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setSerialNumber
public void setSerialNumber(java.lang.String newSerialNumber)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRank
public java.lang.String getRank()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setRank
public void setRank(java.lang.String newRank)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getName
public java.lang.String getName()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setName
public void setName(java.lang.String newName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getKey
public java.lang.String getKey()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException