SSF.Net
Class Router

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

public synchronized class Router
extends Host


Field Summary
 
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
Router(Net, java.lang.String, int)
           
 
Methods inherited from class SSF.Net.Host
config, defined_in_network, getNet, global_nhi_to_ip, init, local_nhi_to_ip, toString
 
Methods inherited from class SSF.OS.ProtocolGraph
cpu, SessionForName
 
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

Router

public Router(Net,
              java.lang.String,
              int)