Uses of Interface
org.jcsp.net.NetChannelEndFactory
-
Packages that use NetChannelEndFactory Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS).org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. -
-
Uses of NetChannelEndFactory in org.jcsp.net
Classes in org.jcsp.net that implement NetChannelEndFactory Modifier and Type Class Description classStandardNetChannelEndFactoryA standard implementation of the JCSP.NET Networked channel factory interaces.classUnacknowledgedNetChannelEndFactoryExtends the standard network channel factory to give unacknowledged channel output ends. -
Uses of NetChannelEndFactory in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as NetChannelEndFactory Modifier and Type Field Description private NetChannelEndFactoryCNSChannelEndManager. factoryToUse -
Uses of NetChannelEndFactory in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement NetChannelEndFactory Modifier and Type Class Description classMigratableChannelEndFactoryFactory for creating networked migratable channel ends.Fields in org.jcsp.net.dynamic declared as NetChannelEndFactory Modifier and Type Field Description private static NetChannelEndFactoryMigratableChannelEndFactory. FACTORYDefault channel factory for creating the underlying channels.private NetChannelEndFactoryNamedMigratableChannelEndFactoryImpl. factoryToUseFactory to create the underlying networked channel ends.
-