KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > discRack > spec > PersonGenerator


1 /*
2  * discRack
3  *
4  * Enhydra super-servlet specification object
5  *
6  */

7
8 package discRack.spec;
9
10
11 public interface PersonGenerator {
12     
13 public Person findPerson(String JavaDoc username)throws DiscRackException;
14
15
16 }
17
Popular Tags