public class PrecomputedServiceRegistry
extends java.lang.Object
| Constructor and Description |
|---|
PrecomputedServiceRegistry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPrecomputedService(AbstractCachedService<? extends IServiceResult> service)
Register a service to be precomputed after each document change.
|
java.lang.Iterable<AbstractCachedService<? extends IServiceResult>> |
getPrecomputedServices()
Return the registered services.
|
boolean |
removePrecomputedService(AbstractCachedService<? extends IServiceResult> service)
Remove a service from the registry.
|
public boolean addPrecomputedService(AbstractCachedService<? extends IServiceResult> service)
public boolean removePrecomputedService(AbstractCachedService<? extends IServiceResult> service)
public java.lang.Iterable<AbstractCachedService<? extends IServiceResult>> getPrecomputedServices()