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 LowLevelCommunication, Runnable
-
UDP()
-
-
Down(Event)
- Caller by the layer above this layer.
-
GetLocalAddress()
-
-
GetName()
-
-
GetNewMulticastAddress()
-
-
JoinMulticastAddress(Address)
-
-
LeaveMulticastAddress(Address)
-
-
run()
-
-
SetProperties(Properties)
- Setup the Protocol instance acording to the configuration string
-
StartWork()
- Initialize data structures, start own threads etc.
-
StopWork()
- Delete data structures, stop own threads etc.
-
toString()
-
UDP
public UDP()
toString
public String toString()
- Overrides:
- toString in class Object
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
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
StartWork
public void StartWork()
- Initialize data structures, start own threads etc.
- Overrides:
- StartWork in class Protocol
StopWork
public synchronized void StopWork()
- Delete data structures, stop own threads etc.
- Overrides:
- StopWork in class Protocol
GetLocalAddress
public Address GetLocalAddress()
GetNewMulticastAddress
public Address GetNewMulticastAddress()
JoinMulticastAddress
public void JoinMulticastAddress(Address mcast_address)
LeaveMulticastAddress
public void LeaveMulticastAddress(Address mcast_address)
All Packages Class Hierarchy This Package Previous Next Index