Package org.lockss.laaws.config.impl
Class AuidsApiServiceImpl
java.lang.Object
org.lockss.spring.base.BaseSpringApiServiceImpl
org.lockss.laaws.config.impl.AuidsApiServiceImpl
- All Implemented Interfaces:
AuidsApiDelegate
@Service
public class AuidsApiServiceImpl
extends BaseSpringApiServiceImpl
implements AuidsApiDelegate
Service for manipulating AUIDs
-
Nested Class Summary
Nested classes/interfaces inherited from class org.lockss.spring.base.BaseSpringApiServiceImpl
BaseSpringApiServiceImpl.MapMessageListener -
Field Summary
Fields inherited from class org.lockss.spring.base.BaseSpringApiServiceImpl
DEFAULT_CONFIG_WAIT_TIME, DEFAULT_READY_WAIT_TIME, JMS_BOTH, JMS_RECEIVE, JMS_SEND, jmsConsumer, jmsProducer, PARAM_CONFIG_WAIT_TIME, PARAM_READY_WAIT_TIME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntitycalculateAuid(String pluginId, String handle, Object auConfig) Methods inherited from class org.lockss.spring.base.BaseSpringApiServiceImpl
configMgrCreated, getClassName, getConfigWaitTime, getJMSManager, getPluginManager, getReadyWaitTime, getRunningLockssDaemon, getStateManager, getWaitTime, jmsSetUpDone, jsonResponse, receiveMessage, registerConfigCallback, setUpJms, setUpJms, setUpJms, stopJms, stringResponse, waitConfig, waitConfig, waitReady, waitReadyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.lockss.laaws.config.api.AuidsApiDelegate
getAcceptHeader, getObjectMapper, getRequest
-
Constructor Details
-
AuidsApiServiceImpl
public AuidsApiServiceImpl()
-
-
Method Details
-
calculateAuid
public org.springframework.http.ResponseEntity calculateAuid(String pluginId, String handle, Object auConfig) - Specified by:
calculateAuidin interfaceAuidsApiDelegate- See Also:
-