SSF.Net
Class LSR

java.lang.Object
  |
  +--com.renesys.raceway.SSF.Entity
        |
        +--SSF.OS.ProtocolGraph
              |
              +--SSF.Net.Host
                    |
                    +--SSF.Net.Router
                          |
                          +--SSF.Net.ExtRouter
                                |
                                +--SSF.Net.LSR
All Implemented Interfaces:
com.renesys.raceway.DML.Configurable, FailureInformation

public class LSR
extends ExtRouter

These class represents a network host with multiple network interface cards (NICs). This class was developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic. We would appreciate acknowledgement if the software is used. NIST ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.

Author:
Eun-Hyuk Lim
, borchert

Field Summary
 
Fields inherited from class SSF.Net.ExtRouter
inConfiguration, protNames
 
Fields inherited from class SSF.Net.Host
hostConfig, ID, interfaceAddresses, interfaceCount, interfaceNumbers, net, nhi, nhi_context
 
Fields inherited from class SSF.OS.ProtocolGraph
description
 
Fields inherited from class com.renesys.raceway.SSF.Entity
 
Constructor Summary
LSR(Net net, java.lang.String nhi, int id)
           
 
Method Summary
 void config(com.renesys.raceway.DML.Configuration cfg)
          Configures the LSR.
 
Methods inherited from class SSF.Net.ExtRouter
getID, getInterfaceAddresses, getInterfaceCount, getInterfaceCount, getNameOfProtocols, getNet, isFailure, isLog, notifyONIC, removeProtocolSession, sendMessage, SessionForName, setFailure, setID, setInterfaceCount, setLog
 
Methods inherited from class SSF.Net.Host
defined_in_network, global_nhi_to_ip, init, local_nhi_to_ip, toString
 
Methods inherited from class SSF.OS.ProtocolGraph
cpu
 
Methods inherited from class com.renesys.raceway.SSF.Entity
alignment, alignTo, coalignedEntities, inChannels, joinAll, makeIndependent, now, outChannels, pauseAll, playRole, processes, resumeAll, startAll, startAll, startClient, startClient, startServer, W, Z
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LSR

public LSR(Net net,
           java.lang.String nhi,
           int id)
Method Detail

config

public void config(com.renesys.raceway.DML.Configuration cfg)
            throws com.renesys.raceway.DML.configException
Configures the LSR.

Specified by:
config in interface com.renesys.raceway.DML.Configurable
Overrides:
config in class ExtRouter
Parameters:
cfg - the configuration object.
com.renesys.raceway.DML.configException