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.
-
VIEW_ENFORCER()
-
-
GetName()
- All protocol names have to be unique !
-
SetProperties(Properties)
- Configures the protocol initially.
-
Up(Event)
- An event was received from the layer below.
VIEW_ENFORCER
public VIEW_ENFORCER()
GetName
public String GetName()
- All protocol names have to be unique !
- Overrides:
- GetName in class Protocol
SetProperties
public boolean SetProperties(Properties props)
- Configures the protocol initially.
- Overrides:
- SetProperties in class Protocol
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