diff rep/SessionList.java @ 3:f31fcac5a949

*** empty log message ***
author pin
date Fri, 06 Apr 2007 02:39:03 +0900
parents 02fa9a68d9a2
children b774b87cc2c1
line wrap: on
line diff
--- a/rep/SessionList.java	Tue Mar 20 16:19:33 2007 +0900
+++ b/rep/SessionList.java	Fri Apr 06 02:39:03 2007 +0900
@@ -99,4 +99,12 @@
 		//repSend.send(repCmd);
 	}
 
+	public String getSessionList() {
+		if (session3 != null) {
+			System.out.println(session3.toString());
+			return session3.toString();
+		}
+		return "{}";
+	}
+
 }