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/ClientServant.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/ClientServant.java (file contents):
Revision 1.8 by tdb, Wed Mar 14 23:25:29 2001 UTC vs.
Revision 1.9 by ajm, Fri Mar 23 02:30:44 2001 UTC

# Line 8 | Line 8 | import uk.org.iscream.util.*;
8  
9   /**
10   * A servant for the LocalClient.
11 + * This represents the Client interface for CORBA
12 + * clients connecting to the i-scream system on the ClientInterface.
13   *
14 + * The i-scream ClientInterface pumps data over CORBA into the
15 + * queue, using the recieveXML method.  The MonitorManager
16 + * then handles pulling the data out of this queue.
17 + *
18   * @author  $Author$
19   * @version $Id$
20   */
# Line 37 | Line 43 | class ClientServant extends ClientPOA {
43   //---PUBLIC METHODS---
44      
45      /**
46 <     * This should deal with the data... :)
46 >     * Adds the inbound data to our queue when the CORBA method is called.
47       *
48       * @param xml The String of XML data
49       */
# Line 85 | Line 91 | class ClientServant extends ClientPOA {
91      private Logger _logger = ReferenceManager.getInstance().getLogger();
92  
93      /**
94 <     * A reference to our QUeue
94 >     * A reference to our Queue to place the inbond data into.
95       */
96      private Queue _queue;
97  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines