All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Protocols.UDP

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

public class UDP
extends Protocol
implements Runnable

Constructor Index

 o UDP()

Method Index

 o Down(Event)
Caller by the layer above this layer.
 o GetName()
 o run()
 o SetProperties(Properties)
Setup the Protocol instance acording to the configuration string
 o toString()
 o Up(Event)
An event was received from the layer below.

Constructors

 o UDP
 public UDP()

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o run
 public void run()
 o GetName
 public String GetName()
Overrides:
GetName in class Protocol
 o SetProperties
 public boolean SetProperties(Properties props)
Setup the Protocol instance acording to the configuration string

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)
Caller by the layer above this layer. Usually we just put this Message into the send queue and let one or more worker threads handle it. A worker thread then removes the Message from the send queue, performs a conversion and adds the modified Message to the send queue of the layer below it, by calling Down).

Overrides:
Down in class Protocol

All Packages  Class Hierarchy  This Package  Previous  Next  Index