org.drools.guvnor.server
Class SuggestionCompletionEngineServiceImplementation
java.lang.Object
org.drools.guvnor.server.SuggestionCompletionEngineServiceImplementation
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, SuggestionCompletionEngineService
public class SuggestionCompletionEngineServiceImplementation
- extends Object
- implements SuggestionCompletionEngineService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuggestionCompletionEngineServiceImplementation
public SuggestionCompletionEngineServiceImplementation()
loadSuggestionCompletionEngine
@WebRemote
@LoggedIn
public SuggestionCompletionEngine loadSuggestionCompletionEngine(String packageName)
throws com.google.gwt.user.client.rpc.SerializationException
- Description copied from interface:
SuggestionCompletionEngineService
- 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.
- Specified by:
loadSuggestionCompletionEngine
in interface SuggestionCompletionEngineService
- Throws:
com.google.gwt.user.client.rpc.SerializationException
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.