- DATA_TYPE_INDICATOR_BOOLEAN - Static variable in interface org.jcsp.net.settings.XMLConfigConstants
-
- DATA_TYPE_INDICATOR_DOUBLE - Static variable in interface org.jcsp.net.settings.XMLConfigConstants
-
- DATA_TYPE_INDICATOR_INT - Static variable in interface org.jcsp.net.settings.XMLConfigConstants
-
- DATA_TYPE_INDICATOR_STRING - Static variable in interface org.jcsp.net.settings.XMLConfigConstants
-
- DEFAULT_CLASS_NAME - Static variable in class org.jcsp.net.Logger
-
The default string if the class name is omitted.
- DEFAULT_CNS_PORT - Static variable in class org.jcsp.net.tcpip.TCPIPCNSServer
-
The default port number for a Channel Name Server.
- DEFAULT_LOGGING_LEVEL - Static variable in class org.jcsp.net.Logger
-
The default logging level (currently 5)
- DEFAULT_TIMEOUT_ACK - Static variable in class org.jcsp.awt.ActiveApplet
-
This is the default time (in milliseconds) that the browser will wait for the applet
process to acknowledge (on destroyAck) a DESTROY message
(sent down destroy).
- deliverReceivedObject(Object) - Method in class org.jcsp.net.Link
-
A protected method for concrete implementations of this class to call when they received a an object from the remote Node.
- Delta - Class in org.jcsp.plugNplay
-
This process broadcasts objects arriving on its input channel in parallel
to its array of output channels.
- Delta(ChannelInput, ChannelOutput[]) - Constructor for class org.jcsp.plugNplay.Delta
-
Construct a new Delta process with the input Channel in and the output
Channels out.
- Delta2 - Class in org.jcsp.plugNplay
-
This process broadcasts objects arriving on its input channel in parallel
to its two output channels.
- Delta2(ChannelInput, ChannelOutput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Delta2
-
Construct a new Delta2 process with the input Channel in and the output
Channels out0 and out1.
- Delta2Int - Class in org.jcsp.plugNplay.ints
-
This process broadcasts integers arriving on its input channel in parallel
to its two output channels.
- Delta2Int(ChannelInputInt, ChannelOutputInt, ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.Delta2Int
-
Construct a new Delta2Int process with the input Channel in and the output
Channels out0 and out1.
- DeltaInt - Class in org.jcsp.plugNplay.ints
-
This process broadcasts integers arriving on its input channel in parallel
to its array of output channels.
- DeltaInt(ChannelInputInt, ChannelOutputInt[]) - Constructor for class org.jcsp.plugNplay.ints.DeltaInt
-
Construct a new DeltaInt process with the input Channel in and the output
Channels out.
- Demultiplex - Class in org.jcsp.plugNplay
-
This demultiplexes data from its input channel to its output channel array.
- Demultiplex(ChannelInput, ChannelOutput[]) - Constructor for class org.jcsp.plugNplay.Demultiplex
-
Construct a new Demultiplex process with the input Channel in and the output
Channels out.
- DemultiplexInt - Class in org.jcsp.plugNplay.ints
-
This demultiplexes data from its input channel to its output channel array.
- DemultiplexInt(ChannelInputInt, ChannelOutputInt[]) - Constructor for class org.jcsp.plugNplay.ints.DemultiplexInt
-
Construct a new DemultiplexInt process with the input Channel in and the output
Channels out.
- denyUserAccess(UserID) - Method in interface org.jcsp.net.security.SecurityAuthority
-
Removes a user ID from the set of users considered by this authority to create valid responses to
challenges.
- denyUserAccess(UserID) - Method in class org.jcsp.net.security.SimpleSecurityAuthority
-
Removes a user from the set of permitted users.
- Deparaplex - Class in org.jcsp.plugNplay
-
This demultiplexes data from its input channel to its output channel array.
- Deparaplex(ChannelInput, ChannelOutput[]) - Constructor for class org.jcsp.plugNplay.Deparaplex
-
Construct a new Deparaplex process with the input Channel in and the output
Channels out.
- DeparaplexInt - Class in org.jcsp.plugNplay.ints
-
This demultiplexes data from its input channel to its output channel array.
- DeparaplexInt(ChannelInput, ChannelOutputInt[]) - Constructor for class org.jcsp.plugNplay.ints.DeparaplexInt
-
Construct a new DeparaplexInt process with the input Channel in and the output
Channels out.
- deregisterChannelName(String, NameAccessLevel, ChannelNameKey) - Static method in class org.jcsp.net.cns.CNS
-
This deregisters a Channel name with the CNS.
- deregisterChannelName(String, NameAccessLevel, ChannelNameKey) - Method in class org.jcsp.net.cns.CNSService
-
This deregisters a Channel name from the Channel Name Server.
- deregisterChannelName(String, NameAccessLevel, ChannelNameKey) - Method in interface org.jcsp.net.cns.CNSUser
-
This deregisters a registered or leased Channel name from the
Naming Service implementation.
- DESTROY - Static variable in class org.jcsp.awt.ActiveApplet
-
- destroy() - Method in class org.jcsp.awt.ActiveApplet
-
Called by the browser when the ActiveApplet needs to be destroyed.
- destroy() - Static method in class org.jcsp.lang.Parallel
-
- destroyAllChannelEnds() - Method in class org.jcsp.net.cns.CNSChannelEndManager
-
Destroys all channel ends constructed with this instance
of the factory.
- destroyAllChannelEnds() - Method in interface org.jcsp.net.cns.NamedChannelEndManager
-
Destroys all channel ends constructed with this instance
of the factory.
- destroyChannelEnd(NetChannelInput) - Static method in class org.jcsp.net.cns.CNS
-
- destroyChannelEnd(NetChannelOutput) - Static method in class org.jcsp.net.cns.CNS
-
- destroyChannelEnd(NetChannelInput) - Method in class org.jcsp.net.cns.CNSChannelEndManager
-
Destroys an individual NetChannelInput
object
that was constructed with this instance.
- destroyChannelEnd(NetChannelOutput) - Method in class org.jcsp.net.cns.CNSChannelEndManager
-
Destroys an individual NetChannelOutput
object
that was constructed with this instance.
- destroyChannelEnd(NetChannelInput) - Method in interface org.jcsp.net.cns.NamedChannelEndManager
-
Destroys an individual NetChannelInput
object
that was constructed with this instance.
- destroyChannelEnd(NetChannelOutput) - Method in interface org.jcsp.net.cns.NamedChannelEndManager
-
Destroys an individual NetChannelOutput
object
that was constructed with this instance.
- destroyClient() - Method in class org.jcsp.net.NetAltingConnectionClient
-
Destroys the client and frees any resources used
in the JCSP.NET infrastructure.
- destroyClient() - Method in interface org.jcsp.net.NetConnectionClient
-
Destroys the NetConnectionClient
object and frees
any resources created within the JCSP.NET infrastructure.
- destroyClient() - Method in class org.jcsp.net.NetSharedAltingConnectionClient
-
Destroys this networked client object.
- destroyReader() - Method in interface org.jcsp.net.NetChannelInput
-
Destroys the channel end and frees any resources within
the JCSP.NET infrastructure.
- destroyResources() - Method in class org.jcsp.net.Link
-
Deallocates any resources allocated by createResources
.
- destroyServer() - Method in interface org.jcsp.net.NetConnectionServer
-
Destroys the server and frees any resources used
within the JCSP.NET infrastructure.
- destroyWriter() - Method in interface org.jcsp.net.NetChannelOutput
-
Destroys the channel writer end and frees all the
underlying JCSP.NET resources.
- Display - Interface in org.jcsp.awt
-
Objects implementing this interface provide graphics services to a
CSProcess
.
- DisplayList - Class in org.jcsp.awt
-
This implements the
Display
and
Paintable
interfaces and provides
a channel-like connection between user processes and an active graphics component.
- DisplayList() - Constructor for class org.jcsp.awt.DisplayList
-
- doGraphic(Graphics, Component) - Method in interface org.jcsp.awt.GraphicsCommand.Graphic
-
- DomainID - Class in org.jcsp.net
-
A Class whose instances represent a unique identifier for a JCSP.NET domain.
- DomainID(String) - Constructor for class org.jcsp.net.DomainID
-
Public constructor for a DomainID
which takes
the name of the domain as a parameter.
- duplicate() - Method in class org.jcsp.lang.SharedAltingConnectionClient
-
Returns a SharedConnectionClient
object that is
a duplicate of the object on which this method is called.
- duplicate() - Method in interface org.jcsp.lang.SharedConnectionClient
-
Returns a duplicates SharedConnectionClient
object
which may be used by another process to this instance.
- duplicate() - Method in interface org.jcsp.lang.SharedConnectionServer
-
Creates a duplicate copy of the connection end.
- duplicate() - Method in class org.jcsp.lang.SharedConnectionServerImpl
-
- duplicate() - Method in class org.jcsp.net.NetSharedAltingConnectionClient
-
Produces a duplicate
NetSharedAltingConnectionClient
object which
may be used by another process.
- DuplicateChannelLabelException - Exception in org.jcsp.net
-
This Exception is thrown if there is an attempt to label
a channel's VCN with a label that already exists at the
same Node.
- DynamicClassLoader - Class in org.jcsp.net.dynamic
-
A service implementation for supporting dynamic class transfer at a node.
- DynamicClassLoader() - Constructor for class org.jcsp.net.dynamic.DynamicClassLoader
-
- DynamicClassLoader.DynamicClassLoaderUserObject - Class in org.jcsp.net.dynamic
-
User interface to obtain the TX and RX filters from the service once it has been started.
- DynamicDelta - Class in org.jcsp.plugNplay
-
This process broadcasts objects arriving on its input channel in parallel
to its output channel array -- those output channels can be changed dynamically.
- DynamicDelta(AltingChannelInput, AltingChannelInput) - Constructor for class org.jcsp.plugNplay.DynamicDelta
-
Construct a new DynamicDelta process with the input channel in and
the configuration channel configure.
- DynamicDelta(AltingChannelInput, AltingChannelInput, ChannelOutput[]) - Constructor for class org.jcsp.plugNplay.DynamicDelta
-
Construct a new DynamicDelta process with the input channel in,
the configuration channel configure and the initial output
channels out.
- DynamicDeltaInt - Class in org.jcsp.plugNplay.ints
-
This process broadcasts integers arriving on its input channel in parallel
to its output channel array -- those output channels can be changed dynamically.
- DynamicDeltaInt(AltingChannelInputInt, AltingChannelInput) - Constructor for class org.jcsp.plugNplay.ints.DynamicDeltaInt
-
Construct a new DynamicDeltaInt process with the input channel in and
the configuration channel configure.
- DynamicDeltaInt(AltingChannelInputInt, AltingChannelInput, ChannelOutputInt[]) - Constructor for class org.jcsp.plugNplay.ints.DynamicDeltaInt
-
Construct a new DynamicDeltaInt process with the input channel in,
the configuration channel configure and the initial output
channels out.