|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.distribution.multicast.MulticastTransmitter
public class MulticastTransmitter
This is a multicast transmitter for monitoring messages
Constructor Summary | |
---|---|
MulticastTransmitter(Transmitting transmitting,
MulticastAddress mcastAddr,
int ttl)
Construct a transmitter for a particular multicast address |
Method Summary | |
---|---|
void |
join()
Join the address now and start listening |
void |
leave()
Leave the address now and stop listening |
int |
transmit(java.io.ByteArrayOutputStream byteStream,
int id)
Send a message onto the multicast address, with a given id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MulticastTransmitter(Transmitting transmitting, MulticastAddress mcastAddr, int ttl) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void join() throws java.io.IOException
java.io.IOException
public void leave() throws java.io.IOException
java.io.IOException
public int transmit(java.io.ByteArrayOutputStream byteStream, int id) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |