All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Protocols.VIEW_ENFORCER

java.lang.Object
   |
   +----JavaGroups.JavaStack.Protocol
           |
           +----JavaGroups.JavaStack.Protocols.VIEW_ENFORCER

public class VIEW_ENFORCER
extends Protocol
Used by a client until it becomes a member: all up messages are discarded until a VIEW_CHANGE is encountered. From then on, this layer just acts as a pass-through layer. later, we may add some functionality that checks for the VIDs of messages and discards messages accordingly.


Constructor Index

 o VIEW_ENFORCER()

Method Index

 o GetName()
All protocol names have to be unique !
 o SetProperties(Properties)
Configures the protocol initially.
 o Up(Event)
An event was received from the layer below.

Constructors

 o VIEW_ENFORCER
 public VIEW_ENFORCER()

Methods

 o GetName
 public String GetName()
All protocol names have to be unique !

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

Overrides:
SetProperties in class Protocol
 o Up
 public void Up(Event evt)
An event was received from the layer below.

Overrides:
Up in class Protocol

All Packages  Class Hierarchy  This Package  Previous  Next  Index