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
-
TUNNEL()
-
-
Down(Event)
- Caller by the layer above this layer.
-
GetName()
-
-
HandleIncomingMessage(Message)
-
-
run()
-
-
SetProperties(Properties)
- Setup the Protocol instance acording to the configuration string
-
toString()
-
-
Up(Event)
- An event was received from the layer below.
TUNNEL
public TUNNEL()
toString
public String toString()
- Overrides:
- toString in class Object
HandleIncomingMessage
public synchronized void HandleIncomingMessage(Message msg)
run
public void run()
GetName
public String GetName()
- Overrides:
- GetName in class Protocol
SetProperties
public void SetProperties(Properties props)
- Setup the Protocol instance acording to the configuration string
- Overrides:
- SetProperties in class Protocol
Up
public void Up(Event evt)
- An event was received from the layer below.
- Overrides:
- Up in class Protocol
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