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 interface
NetChannelInput
An interface implemented by classes wishing to be NetworkedChannelInput
objects.interface
NetChannelOutput
An interface that should be implemented byChannelOutput
objects which are used for transmitting over the network.interface
NetConnectionClient
This interface should be implemented by classes that wish to act as NetworkedConnectionClient
objects.interface
NetConnectionServer
This interface should be implemented by classes that wish to act as NetworkedConnectionServer
objects.interface
NetSharedChannelInput
This interface should be implemented by classes that wish to act asNetChannelInput
objects which can be used by muliple concurrent processes.interface
NetSharedChannelOutput
This interface should be implemented by classes that wish to act asNetChannelOutput
objects which can be used by muliple concurrent processes.interface
NetSharedConnectionClient
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
NetSharedConnectionServer
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 Networked Modifier and Type Class Description (package private) class
Any2NetChannel
A channel for network output (TX).(package private) class
Net2AnyChannel
A channel for network input (RX).(package private) class
Net2OneChannel
A channel for network input (RX).class
NetAltingChannelInput
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
NetAltingConnectionClient
Instances of this class areAltingConnectionClient
objects which connect toConnectionServer
objects over a JCSP.NET network.(package private) class
NetAltingConnectionServer
Instances of this class areAltingConnectionServer
objects which allow connections fromConnectionClient
objects from over a JCSP.NET network.class
NetSharedAltingConnectionClient
Defines a class whose instances should be
that connect to aSharedAltingConnectionClient
ConnectionServer
over a JCSP.NET network.(package private) class
NetSharedConnectionServerImpl
(package private) class
One2NetChannel
A channel for network output (TX). -
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 ChannelNameKey
CNS. register(Networked owner, java.lang.String name)
static ChannelNameKey
CNS. register(Networked owner, java.lang.String name, ChannelNameKey key)
static ChannelNameKey
CNS. register(Networked owner, java.lang.String name, NameAccessLevel accessLevel)
static ChannelNameKey
CNS. register(Networked owner, java.lang.String name, NameAccessLevel accessLevel, ChannelNameKey key)
ChannelNameKey
CNSService. register(Networked owner, java.lang.String name)
This method allows a channel (or any instance of a class implementing
) to be registered with the Channel Name Server.Networked
ChannelNameKey
CNSService. register(Networked owner, java.lang.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
ChannelNameKey
CNSService. register(Networked owner, java.lang.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
ChannelNameKey
CNSService. register(Networked owner, java.lang.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
ChannelNameKey
CNSService.UserObject. register(Networked owner, java.lang.String name)
ChannelNameKey
CNSService.UserObject. register(Networked owner, java.lang.String name, ChannelNameKey key)
ChannelNameKey
CNSService.UserObject. register(Networked owner, java.lang.String name, NameAccessLevel accessLevel)
ChannelNameKey
CNSService.UserObject. register(Networked owner, java.lang.String name, NameAccessLevel accessLevel, ChannelNameKey key)
ChannelNameKey
CNSUser. register(Networked owner, java.lang.String name)
This method allows a channel (or any instance of a class implementing
) to be registered with a Naming Service Implementation.Networked
ChannelNameKey
CNSUser. register(Networked owner, java.lang.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
ChannelNameKey
CNSUser. register(Networked owner, java.lang.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
ChannelNameKey
CNSUser. register(Networked owner, java.lang.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 interface
MigratableChannelInput
A migratable networked input channel end.interface
MigratableChannelOutput
A migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement Networked Modifier and Type Class Description class
MigratableAltingChannelInput
A migratable input channel end that can be used as a guard within anAlternative
.(package private) class
MigratableAltingChannelInputImpl
Implements a migratable input channel end that can be used in anAlternative
.(package private) class
MigratableChannelOutputImpl
Implements of a migratable networked channel output end.
-