|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.rsvp.mgmt.lsp_info.OpticalLSPParam
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.
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
| 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 |
public int srcIntfID
public int dstIntfID
public java.lang.String srcTransportNetID_str
public java.lang.String dstTransportNetID_str
| Constructor Detail |
public OpticalLSPParam()
public OpticalLSPParam(OpticalLSPParam param)
param - | Method Detail |
public void config(com.renesys.raceway.DML.Configuration cfg)
throws com.renesys.raceway.DML.configException
cfg -
com.renesys.raceway.DML.configException
com.renesys.raceway.DML.configExceptionpublic OpticalLSPParam revOpticParam()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||