Subversion Repositories SmartDukaan

Rev

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

Rev 3339 Rev 3375
Line 244... Line 244...
244
 
244
 
245
    public void updateLastEmailProcessedTimestamp(long timestamp)
245
    public void updateLastEmailProcessedTimestamp(long timestamp)
246
            throws TException {
246
            throws TException {
247
        agentHandler.updateLastEmailProcessedTimestamp(new Date(timestamp));
247
        agentHandler.updateLastEmailProcessedTimestamp(new Date(timestamp));
248
    }
248
    }
-
 
249
 
-
 
250
	public boolean isAlive() throws TException {
-
 
251
		// TODO Auto-generated method stub
-
 
252
		return true;
-
 
253
	}
-
 
254
 
-
 
255
	public void closeSession() throws TException {
-
 
256
		// TODO Auto-generated method stub
-
 
257
		
-
 
258
	}
249
}
259
}