gov.nist.antd.optical
Class OXC

java.lang.Object
  |
  +--com.renesys.raceway.SSF.Entity
        |
        +--SSF.OS.ProtocolGraph
              |
              +--SSF.Net.Host
                    |
                    +--SSF.Net.Router
                          |
                          +--SSF.Net.ExtRouter
                                |
                                +--gov.nist.antd.optical.OXCEdgeRouter
                                      |
                                      +--gov.nist.antd.optical.OXC
All Implemented Interfaces:
com.renesys.raceway.DML.Configurable, FailureInformation

public class OXC
extends OXCEdgeRouter

This class represents the optical cross connector (OXC). This class only can be in a relationship to ONICs, not to 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:
borchert
, rouil

Field Summary
 
Fields inherited from class gov.nist.antd.optical.OXCEdgeRouter
 
Fields inherited from class SSF.Net.ExtRouter
inConfiguration, protNames
 
Fields inherited from class SSF.Net.Host
hostConfig, ID, interfaceAddresses, interfaceNumbers, net, nhi, nhi_context
 
Fields inherited from class SSF.OS.ProtocolGraph
description
 
Fields inherited from class com.renesys.raceway.SSF.Entity
 
Constructor Summary
OXC(Net net, java.lang.String nhi, int id)
          Constructor of an OXC.
 
Method Summary
 void config(com.renesys.raceway.DML.Configuration cfg)
          Configuration of a Optical Cross Connect.
 
Methods inherited from class gov.nist.antd.optical.OXCEdgeRouter
addSrg, addSrg, addSrg, checkAndAddIP, configOptional, getSRG, init, isAvailableConverter, isConverter, isInSrg, isInSrg, isInSrlg, isInSrlg, removeSrg, removeSrg, setSRG
 
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, 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

OXC

public OXC(Net net,
           java.lang.String nhi,
           int id)
    throws DuplicateIDException
Constructor of an OXC.

Parameters:
net - network within which the OXC is to be configured.
nhi - NHI address of the containing network.
id - integer OXC ID.
Throws:
DuplicateIDException
Method Detail

config

public void config(com.renesys.raceway.DML.Configuration cfg)
            throws com.renesys.raceway.DML.configException
Configuration of a Optical Cross Connect.

REQUIRED ATTRIBUTES:

OPTIONAL ATTRIBUTES:

Specified by:
config in interface com.renesys.raceway.DML.Configurable
Overrides:
config in class OXCEdgeRouter
Parameters:
cfg - The DML configuration for OXC.
Throws:
com.renesys.raceway.DML.configException - if a configuration error occurs.