public interface ProjRepositoryHome extends EJBHome(Code)
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:javax.naming.Name See Also:javax.naming.directory.Attributes author: Scott.Stark@jboss.org version: $Revision: 57211 $