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

Packages that use NoSuchAlgorithmException
be.ac.ulg.montefiore.run.totem.repository.facade This package holds the manager for the repository package. 
 

Uses of NoSuchAlgorithmException in be.ac.ulg.montefiore.run.totem.repository.facade
 

Methods in be.ac.ulg.montefiore.run.totem.repository.facade that throw NoSuchAlgorithmException
 TotemAlgorithm RepositoryManager.getAlgo(java.lang.String name)
          Returns the instance of the algorithm name.
 TotemAlgorithm RepositoryManager.getAlgo(java.lang.String name, int asId)
          Returns the instance of the algorithm name.
 TotemAlgorithm RepositoryManager.getAlgo(java.lang.String name, int asId, int tmId)
          Returns the instance of the algorithm name.
 java.util.List<ParameterDescriptor> RepositoryManager.getAlgoParameters(java.lang.String algoName)
          Returns a list of the algorithm parameters used to start the algorithm
 void RepositoryManager.stopAlgorithm(java.lang.String name)
          Stops the algorithm name.
 void RepositoryManager.stopAlgorithm(java.lang.String name, int asId)
          Stops the algorithm name.
 void RepositoryManager.stopAlgorithm(java.lang.String name, int asId, int tmId)
          Stops the algorithm name.
 



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