101102103104105106107108109
lst.add(getInvokerBean(rs)); } rs.close(); stmt.close(); } catch (Exception ex) { throw new SandeshaStorageException(ex); } return lst; }