Uses of Class
edu.jas.util.ChannelFactory
Packages that use ChannelFactory
Package
Description
Groebner bases package.
Concurrent programming utility classes.
-
Uses of ChannelFactory in edu.jas.gb
Fields in edu.jas.gb declared as ChannelFactoryModifier and TypeFieldDescriptionprivate final ChannelFactory
HybridReducerServerEC.cf
private final ChannelFactory
ReducerServerEC.cf
private final ChannelFactory
ReducerServerSeqPair.cf
Constructors in edu.jas.gb with parameters of type ChannelFactoryModifierConstructorDescription(package private)
HybridReducerServerEC
(int tpn, Terminator fin, ChannelFactory cf, DistHashTable<Integer, GenPolynomial<C>> dl, PairList<C> L) Constructor.(package private)
ReducerServerEC
(Terminator fin, ChannelFactory cf, DistHashTable<Integer, GenPolynomial<C>> dl, PairList<C> L) (package private)
ReducerServerSeqPair
(Terminator fin, ChannelFactory cf, DistHashTable<Integer, GenPolynomial<C>> dl, CriticalPairList<C> L) -
Uses of ChannelFactory in edu.jas.util
Fields in edu.jas.util declared as ChannelFactoryModifier and TypeFieldDescriptionprotected final ChannelFactory
DistHashTable.cf
protected final ChannelFactory
DistHashTableServer.cf
protected final ChannelFactory
DistributedList.cf
protected final ChannelFactory
DistributedListServer.cf
protected final ChannelFactory
ExecutableChannels.cf
protected final ChannelFactory
ExecutableServer.cf
ChannelFactory to use.Constructors in edu.jas.util with parameters of type ChannelFactoryModifierConstructorDescriptionDistHashTable
(ChannelFactory cf, String host, int port) DistHashTable.DistHashTableServer.DistributedList
(ChannelFactory cf, String host, int port) Constructor for DistributedList.DistributedListServer.ExecutableServer.