Package org.jamesii.asf.registry.failuredetection

Examples of org.jamesii.asf.registry.failuredetection.FailureDescription


      Set<Class<? extends Factory<?>>> failedFactories =
          ((AlgoSelectionRegistry) SimSystem.getRegistry())
              .lookupFactories(repInfo.getOptions()[optionIndex]);

      ((AlgoSelectionRegistry) SimSystem.getRegistry())
          .reportFailure(new FailureDescription(failedFactories, shallowCopy,
              new Exception(results.getErrorMsg(), results.getErrorCause())));
    }
  }
View Full Code Here

TOP

Related Classes of org.jamesii.asf.registry.failuredetection.FailureDescription

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.