ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/ClientMain.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/ClientMain.java (file contents):
Revision 1.1 by tdb, Sat Feb 3 04:51:50 2001 UTC vs.
Revision 1.2 by tdb, Mon Feb 5 01:10:20 2001 UTC

# Line 23 | Line 23 | public class ClientMain {
23              CorbaClientListener lRef = CorbaClientListenerHelper.narrow(o);
24  
25              boolean result;
26 <            CorbaHandler handler = lRef.connect("CorbaTest", client);
26 >            System.out.println(" -- connecting -- ");
27 >            CorbaControlHandler handler = lRef.connect(client);
28 >            System.out.println(" -- starting data -- ");
29              result = handler.startData();
30 <            System.out.println(result);
30 >            System.out.println(" -- sleep for 15s -- ");
31              Thread.sleep(15000);
32 +            System.out.println(" -- stopping data -- ");
33              result = handler.stopData();
34 <            System.out.println(result);
32 <
33 <            _refman.getORB().run();
34 >            System.out.println(" -- completed -- ");
35  
36          }
37          catch (Exception e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines