package ClientApp;
public interface ClientQuery
    extends org.omg.CORBA.Object {
    void search(String a) ;
    String getName() ;
    String getAge() ;
    String getOcc() ;
    void open() ;
    void close() ;
}