org.jboss.test.security.interfaces
Interface EntityHome

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

public interface EntityHome
extends EJBHome (src)


Method Summary
 Entity (src) create(java.lang.String key)
           
 Entity (src) findByPrimaryKey(java.lang.String key)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Entity (src)  create(java.lang.String key)
              throws java.rmi.RemoteException,
                     CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)

findByPrimaryKey

public Entity (src)  findByPrimaryKey(java.lang.String key)
                        throws java.rmi.RemoteException,
                               FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)