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

Constructor Index

 o TOTAL()

Method Index

 o Down(Event)
handles an Event coming down the Protocol Stack
 o GetName()
returns the unique name of this protocol
 o Reset()
Just remove if you don't need to reset any state
 o SetProperties(Properties)
Configures the protocol initially.
 o Up(Event)
handles an Event coming up the Protocol Stack

Constructors

 o TOTAL
 public TOTAL()

Methods

 o GetName
 public String GetName()
returns the unique name of this protocol

Overrides:
GetName in class Protocol
 o SetProperties
 public boolean SetProperties(Properties props)
Configures the protocol initially.

Overrides:
SetProperties in class Protocol
 o Reset
 public void Reset()
Just remove if you don't need to reset any state

Overrides:
Reset in class Protocol
 o Up
 public void Up(Event evt)
handles an Event coming up the Protocol Stack

Overrides:
Up in class Protocol
 o 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