All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Protocols.TUNNEL

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

public class TUNNEL
extends Protocol
implements Runnable

Constructor Index

 o TUNNEL()

Method Index

 o Down(Event)
Caller by the layer above this layer.
 o GetName()
 o HandleIncomingMessage(Message)
 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 TUNNEL
 public TUNNEL()

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o HandleIncomingMessage
 public synchronized void HandleIncomingMessage(Message msg)
 o run
 public void run()
 o GetName
 public String GetName()
Overrides:
GetName in class Protocol
 o SetProperties
 public void 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 synchronized void Down(Event evt)
Caller by the layer above this layer. We just call Route(msg) to pass it on to the remote router.

Overrides:
Down in class Protocol

All Packages  Class Hierarchy  This Package  Previous  Next  Index