Uses of Class
edu.jas.util.ExecutableChannels
-
Packages that use ExecutableChannels Package Description edu.jas.util Concurrent programming utility classes. -
-
Uses of ExecutableChannels in edu.jas.util
Fields in edu.jas.util declared as ExecutableChannels Modifier and Type Field Description (package private) ExecutableChannels
DistPoolThread. ec
(package private) ExecutableChannels
DistThreadPool. ec
Channels to remote executable servers.Methods in edu.jas.util that return ExecutableChannels Modifier and Type Method Description ExecutableChannels
DistThreadPool. getEC()
the used executable channel.Constructors in edu.jas.util with parameters of type ExecutableChannels Constructor Description DistPoolThread(DistThreadPool pool, ExecutableChannels ec, int i)
-