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 TypeInterfaceDescriptioninterface
An interface implemented by classes wishing to be NetworkedChannelInput
objects.interface
An interface that should be implemented byChannelOutput
objects which are used for transmitting over the network.interface
This interface should be implemented by classes that wish to act as NetworkedConnectionClient
objects.interface
This interface should be implemented by classes that wish to act as NetworkedConnectionServer
objects.interface
This interface should be implemented by classes that wish to act asNetChannelInput
objects which can be used by muliple concurrent processes.interface
This interface should be implemented by classes that wish to act asNetChannelOutput
objects which can be used by muliple concurrent processes.interface
This interface should be implemented by classes that wish to act asSharedConnectionClient
objects which accept connections fromConnectionClient
objects from over a JCSP.NET network.interface
Instances of classed implementing this method areSharedConnectionServer
objects which accept connections from clients from over a JCSP.NET network.Classes in org.jcsp.net that implement NetworkedModifier and TypeClassDescription(package private) class
A channel for network output (TX).(package private) class
A channel for network input (RX).(package private) class
A channel for network input (RX).class
An abstract class that is sub-classed by classes whose instances should be networked channel ends that can be used as an
objects.AltingChannelInput
class
Instances of this class areAltingConnectionClient
objects which connect toConnectionServer
objects over a JCSP.NET network.(package private) class
Instances of this class areAltingConnectionServer
objects which allow connections fromConnectionClient
objects from over a JCSP.NET network.class
Defines a class whose instances should be
that connect to aSharedAltingConnectionClient
ConnectionServer
over a JCSP.NET network.(package private) class
(package private) class
A 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 ChannelNameKey
static ChannelNameKey
CNS.register
(Networked owner, String name, ChannelNameKey key) static ChannelNameKey
CNS.register
(Networked owner, String name, NameAccessLevel accessLevel) static ChannelNameKey
CNS.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.Networked
CNSService.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.Networked
CNSService.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.Networked
CNSService.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.Networked
CNSService.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.Networked
CNSUser.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.Networked
CNSUser.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.Networked
CNSUser.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 TypeInterfaceDescriptioninterface
A migratable networked input channel end.interface
A migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement NetworkedModifier and TypeClassDescriptionclass
A migratable input channel end that can be used as a guard within anAlternative
.(package private) class
Implements a migratable input channel end that can be used in anAlternative
.(package private) class
Implements of a migratable networked channel output end.