public class ReplicationAdmin extends MetacatAdmin
Modifier and Type | Method and Description |
---|---|
static ReplicationAdmin |
getInstance()
Get the single instance of D1Admin.
|
void |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle configuration of replication -- pass through to the other handler
|
protected java.util.Vector<java.lang.String> |
validateOptions(javax.servlet.http.HttpServletRequest request)
Validate the most important configuration options submitted by the user.
|
public static ReplicationAdmin getInstance() throws AdminException
AdminException
public void handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws AdminException, ServiceException, java.io.IOException, MetacatUtilException
request
- the http request informationresponse
- the http response to be sent back to the clientServiceException
java.io.IOException
MetacatUtilException
AdminException
protected java.util.Vector<java.lang.String> validateOptions(javax.servlet.http.HttpServletRequest request)
validateOptions
in class MetacatAdmin
Copyright © 2020 Regents of the University of California. All Rights Reserved.