public class DatagramThread extends RecieverThread
iSrvAgent
Constructor and Description |
---|
DatagramThread(ServiceAgent pSrvAgent)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
close() |
protected void |
init() |
void |
joinGroup(java.net.InetAddress pGroup)
joinGroup
|
void |
leaveGroup(java.net.InetAddress pGroup)
leaveGroup
|
protected void |
mainLoop() |
public DatagramThread(ServiceAgent pSrvAgent)
pSrvAgent
- public void joinGroup(java.net.InetAddress pGroup) throws java.io.IOException
pGroup
- java.io.IOException
public void leaveGroup(java.net.InetAddress pGroup) throws java.io.IOException
pGroup
- java.io.IOException
protected void init() throws java.io.IOException
init
in class RecieverThread
java.io.IOException
protected void mainLoop() throws java.io.IOException
mainLoop
in class RecieverThread
java.io.IOException
protected void close()
close
in class RecieverThread
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.