org.drools.guvnor.client.rpc
Interface SuggestionCompletionEngineService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
SuggestionCompletionEngineServiceImplementation, SuggestionCompletionEngineServiceServlet

@RemoteServiceRelativePath(value="suggestionCompletionEngineService")
public interface SuggestionCompletionEngineService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 SuggestionCompletionEngine loadSuggestionCompletionEngine(String packageName)
          Loads up the SuggestionCompletionEngine for the given package.
 

Method Detail

loadSuggestionCompletionEngine

SuggestionCompletionEngine loadSuggestionCompletionEngine(String packageName)
                                                          throws com.google.gwt.user.client.rpc.SerializationException
Loads up the SuggestionCompletionEngine for the given package. As this doesn't change that often, its safe to cache. However, if a change is made to a package, should blow away the cache.

Throws:
com.google.gwt.user.client.rpc.SerializationException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.