org.jboss.test.entity.interfaces
Interface EJBLoad

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

public interface EJBLoad
extends EJBObject (src)


Method Summary
 java.lang.String getName()
           
 void noTransaction()
           
 boolean wasEJBLoadCalled()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

wasEJBLoadCalled

public boolean wasEJBLoadCalled()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

noTransaction

public void noTransaction()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException