Subversion Repositories SmartDukaan

Rev

Rev 4718 | Rev 4729 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4718 Rev 4719
Line 26... Line 26...
26
 
26
 
27
/**
27
/**
28
 * @author mandeep
28
 * @author mandeep
29
 *
29
 *
30
 */
30
 */
31
public class WarehouseServer {
31
public class WarehouseServer implements Daemon{
32
    private static Log log = LogFactory.getLog(WarehouseServer.class);
32
    private static Log log = LogFactory.getLog(WarehouseServer.class);
33
 
33
 
34
    private static WarehouseServiceHandler handler;
34
    private static WarehouseServiceHandler handler;
35
 
35
 
36
    private static Processor<Iface> processor;
36
    private static Processor<Iface> processor;