Subversion Repositories SmartDukaan

Rev

Rev 95 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
48 ashish 1
namespace java in.shop2020.config
95 ashish 2
namespace py shop2020.thriftpy.config
48 ashish 3
 
4
exception ConfigException{
5
	1:i32 errorcode
6
	2:string message
7
}
8
 
9
service Configuration{
10
	string getPropetry(1:string propertyName) throws (1:ConfigException e),
2926 rajveer 11
	void loadProperty(1:string propertyName, 2:string propertyValue),
12
	void reloadProperties()
48 ashish 13
}