Uses of Interface
org.jcsp.net.Networked
Packages that use Networked
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 Networked in org.jcsp.net
Subinterfaces of Networked in org.jcsp.netModifier and TypeInterfaceDescriptioninterfaceAn interface implemented by classes wishing to be NetworkedChannelInputobjects.interfaceAn interface that should be implemented byChannelOutputobjects which are used for transmitting over the network.interfaceThis interface should be implemented by classes that wish to act as NetworkedConnectionClientobjects.interfaceThis interface should be implemented by classes that wish to act as NetworkedConnectionServerobjects.interfaceThis interface should be implemented by classes that wish to act asNetChannelInputobjects which can be used by muliple concurrent processes.interfaceThis interface should be implemented by classes that wish to act asNetChannelOutputobjects which can be used by muliple concurrent processes.interfaceThis interface should be implemented by classes that wish to act asSharedConnectionClientobjects which accept connections fromConnectionClientobjects from over a JCSP.NET network.interfaceInstances of classed implementing this method areSharedConnectionServerobjects which accept connections from clients from over a JCSP.NET network.Classes in org.jcsp.net that implement NetworkedModifier and TypeClassDescription(package private) classA channel for network output (TX).(package private) classA channel for network input (RX).(package private) classA channel for network input (RX).classAn abstract class that is sub-classed by classes whose instances should be networked channel ends that can be used as anobjects.AltingChannelInputclassInstances of this class areAltingConnectionClientobjects which connect toConnectionServerobjects over a JCSP.NET network.(package private) classInstances of this class areAltingConnectionServerobjects which allow connections fromConnectionClientobjects from over a JCSP.NET network.classDefines a class whose instances should bethat connect to aSharedAltingConnectionClientConnectionServerover a JCSP.NET network.(package private) class(package private) classA channel for network output (TX). -
Uses of Networked in org.jcsp.net.cns
Methods in org.jcsp.net.cns with parameters of type NetworkedModifier and TypeMethodDescriptionstatic ChannelNameKeystatic 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) This method allows a channel (or any instance of a class implementing) to be registered with the Channel Name Server.NetworkedCNSService.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.NetworkedCNSService.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.NetworkedCNSService.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.NetworkedCNSService.UserObject.register(Networked owner, String name, ChannelNameKey key) CNSService.UserObject.register(Networked owner, String name, NameAccessLevel accessLevel) CNSService.UserObject.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key) This method allows a channel (or any instance of a class implementing) to be registered with a Naming Service Implementation.NetworkedCNSUser.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.NetworkedCNSUser.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.NetworkedCNSUser.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.dynamicModifier and TypeInterfaceDescriptioninterfaceA migratable networked input channel end.interfaceA migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement NetworkedModifier and TypeClassDescriptionclassA migratable input channel end that can be used as a guard within anAlternative.(package private) classImplements a migratable input channel end that can be used in anAlternative.(package private) classImplements of a migratable networked channel output end.