Subversion Repositories SmartDukaan

Rev

Rev 4496 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3374 rajveer 1
namespace java in.shop2020.generic
2
namespace py shop2020.thriftpy.generic
3
 
4
service GenericService{
5
	/**
6
	* For checking weather service is active alive or not. It also checks connectivity with database
7
	*/
8
	bool isAlive(),
9
 
10
	/**
11
	* For closing the open session in sqlalchemy
12
	*/
13
	void closeSession()
14
}