@Service public class RepoinfoApiServiceImpl extends org.lockss.spring.base.BaseSpringApiServiceImpl implements RepoinfoApiDelegate
| Constructor and Description |
|---|
RepoinfoApiServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
javax.servlet.http.HttpServletRequest request)
Constructor for autowiring.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
org.springframework.http.ResponseEntity<RepositoryInfo> |
getRepositoryInformation()
GET /repoinfo: Provides the properties of the repository in the system.
|
configMgrCreated, getClassName, getConfigWaitTime, getJMSManager, getReadyWaitTime, getRunningLockssDaemon, getWaitTime, jmsSetUpDone, receiveMessage, registerConfigCallback, setUpJms, setUpJms, setUpJms, stopJms, waitConfig, waitConfig, waitReady, waitReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAcceptHeader, getRequest@Autowired
public RepoinfoApiServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
javax.servlet.http.HttpServletRequest request)
objectMapper - An ObjectMapper for JSON processing.request - An HttpServletRequest with the HTTP request.public org.springframework.http.ResponseEntity<RepositoryInfo> getRepositoryInformation()
getRepositoryInformation in interface RepoinfoApiDelegateResponseEntity<RepositoryInfo> with the results.RepoinfoApi.getRepositoryInformation()public Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
getObjectMapper in interface RepoinfoApiDelegateCopyright © 2000–2021 LOCKSS Program. All rights reserved.