All Packages Class Hierarchy This Package Previous Next Index
Class JavaGroups.JavaStack.Protocols.TOTAL
java.lang.Object
|
+----JavaGroups.JavaStack.Protocol
|
+----JavaGroups.JavaStack.Protocols.TOTAL
- public class TOTAL
- extends Protocol
class TOTAL extends Protocol
TODO: (more comments)
Sequencer based total ordering protocol layer
- requires the following layers "below" it in the stack
(or layers with equivalent functionality):
GMS, FD, PING, UDP, ...
- Author:
- Manish Sambhu mms21@cornell.edu Spring 1999
-
TOTAL()
-
-
Down(Event)
- handles an Event coming down the Protocol Stack
-
GetName()
- returns the unique name of this protocol
-
Reset()
- Just remove if you don't need to reset any state
-
SetProperties(Properties)
- Configures the protocol initially.
-
Up(Event)
- handles an Event coming up the Protocol Stack
TOTAL
public TOTAL()
GetName
public String GetName()
- returns the unique name of this protocol
- Overrides:
- GetName in class Protocol
SetProperties
public boolean SetProperties(Properties props)
- Configures the protocol initially.
- Overrides:
- SetProperties in class Protocol
Reset
public void Reset()
- Just remove if you don't need to reset any state
- Overrides:
- Reset in class Protocol
Up
public void Up(Event evt)
- handles an Event coming up the Protocol Stack
- Overrides:
- Up in class Protocol
Down
public void Down(Event evt)
- handles an Event coming down the Protocol Stack
- Overrides:
- Down in class Protocol
All Packages Class Hierarchy This Package Previous Next Index