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