Uses of Interface
org.jcsp.net.NetChannelEndFactory
Packages that use NetChannelEndFactory
Package
Description
This is main package for JCSP.NET.
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
Supports dynamic operations over the JCSP.NET infrastructure.
-
Uses of NetChannelEndFactory in org.jcsp.net
Classes in org.jcsp.net that implement NetChannelEndFactoryModifier and TypeClassDescriptionclass
A standard implementation of the JCSP.NET Networked channel factory interaces.class
Extends 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 -
Uses of NetChannelEndFactory in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement NetChannelEndFactoryModifier and TypeClassDescriptionclass
Factory for creating networked migratable channel ends.Fields in org.jcsp.net.dynamic declared as NetChannelEndFactoryModifier and TypeFieldDescriptionprivate static NetChannelEndFactory
MigratableChannelEndFactory.FACTORY
Default channel factory for creating the underlying channels.private NetChannelEndFactory
NamedMigratableChannelEndFactoryImpl.factoryToUse
Factory to create the underlying networked channel ends.