org.jboss.test.cts.interfaces
Interface CtsCmp
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface CtsCmp
- extends EJBObject (src)
A simple cmp2 entity bean remote interface
setPersonsName
public void setPersonsName(java.lang.String personsName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPersonsName
public java.lang.String getPersonsName()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setPersonsAge
public void setPersonsAge(int age)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPersonsAge
public int getPersonsAge()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException