public class IndexableServiceRegistry extends Object
| Constructor and Description |
|---|
IndexableServiceRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<?>> |
getLocalServices() |
static Set<ManualIndexableService> |
getRemoteServices() |
static int |
getRevision() |
static void |
register(Class<?> iface) |
static void |
register(ManualIndexableService service) |
static void |
register(String serviceInterface,
String endpoint) |
public static void register(Class<?> iface)
public static void register(ManualIndexableService service)
public static Set<ManualIndexableService> getRemoteServices()
public static int getRevision()
Copyright © 2014. All rights reserved.