diff src/alice/topology/manager/keeparive/TaskInfo.java @ 330:d35ff0f588e8

keep alive may work... but bug exist.
author sugi
date Mon, 31 Mar 2014 22:28:52 +0900
parents 35b4e24e3e02
children
line wrap: on
line diff
--- a/src/alice/topology/manager/keeparive/TaskInfo.java	Mon Mar 24 23:52:20 2014 +0900
+++ b/src/alice/topology/manager/keeparive/TaskInfo.java	Mon Mar 31 22:28:52 2014 +0900
@@ -46,4 +46,11 @@
 		task.setInfo(managerKey, returnKey, sleepTime);
 		return task;
 	}
+	
+	public void show(){
+		System.out.print(type);
+		System.out.print(" "+  this.sleepTime);
+		System.out.print(" "+ this.managerKey);
+		System.out.println(" "+  this.returnKey);
+	}
 }