Project

General

Profile

« Previous | Next » 

Revision 41779

added rmi

View differences:

IndexService.java
21 21
	 * @throws IndexServiceException
22 22
	 */
23 23
	@WebMethod(operationName = "getListOfIndices", action = "getListOfIndices")
24
	public List<String> getListOfIndices() throws IndexServiceException;
24
	List<String> getListOfIndices() throws IndexServiceException;
25 25
}

Also available in: Unified diff