1 package KGIRiaTest;
2
3
4 /**
5 * KGIRiaTest/RiaServerOperations.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.1"
7 * from metadata/ria.idl
8 * Tuesday, October 5, 2004 7:08:52 PM CDT
9 */
10
11 public interface RiaServerOperations
12 {
13 KGIRiaTest.UserVO getUser (String login);
14 KGIRiaTest.UserVO[] listUsers ();
15 } // interface RiaServerOperations
16