Project

General

Profile

« Previous | Next » 

Revision 41820

View differences:

ResultSetRegistry.java
29 29
	 * @throws ResultSetException
30 30
	 */
31 31
	<T> ResultSetListener<T> getResultSetById(String rsId) throws ResultSetException;
32

  
33
	/**
34
	 *
35
	 * @param id
36
	 * @return
37
	 */
38
	boolean contains(String id);
32 39
}

Also available in: Unified diff