Uses of Class
edu.rit.mp.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
Modifier and TypeMethodDescriptionChannel.getChannelGroup()
Obtain the channel group that created this channel.Modifier 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
Modifier and TypeMethodDescriptionJobBackend.getFrontendChannelGroup()
Obtain this job's frontend communicator channel group.JobBackend.getWorldChannelGroup()
Obtain this job's world communicator channel group.ModifierConstructorDescriptionJobBackendProxy
(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.