org.sblim.slp.internal.sa

Class DatagramThread

Implemented Interfaces:
Runnable

public class DatagramThread
extends RecieverThread

DatagramThread

Field Summary

Fields inherited from class org.sblim.slp.internal.sa.RecieverThread

iSrvAgent

Constructor Summary

DatagramThread(ServiceAgent pSrvAgent)
Ctor.

Method Summary

protected void
close()
protected void
init()
void
joinGroup(InetAddress pGroup)
joinGroup
void
leaveGroup(InetAddress pGroup)
leaveGroup
protected void
mainLoop()

Methods inherited from class org.sblim.slp.internal.sa.RecieverThread

close, init, mainLoop, run, start, stop, stop, wait4init

Constructor Details

DatagramThread

public DatagramThread(ServiceAgent pSrvAgent)
Ctor.
Parameters:
pSrvAgent -

Method Details

close

protected void close()
Overrides:
close in interface RecieverThread

init

protected void init()
            throws IOException
Overrides:
init in interface RecieverThread

joinGroup

public void joinGroup(InetAddress pGroup)
            throws IOException
joinGroup
Parameters:
pGroup -

leaveGroup

public void leaveGroup(InetAddress pGroup)
            throws IOException
leaveGroup
Parameters:
pGroup -

mainLoop

protected void mainLoop()
            throws IOException
Overrides:
mainLoop in interface RecieverThread

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.