Revision 2658 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/protocols/Z3950Protocol.java

View differences:

Z3950Protocol.java
193 193
		    //create the search task
194 194
		    SearchTask st = (SearchTask) zServer.createTask(e,null);
195 195
		    
196
		  	st.evaluate(5000);
196
		  	st.evaluate(100000);
197 197
		
198
		}catch(Exception E){
198
		}catch(Exception e){
199
			System.err.println(e.toString());
199 200
			return false;
200 201
		}
201 202
		return true;

Also available in: Unified diff