Uses of Class
edu.rit.mp.ChannelGroup
Packages that use ChannelGroup
Package
Description
The MP package provides low-level support for Message Passing.
The Cluster package contains the Parallel Java cluster middleware and the main program
for the PJ Job Scheduler Daemon process for a parallel computer.
-
Uses of ChannelGroup in edu.rit.mp
Methods in edu.rit.mp that return ChannelGroupModifier and TypeMethodDescriptionChannel.getChannelGroup()
Obtain the channel group that created this channel.Methods in edu.rit.mp with parameters of type ChannelGroupModifier and TypeMethodDescriptionvoid
ConnectListener.farEndConnected
(ChannelGroup theChannelGroup, Channel theChannel) Report that a channel was connected in the given channel group, initiated by the far end.void
ConnectListener.nearEndConnected
(ChannelGroup theChannelGroup, Channel theChannel) Report that a channel was connected in the given channel group, initiated by the near end. -
Uses of ChannelGroup in edu.rit.pj.cluster
Methods in edu.rit.pj.cluster that return ChannelGroupModifier and TypeMethodDescriptionJobBackend.getFrontendChannelGroup()
Obtain this job's frontend communicator channel group.JobBackend.getWorldChannelGroup()
Obtain this job's world communicator channel group.Constructors in edu.rit.pj.cluster with parameters of type ChannelGroupModifierConstructorDescriptionJobBackendProxy
(ChannelGroup theChannelGroup, Channel theChannel) Construct a new job backend proxy.JobFrontendProxy
(ChannelGroup theChannelGroup, Channel theChannel) Construct a new job frontend proxy.JobSchedulerProxy
(ChannelGroup theChannelGroup, Channel theChannel) Construct a new job scheduler proxy.Proxy
(ChannelGroup theChannelGroup, Channel theChannel) Construct a new proxy.