|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MChannel | |
---|---|
urv.app | |
urv.app.samples | |
urv.emulator.tasks | |
urv.emulator.tasks.stats | |
urv.machannel | |
urv.util.audio |
Uses of MChannel in urv.app |
---|
Methods in urv.app that return MChannel | |
---|---|
protected MChannel |
Application.createMChannel(MulticastAddress mcastAddr)
|
Uses of MChannel in urv.app.samples |
---|
Constructors in urv.app.samples with parameters of type MChannel | |
---|---|
ChatPanel(javax.swing.JTabbedPane tabPanel,
java.lang.String groupAddr,
java.lang.String destAddr,
MChannel groupChannel)
This is the default constructor |
|
GraphPanel(MChannel groupChannel)
This is the default constructor |
|
GroupPanel(javax.swing.JTabbedPane tabPanel,
MChannel groupChannel,
java.lang.String groupAddr)
This is the default constructor |
Uses of MChannel in urv.emulator.tasks |
---|
Methods in urv.emulator.tasks with parameters of type MChannel | |
---|---|
void |
GroupMembershipNotifier.newGroupJoined(java.net.InetAddress multicastAddress,
java.net.InetAddress localAddress,
MChannel mChannel)
Notify that a new group has been joined by the localNode |
void |
EmulationGroupMembershipListener.onGroupCreated(java.net.InetAddress multicastAddress,
java.net.InetAddress localAddress,
MChannel mChannel)
|
Uses of MChannel in urv.emulator.tasks.stats |
---|
Methods in urv.emulator.tasks.stats with parameters of type MChannel | |
---|---|
void |
MembershipStatsTask.onGroupCreated(java.net.InetAddress multicastAddress,
java.net.InetAddress localAddress,
MChannel mChannel)
|
void |
CommunicationStatsTask.onGroupCreated(java.net.InetAddress multicastAddress,
java.net.InetAddress localAddress,
MChannel mChannel)
|
Uses of MChannel in urv.machannel |
---|
Classes in urv.machannel that implement MChannel | |
---|---|
class |
MChannelImpl
This class provides an implementation of the MChannel interface in order to group communication with topology awareness. |
Methods in urv.machannel that return MChannel | |
---|---|
MChannel |
ChannelGenerator.createMChannel(MulticastAddress mcastAddr)
This method returns and initiates a MChannel instance when the channel is used in a not emulated environment. |
MChannel |
ChannelGenerator.createMChannel(MulticastAddress mcastAddr,
Application application,
EmulationController controller)
This method returns and initiates a MChannel instance. |
MChannel |
ChannelGenerator.createMChannel(MulticastAddress mcastAddr,
java.lang.String groupId)
This method returns and initiates a MChannel instance when the channel is used in a not emulated environment. |
MChannel |
ChannelGenerator.createMChannel(java.lang.String mcastAddr,
java.lang.String groupId)
This method returns and initiates a MChannel instance when the channel is used in a not emulated environment. |
Uses of MChannel in urv.util.audio |
---|
Fields in urv.util.audio declared as MChannel | |
---|---|
(package private) MChannel |
Capture.channel
|
Methods in urv.util.audio with parameters of type MChannel | |
---|---|
void |
Capture.start(MChannel channel,
java.lang.String channelId,
java.lang.String address)
|
static void |
AudioUtils.startAudioCapture(MChannel groupChannel,
java.lang.String channelID,
java.lang.String destAddr)
Runs the sound sender thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |