public class DirectoryCacheRestlet extends BaseNuxeoRestlet
Warning: this restlet can only be used on the JVM that hosts the DirectoryService instance since it is using non-remotable API. This means this restlet will not work with the multi machine setups of Nuxeo.
Modifier and Type | Field and Description |
---|---|
static String |
DIRECTORY_NAME_QUERY_PARAM |
Constructor and Description |
---|
DirectoryCacheRestlet() |
Modifier and Type | Method and Description |
---|---|
void |
handle(org.restlet.data.Request req,
org.restlet.data.Response res) |
getContext, getLogger, isStarted, isStopped, setContext, start, stop
public static final String DIRECTORY_NAME_QUERY_PARAM
Copyright © 2013 Nuxeo SA. All Rights Reserved.