All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Protocols.PRINTOBJS

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

public class PRINTOBJS
extends Protocol

Constructor Index

 o PRINTOBJS()

Method Index

 o Down(Event)
An event is to be sent down the stack.
 o GetName()
 o Reset()
Used when new member joins (new stack needs to start from a defined point), typically just resetting its state.
 o toString()
 o Up(Event)
An event was received from the layer below.

Constructors

 o PRINTOBJS
 public PRINTOBJS()

Methods

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

Overrides:
Up in class Protocol
 o Down
 public void Down(Event evt)
An event is to be sent down the stack.

Overrides:
Down in class Protocol
 o Reset
 public void Reset()
Used when new member joins (new stack needs to start from a defined point), typically just resetting its state.

Overrides:
Reset in class Protocol
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index