Uses of Class
edu.internet2.hopi.dragon.DragonLSP

Uses of DragonLSP in edu.internet2.hopi.dragon
 

Methods in edu.internet2.hopi.dragon that return DragonLSP
 DragonLSP DragonCSA.getLSPByName(java.lang.String lspName)
          Maps already existing LSP to an LSP object.
 

Methods in edu.internet2.hopi.dragon that return types with arguments of type DragonLSP
 java.util.ArrayList<DragonLSP> DragonCSA.getAllLSPs()
          Maps all LSPs a CSA currently participates in and stores them in a list.
 

Methods in edu.internet2.hopi.dragon with parameters of type DragonLSP
 boolean DragonCSA.setupLSP(DragonLSP lsp)
          Creates and commits LSP with the parameters of the LSP object passed to it.