Uses of Class
be.ac.ulg.montefiore.run.totem.repository.model.exception.AddDBException

Packages that use AddDBException
be.ac.ucl.poms.repository.IGPWO   
be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO   
be.ac.ulg.montefiore.run.totem.repository.DAMOTE This package holds DAMOTE-related classes. 
it.unina.repository.MIRA   
nl.tudelft.repository.XAMCRA   
 

Uses of AddDBException in be.ac.ucl.poms.repository.IGPWO
 

Methods in be.ac.ucl.poms.repository.IGPWO that throw AddDBException
static void IGPWO.jniaddArc(int index, int new_id, int new_headnode, int new_tailnode, double new_capacity)
           
static void IGPWO.jniaddCommodity(int matrix_index, int new_dstnode, int new_srcnode, double demandValue)
           
static void IGPWO.jniaddNode(int index, int new_id)
           
 

Uses of AddDBException in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO
 

Methods in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO that throw AddDBException
static void bgpAwareIGPWO.jniaddArc(int index, int new_id, int new_headnode, int new_tailnode, double new_capacity, int type)
           
static void bgpAwareIGPWO.jniaddCommodity(int matrix_index, int new_dstnode, int new_srcnode, double demandValue)
           
static void bgpAwareIGPWO.jniaddNode(int index, int new_id)
           
 

Uses of AddDBException in be.ac.ulg.montefiore.run.totem.repository.DAMOTE
 

Methods in be.ac.ulg.montefiore.run.totem.repository.DAMOTE that throw AddDBException
 void JNIDAMOTE.jniaddBackupLSP(int lspid, int primaryId, int[] path, int PL, int OA, float reservation, boolean type)
          Adds an already computed backup LSP to DAMOTE database
 void JNIDAMOTE.jniaddLink(int linkId, int color, int src, int dst, float[] cap, float[][] rbw, float[][] pbw, float[][] bbw, float[][] fbw)
          Adds Link in DAMOTE database
 void JNIDAMOTE.jniaddLSP(int lspid, int[] path, int PL, int OA, float reservation)
          Adds an already computed primary LSP to DAMOTE database Note that the least priority and the default OA will be chosen.
 void JNIDAMOTE.jniaddNode(int nodeId)
          Adds Node in DAMOTE database
 java.lang.Object[] JNIDAMOTE.jnicomputeBackupPath(int primarylspId, int[] backuplspIds, int backupType, boolean ADDLSP, boolean PREEMPT)
          Computes a global detour or local detours with DAMOTE
 int[] JNIDAMOTE.jnicomputePath(int lspId, int src, int dst, int rrid, int rrsrc, int rrdst, int PL, int OA, float reservation, int[] colorArray, boolean ADDLSP, boolean PREEMPT)
          Computes a primary LSP with DAMOTE
 void JNIDAMOTE.jniremoveLink(int srcNodeId, int dstNodeId)
          Removes the link identified by srcNodeId and dstNodeId from DAMOTE database
 void JNIDAMOTE.jniremoveLSP(int lspid)
          Remove the LSP identified by lspid from DAMOTE database
 void JNIDAMOTE.jniremoveNode(int nodeId)
          Removes the node identified by nodeId from DAMOTE database
 

Uses of AddDBException in it.unina.repository.MIRA
 

Methods in it.unina.repository.MIRA that throw AddDBException
static void JNIMIRA.jniaddLink(int srcId, int dstId, float cap, float reservedBw, float metric)
          Adds Link in MIRA database
static void JNIMIRA.jniaddNode(int nodeId, int type)
          Adds Node in MIRA database
static void JNIMIRA.jniaddPath(int[] path, float reservation)
          Adds an already computed primary LSP to MIRA database
static int[] JNIMIRA.jnicomputePath(int src, int dst, float bandwidth, int ADDLSP)
          Computes a primary LSP with MIRA
static void JNIMIRA.jniremoveLink(int srcId, int dstId)
          Removes the link identified by srcNodeId and dstNodeId from MIRA database
static void JNIMIRA.jniremoveNode(int nodeId)
          Removes the node identified by nodeId from MIRA database
static void JNIMIRA.jniremovePath(int[] path, float reservation)
          Remove an already computed primary LSP to MIRA database
 

Uses of AddDBException in nl.tudelft.repository.XAMCRA
 

Methods in nl.tudelft.repository.XAMCRA that throw AddDBException
static void JNIXAMCRA.jniaddLink(int srcId, int dstId, double cap, double[] qosMetric)
          Adds Link in XAMCRA database
static void JNIXAMCRA.jniaddNode(int nodeId)
          Adds Node in XAMCRA database
static void JNIXAMCRA.jniaddPath(int[] path, double reservation)
          Adds an already computed primary LSP to XAMCRA database
static int[] JNIXAMCRA.jnicomputePath(int src, int dst, double bandwidth, double[] qosConstraint, int ADDLSP)
          Computes a primary LSP with XAMCRA
static void JNIXAMCRA.jniremovePath(int[] path, double reservation)
          Remove an already computed primary LSP to XAMCRA database
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.