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


Method Summary
 int getPersonsAge()
           
 java.lang.String getPersonsName()
           
 void setPersonsAge(int age)
           
 void setPersonsName(java.lang.String personsName)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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