gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] storm/doc/pegboard/storm_with_tapestry--hemppah...


From: Hermanni Hyytiälä
Subject: [Gzz-commits] storm/doc/pegboard/storm_with_tapestry--hemppah...
Date: Thu, 10 Jul 2003 02:38:50 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Branch:         
Changes by:     Hermanni Hyytiälä <address@hidden>      03/07/10 02:38:49

Modified files:
        doc/pegboard/storm_with_tapestry--hemppah: peg.rst 

Log message:
        typos

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst
diff -u storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst:1.21 
storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst:1.22
--- storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst:1.21        Wed Jul 
 9 06:18:23 2003
+++ storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst     Thu Jul 10 
02:38:49 2003
@@ -5,8 +5,8 @@
 
 :Authors:  Hermanni Hyytiälä
 :Date-Created: 2003-07-03
-:Last-Modified: $Date: 2003/07/09 10:18:23 $
-:Revision: $Revision: 1.21 $
+:Last-Modified: $Date: 2003/07/10 06:38:49 $
+:Revision: $Revision: 1.22 $
 :Status:   Incomplete
 
 .. :Stakeholders:
@@ -61,8 +61,8 @@
        
        The first three classes are used with HTTP-Kit and the three 
        latter ones with GISP. Obviously, GISP related classes are not a problem
-       as they are obsolete but HTTP-Kit related may be, i.e., classes have to 
-       re-engineer to SEDA compliant classes.
+       as they are obsolete but HTTP-Kit related may be a problem, i.e., 
classes 
+       have to re-engineer to SEDA compliant classes.
        
 ISSUE: If a software uses SEDA in one component, is it mandatory to use SEDA's
        thread-event model in all other components also (i.e. native Java 
threads
@@ -274,7 +274,7 @@
        
                // Dispatcher which dispatches all items
                // to a target peer. 
-               // (Mandatory: sandStorm requires this)
+               // (Mandatory: Sandstorm requires this)
                method dispatch (QueueElementIF item) {
                        //try do dispatch an item
                        try {
@@ -287,7 +287,7 @@
                // General initialization method
                // that handles subscribes this stage
                // to listen certain events and messages.
-               // (Mandatory: sandStorm requires this)
+               // (Mandatory: Sandstorm requires this)
                method init (ConfigDataIF config) {
  
                // find our NodeId 
@@ -304,7 +304,7 @@
                 peer = new SHA1Hash (publicKey);
                 
                 // The *events* which we want to listen.
-                // (Mandatory: sandStorm requires this)
+                // (Mandatory: Sandstorm requires this)
 
                 array event_types = {
                 "seda.sandStorm.api.StagesInitializedSignal",
@@ -317,7 +317,7 @@
                 }
                
                // The *messages* we want receive through Tapestry.
-               // (Mandatory: sandStorm requires this)
+               // (Mandatory: Sandstorm requires this)
 
                array message_types = {
                "org.nongnu.storm.p2p.tapestry.StormErrorMsg",
@@ -346,7 +346,7 @@
                }
                
                // Handles *all* events which stage is listening.
-               // (Mandatory: sandStorm requires this)
+               // (Mandatory: Sandstorm requires this)
                 method handleEvents(QueueElementIF array items) 
                 throws EventHandlerException {
                 
@@ -356,7 +356,7 @@
                
                // Handles single event for this stage. handleEvents
                // method gives an item to this method as a parameter.
-               // (Mandatory: sandStorm requires this)
+               // (Mandatory: Sandstorm requires this)
                method handleEvent(QueueElementIF item) {
                
                if (item instanceof StagesInitializedSignal) {
@@ -456,7 +456,7 @@
                 
                // Sandstorm calls this method when it cleanups a stage.        
                         
                method destroy() {
-               // We do not have to anything here since SandStorm does not use 
+               // We do not have to anything here since Sandstorm does not use 
                // this method.
                }
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]