All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Protocols.PIGGYBACK

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

public class PIGGYBACK
extends Protocol
Combines multiple messages into a single large one. As many messages as possible are combined into one, after a max timeout or when the msg size becomes too big the message is sent. On the receiving side, the large message is spliced into the smaller ones and delivered.


Constructor Index

 o PIGGYBACK()

Method Index

 o Down(Event)
An event is to be sent down the stack.
 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 PIGGYBACK
 public PIGGYBACK()

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
 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