Uses of Interface
org.jcsp.net.cns.NamedChannelEndFactory
-
Packages that use NamedChannelEndFactory Package Description org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS). -
-
Uses of NamedChannelEndFactory in org.jcsp.net.cns
Subinterfaces of NamedChannelEndFactory in org.jcsp.net.cns Modifier and Type Interface Description interface
NamedChannelEndManager
Classes implementing this interface act as factories for constructingNetChannelInput
andNetChannelOutput
objects (seeNamedChannelEndFactory
).Classes in org.jcsp.net.cns that implement NamedChannelEndFactory Modifier and Type Class Description class
CNSChannelEndManager
This class implements theNamedChannelEndManager
interface; providing methods for both constructing and destroying channels.
-