Uses of Interface
org.jcsp.net.Networked
-
Packages that use Networked 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 Networked in org.jcsp.net
Subinterfaces of Networked in org.jcsp.net Modifier and Type Interface Description interfaceNetChannelInputAn interface implemented by classes wishing to be NetworkedChannelInputobjects.interfaceNetChannelOutputAn interface that should be implemented byChannelOutputobjects which are used for transmitting over the network.interfaceNetConnectionClientThis interface should be implemented by classes that wish to act as NetworkedConnectionClientobjects.interfaceNetConnectionServerThis interface should be implemented by classes that wish to act as NetworkedConnectionServerobjects.interfaceNetSharedChannelInputThis interface should be implemented by classes that wish to act asNetChannelInputobjects which can be used by muliple concurrent processes.interfaceNetSharedChannelOutputThis interface should be implemented by classes that wish to act asNetChannelOutputobjects which can be used by muliple concurrent processes.interfaceNetSharedConnectionClientThis interface should be implemented by classes that wish to act asSharedConnectionClientobjects which accept connections fromConnectionClientobjects from over a JCSP.NET network.interfaceNetSharedConnectionServerInstances of classed implementing this method areSharedConnectionServerobjects which accept connections from clients from over a JCSP.NET network.Classes in org.jcsp.net that implement Networked Modifier and Type Class Description classNetAltingChannelInputAn abstract class that is sub-classed by classes whose instances should be networked channel ends that can be used as anobjects.AltingChannelInputclassNetAltingConnectionClientInstances of this class areAltingConnectionClientobjects which connect toConnectionServerobjects over a JCSP.NET network.classNetSharedAltingConnectionClientDefines a class whose instances should bethat connect to aSharedAltingConnectionClientConnectionServerover a JCSP.NET network. -
Uses of Networked in org.jcsp.net.cns
Methods in org.jcsp.net.cns with parameters of type Networked Modifier and Type Method Description static ChannelNameKeyCNS. register(Networked owner, String name)static ChannelNameKeyCNS. register(Networked owner, String name, ChannelNameKey key)static ChannelNameKeyCNS. register(Networked owner, String name, NameAccessLevel accessLevel)static ChannelNameKeyCNS. register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)ChannelNameKeyCNSService. register(Networked owner, String name)This method allows a channel (or any instance of a class implementing) to be registered with the Channel Name Server.NetworkedChannelNameKeyCNSService. register(Networked owner, String name, ChannelNameKey key)This method allows a channel (or any instance of a class implementing) that has previously been registered with the to be reregistered with the Channel Name Server.NetworkedChannelNameKeyCNSService. register(Networked owner, String name, NameAccessLevel accessLevel)This method allows a channel (or any instance of a class implementing) to be registered with the Channel Name Server.NetworkedChannelNameKeyCNSService. register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)This method allows a channel (or any instance of a class implementing) that has previously been registered to be reregistered with the Channel Name Server.NetworkedChannelNameKeyCNSUser. register(Networked owner, String name)This method allows a channel (or any instance of a class implementing) to be registered with a Naming Service Implementation.NetworkedChannelNameKeyCNSUser. register(Networked owner, String name, ChannelNameKey key)This method allows a channel (or any instance of a class implementing) that has previously been registered with the to be reregistered with a Naming Service implementation.NetworkedChannelNameKeyCNSUser. register(Networked owner, String name, NameAccessLevel accessLevel)This method allows a channel (or any instance of a class implementing) to be registered with a Naming Service Implementation.NetworkedChannelNameKeyCNSUser. register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)This method allows a channel (or any instance of a class implementing) that has previously been registered to be reregistered with the Naming Service implementation.Networked -
Uses of Networked in org.jcsp.net.dynamic
Subinterfaces of Networked in org.jcsp.net.dynamic Modifier and Type Interface Description interfaceMigratableChannelInputA migratable networked input channel end.interfaceMigratableChannelOutputA migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement Networked Modifier and Type Class Description classMigratableAltingChannelInputA migratable input channel end that can be used as a guard within anAlternative.
-