another example moved
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 9 Jun 2009 10:08:55 +0000 (10:08 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 9 Jun 2009 10:08:55 +0000 (10:08 +0000)
org.glite.lb.client-java/Makefile
org.glite.lb.client-java/examples/NotificationExample.java [moved from org.glite.lb.client-java/src/org/glite/lb/NotificationExample.java with 97% similarity]

index 9a1a9f7..f8c960c 100644 (file)
@@ -1,6 +1,6 @@
 -include Makefile.inc
 
-EXAMPLES := SimpleLLTest.class SSLClient.class SSLServer.class QueryDemo.class ProducerTestIL.class ProducerTestLL.class
+EXAMPLES := SimpleLLTest.class SSLClient.class SSLServer.class QueryDemo.class ProducerTestIL.class ProducerTestLL.class NotificationExample.class
 
 VPATH := examples
 
@@ -3,7 +3,9 @@
  * and open the template in the editor.
  */
 
-package org.glite.lb;
+import org.glite.lb.Notification;
+import org.glite.lb.LBCredentials;
+import org.glite.lb.LBException;
 
 import java.util.Date;
 import java.util.logging.Level;