|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzisko.multicastor.program.mmrp.MMRPEntity
public class MMRPEntity
A sender and a receiver have to be available to register and deregister MMRP Paths. So this class contains the logic how to do these operations and the sender and receiver will inherit of this class.
Constructor Summary | |
---|---|
MMRPEntity(byte[] deviceMACAddress,
byte[] streamMACAddress)
Create the MMRP Entity. |
Method Summary | |
---|---|
void |
deregisterAllPaths()
Deregister all active MMRP paths |
void |
deregisterPath()
Deregister a MMRP path |
void |
registerPath()
Register a MMRP path |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MMRPEntity(byte[] deviceMACAddress, byte[] streamMACAddress) throws java.io.IOException
deviceMACAddress
- is a byte array which contains the MAC address of the network device.streamMACAddress
- is a byte array which contains the Address of the multicast group
java.io.IOException
- if the network device was not foundMethod Detail |
---|
public void registerPath() throws java.io.IOException
java.io.IOException
- if the network device was not foundpublic void deregisterPath() throws java.io.IOException
java.io.IOException
- if the network device was not foundpublic void deregisterAllPaths() throws java.io.IOException
java.io.IOException
- if the network device was not found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |