|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.restoration01.Restoration01.BackupProcess
Class - BackupProcess Handle the backup path find and switch over active LSP's traffic to the backup LSP
| Field Summary | |
NHLFE |
activeNHLFE
|
java.util.Vector |
backupList
|
int |
backupListSize
|
NHLFE |
backupnhlfe
|
int |
count
|
ForwardingInformation |
forwardingInfo
|
int |
index
|
int |
ingressLSRID
|
boolean |
isrlogon
|
int |
localLSPID
|
java.io.FileWriter |
rlog
|
double |
startTime
|
| Constructor Summary | |
Restoration01.BackupProcess(int ingresslsrid,
int locallspid,
ForwardingInformation finfo,
NHLFE activenhlfe,
java.util.Vector backuplist)
Contructor Create BackupProcess; Initialize the memeber var. |
|
| Method Summary | |
void |
checkBackupResource()
Method checkBackupResource Check the Backup LSP's Resource |
void |
noBackupPath()
Method noBackupPath When received resource check message nofities there is no enough resource |
void |
receiveRecourceCheckResult(ResourceCheckMessage message)
Method receiveResourceCheckResult Called when receiving the Resouce check result message |
void |
writelog(java.lang.String str)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int ingressLSRID
public int localLSPID
public NHLFE activeNHLFE
public ForwardingInformation forwardingInfo
public java.util.Vector backupList
public int backupListSize
public int index
public NHLFE backupnhlfe
public double startTime
public java.io.FileWriter rlog
public boolean isrlogon
public int count
| Constructor Detail |
public Restoration01.BackupProcess(int ingresslsrid,
int locallspid,
ForwardingInformation finfo,
NHLFE activenhlfe,
java.util.Vector backuplist)
ingresslsrid - - Ingress LSR IDlocallspid - - Local LSP Idfinfo - - ForwardingInformationactivenhlfe - - Active NHLFEbackuplist - - Backup LSP List| Method Detail |
public void checkBackupResource()
public void receiveRecourceCheckResult(ResourceCheckMessage message)
message - - Resource Check Messagepublic void noBackupPath()
public void writelog(java.lang.String str)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||