@Component(value="globalPropertiesConfigService") public class GlobalPropertiesConfigServiceImpl extends Object implements GlobalPropertiesConfigService
| Constructor and Description |
|---|
GlobalPropertiesConfigServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.duracloud.account.db.model.GlobalProperties |
get() |
org.duracloud.account.db.repo.GlobalPropertiesRepo |
getRepo() |
void |
set(String notifierType,
String rabbitmqHost,
Integer rabbitmqPort,
String rabbitmqVhost,
String rabbitmqExchange,
String rabbitmqUsername,
String rabbitmqPassword,
String instanceNotificationTopicArn,
String cloudFrontAccountId,
String cloudFrontKeyId,
String cloudFrontKeyPath) |
void |
setRepo(org.duracloud.account.db.repo.GlobalPropertiesRepo repo) |
public void setRepo(org.duracloud.account.db.repo.GlobalPropertiesRepo repo)
public org.duracloud.account.db.repo.GlobalPropertiesRepo getRepo()
public org.duracloud.account.db.model.GlobalProperties get()
get in interface GlobalPropertiesConfigServicepublic void set(String notifierType, String rabbitmqHost, Integer rabbitmqPort, String rabbitmqVhost, String rabbitmqExchange, String rabbitmqUsername, String rabbitmqPassword, String instanceNotificationTopicArn, String cloudFrontAccountId, String cloudFrontKeyId, String cloudFrontKeyPath)
set in interface GlobalPropertiesConfigServiceCopyright © 2009–2020 LYRASIS. All rights reserved.