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

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

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

Methods in org.ow2.weblab.core.services that throw ServiceNotConfiguredException
 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.
 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.
 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.