org.drools.guvnor.server
Class SuggestionCompletionEngineServiceImplementation

java.lang.Object
  extended by org.drools.guvnor.server.SuggestionCompletionEngineServiceImplementation
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, SuggestionCompletionEngineService

public class SuggestionCompletionEngineServiceImplementation
extends Object
implements SuggestionCompletionEngineService


Constructor Summary
SuggestionCompletionEngineServiceImplementation()
           
 
Method Summary
 SuggestionCompletionEngine loadSuggestionCompletionEngine(String packageName)
          Loads up the SuggestionCompletionEngine for the given package.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestionCompletionEngineServiceImplementation

public SuggestionCompletionEngineServiceImplementation()
Method Detail

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-2014 JBoss by Red Hat. All Rights Reserved.