org.jboss.test.security.interfaces
Interface ProjRepositoryHome

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

public interface ProjRepositoryHome
extends EJBHome (src)

A stateful session bean for accessing a hypothetical project information repository. The information repository is similary to a JNDI store in that items are accessed via a Name and the information is represented as Attributes. It is used to test non-declarative security.

See Also:
Name, Attributes

Method Summary
 ProjRepository (src) create(javax.naming.Name projectName)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ProjRepository (src)  create(javax.naming.Name projectName)
                      throws CreateException (src) ,
                             java.rmi.RemoteException
Throws:
CreateException (src)
java.rmi.RemoteException