All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Protocols.HDRS

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

public class HDRS
extends Protocol
Example of a protocol layer. Contains no real functionality, can be used as a template.


Constructor Index

 o HDRS()

Method Index

 o Down(Event)
An event is to be sent down the stack.
 o GetName()
 o Up(Event)
An event was received from the layer below.

Constructors

 o HDRS
 public HDRS()

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index