gov.nist.antd.rsvp.mgmt.lsp_info
Class OpticalLSPParam

java.lang.Object
  |
  +--gov.nist.antd.rsvp.mgmt.lsp_info.OpticalLSPParam
Direct Known Subclasses:
OuniLSPParam

public class OpticalLSPParam
extends java.lang.Object

This class Optical LSP end information such as Source Node Id, Interface Id, destination Node id, interface id. This will be used to establish the Optical Tunnel.

 This interface 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.

Since:
05/2002
Version:
1.0

 VERSION CONTROL
-------------------------------------------------------------------------
Name - MM/DD/YYYY - VERSION - ACTION
chul - 05/28/2002 - 1.0 - Source created
chul - 06/03/2002 - 1.1 - Add toString() mf

Author:
Chul Kim

Field Summary
 int dstIntfID
          Destination Node Interface ID
 java.lang.String dstTransportNetID_str
          Destination Node ID
 int srcIntfID
          Source Node Interface id
 java.lang.String srcTransportNetID_str
          Source Node ID
 
Constructor Summary
OpticalLSPParam()
           
OpticalLSPParam(OpticalLSPParam param)
           
 
Method Summary
 void config(com.renesys.raceway.DML.Configuration cfg)
           
 OpticalLSPParam revOpticParam()
          Create reverse optical lsp parameters
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

srcIntfID

public int srcIntfID
Source Node Interface id


dstIntfID

public int dstIntfID
Destination Node Interface ID


srcTransportNetID_str

public java.lang.String srcTransportNetID_str
Source Node ID


dstTransportNetID_str

public java.lang.String dstTransportNetID_str
Destination Node ID

Constructor Detail

OpticalLSPParam

public OpticalLSPParam()

OpticalLSPParam

public OpticalLSPParam(OpticalLSPParam param)
Parameters:
param -
Method Detail

config

public void config(com.renesys.raceway.DML.Configuration cfg)
            throws com.renesys.raceway.DML.configException
Parameters:
cfg -
Throws:
com.renesys.raceway.DML.configException
com.renesys.raceway.DML.configException

revOpticParam

public OpticalLSPParam revOpticParam()
Create reverse optical lsp parameters

Returns:
optical_lsp_param

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
java.lang.String