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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterServant.java (file contents):
Revision 1.13 by tdb, Thu Jan 18 23:15:50 2001 UTC vs.
Revision 1.14 by tdb, Sun Jan 28 05:23:23 2001 UTC

# Line 28 | Line 28 | class FilterServant extends FilterPOA {
28   //---CONSTRUCTORS---
29  
30      /**
31 <     * Creates a new Filter.
31 >     * Creates a new FilterServant.
32       *
33 <     * @param logger a Logger to use
33 >     * @param TCPListenPort the TCP port this filter is listening on
34 >     * @param UDPListenPort the UDP port this filter is listening on
35 >     * @param queue the Queue this filter is using
36       */
37      public FilterServant(int TCPListenPort, int UDPListenPort, Queue queue) {    
38          _TCPListenPort = TCPListenPort;
# Line 43 | Line 45 | class FilterServant extends FilterPOA {
45      /**
46       * Method to receive a string over corba.
47       *
48 <     * @param xml the String of XML to print out
48 >     * @param xml the String of XML to queue
49       */
50      public void receiveXML(String xml) {
51          _queue.add(xml);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines