org.jboss.test.entity.interfaces
Interface EntitySession

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

public interface EntitySession
extends EJBObject (src)

Session facade for entity testing.


Method Summary
 void createPathological(java.lang.String name, boolean pathological)
           
 void findPathological(java.lang.String name, boolean pathological)
           
 void getPathological(java.lang.String name, boolean pathological)
           
 void removeHomePathological(java.lang.String name, boolean pathological)
           
 void removePathological(java.lang.String name, boolean pathological)
           
 void setPathological(java.lang.String name, boolean pathological)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createPathological

public void createPathological(java.lang.String name,
                               boolean pathological)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeHomePathological

public void removeHomePathological(java.lang.String name,
                                   boolean pathological)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removePathological

public void removePathological(java.lang.String name,
                               boolean pathological)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

findPathological

public void findPathological(java.lang.String name,
                             boolean pathological)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPathological

public void getPathological(java.lang.String name,
                            boolean pathological)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setPathological

public void setPathological(java.lang.String name,
                            boolean pathological)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException