Uses of Class
org.ow2.weblab.core.services.InsufficientResourcesException

Packages that use InsufficientResourcesException
org.ow2.weblab.core.services   
 

Uses of InsufficientResourcesException in org.ow2.weblab.core.services
 

Methods in org.ow2.weblab.core.services that throw InsufficientResourcesException
 AddInformationReturn ReportProvider.addInformation(AddInformationArgs args)
          Add a resource to be reported given a usage context.
 AddTrainResourceReturn Trainable.addTrainResource(AddTrainResourceArgs args)
          Add the resource to the training set, given a usage context.
 BuildReportReturn ReportProvider.buildReport(BuildReportArgs args)
          Build the report on the previously added resources, given a usage context.
 ConfigureReturn Configurable.configure(ConfigureArgs args)
          Configure the service.
 GetResourceReturn SourceReader.getResource(GetResourceArgs args)
          Get resources from the source exploited by the service.
 IndexReturn Indexer.index(IndexArgs args)
          Index the given resource.
 LoadResourceReturn ResourceContainer.loadResource(LoadResourceArgs args)
          Load a resource stored in the repository.
 NextResourceReturn QueueManager.nextResource(NextResourceArgs args)
          Returns the next resource.
 ProcessReturn Analyser.process(ProcessArgs args)
          Ask to the service to process with its business method.
 ResetConfigurationReturn Configurable.resetConfiguration(ResetConfigurationArgs args)
          Reset the configuration of the service to the default one.
 ResetTrainedModelReturn Trainable.resetTrainedModel(ResetTrainedModelArgs args)
          Empty training set identified by the usage context.
 SaveResourceReturn ResourceContainer.saveResource(SaveResourceArgs args)
          Save a resource in the repository.
 SearchReturn Searcher.search(SearchArgs args)
          Search using the given query.
 TrainReturn Trainable.train(TrainArgs args)
          Train using the resources previously added to the training set identified by the usage context.
 



Copyright © 2004-2010. All Rights Reserved.