- lastRunStatus() - Method in class org.jcsp.net.remote.RemoteProcess
-
Returns false iff the last run generated one or more exceptions.
- leaseChannelName(String, NameAccessLevel, ChannelNameKey) - Static method in class org.jcsp.net.cns.CNS
-
- leaseChannelName(String, NameAccessLevel, ChannelNameKey) - Method in class org.jcsp.net.cns.CNSService
-
Leases the channel name within the specified name space
from the Channel Name Server.
- leaseChannelName(String, NameAccessLevel, ChannelNameKey) - Method in interface org.jcsp.net.cns.CNSUser
-
Leases the channel name within the specified name space
from the Naming Service Implemenation.
- Link - Class in org.jcsp.net
-
This class is an abstract class that all JCSP.NET protocol implementations
must implement.
- Link(ProtocolID, boolean, boolean) - Constructor for class org.jcsp.net.Link
-
A constructor that must be called by sub-classes.
- linkExists(NodeID) - Method in class org.jcsp.net.Node
-
This method tests whether a link currently exists to
a specified remote Node.
- LinkFactory - Class in org.jcsp.net
-
This class does not need to be used by normal JCSP users.
- LinkFactory.Builder - Class in org.jcsp.net
-
An abstract inner class which should be implemented by
comunication protocol implementations.
- LinkFactory.Builder(ProtocolID) - Constructor for class org.jcsp.net.LinkFactory.Builder
-
A constructor which takes the ProtocolID
identifying the
protocol that this Builder
supports.
- LinkLost - Class in org.jcsp.net
-
Message warning that a Link broke.
- LinkLostException - Exception in org.jcsp.net
-
An exception caused by a link underlying a channel breaking.
- LinkLostException(Object) - Constructor for exception org.jcsp.net.LinkLostException
-
Constructor.
- LinkLostException(Object, String) - Constructor for exception org.jcsp.net.LinkLostException
-
Constructor.
- LinkProfile - Class in org.jcsp.net.settings
-
Used internally within the JCSP network infrastructure to represent a single link profile.
- LinkProfile(String, boolean) - Constructor for class org.jcsp.net.settings.LinkProfile
-
- LinkProfiles - Class in org.jcsp.net.settings
-
Used internally within the JCSP network infrastructure to represent a set of link profiles.
- LinkProfiles() - Constructor for class org.jcsp.net.settings.LinkProfiles
-
- LinkServer - Class in org.jcsp.net
-
An abstract class that must be implemented by communication
protocol implementations.
- LinkServer(ProtocolID, NodeAddressID) - Constructor for class org.jcsp.net.LinkServer
-
Constructor.
- LocationNotCNSRegisterable - Interface in org.jcsp.net.cns
-
This class should be implemented by NetChannelLocation objects
which do not want to allow themselves to be registered with the
Channel Name Server.
- log(Object) - Method in class org.jcsp.net.Logger
-
Log a message at the default level with the default class name.
- log(int, Object) - Method in class org.jcsp.net.Logger
-
Log a message at a specific level with the default class name.
- log(String, int, Object) - Method in class org.jcsp.net.Logger
-
Log a message at the specified level with the specific class name.
- log(Class, int, Object) - Method in class org.jcsp.net.Logger
-
Log a message at the specified level with the specific class.
- log(Object, int, Object) - Method in class org.jcsp.net.Logger
-
Log a message at the specified level with the class of the given object.
- log(String, Object) - Method in class org.jcsp.net.Logger
-
Log a message with the specific class.
- log(Class, Object) - Method in class org.jcsp.net.Logger
-
Log a message with the specific class.
- log(Object, Object) - Method in class org.jcsp.net.Logger
-
Log a message with the specific class.
- Logger - Class in org.jcsp.net
-
Manages the output of diagnostic messages to one or more devices.
- Logger(String, String) - Constructor for class org.jcsp.net.Logger
-
Creates a new Logger
with a given name.
- logoffUser() - Method in interface org.jcsp.net.security.SecurityAuthority
-
Clears the currently logged on user.
- logoffUser() - Method in class org.jcsp.net.security.SimpleSecurityAuthority
-
Clears the currently logged on user.
- logonUser(UserToken) - Method in interface org.jcsp.net.security.SecurityAuthority
-
Sets the currently logged on user.
- logonUser(UserToken) - Method in class org.jcsp.net.security.SimpleSecurityAuthority
-
Sets the currently logged on user.