public class MigrationService extends Object implements org.picocontainer.Startable
| Constructor and Description |
|---|
MigrationService(org.exoplatform.container.ExoContainer container,
EthereumWalletService ethereumWalletService,
EthereumWalletAccountService accountService,
TransactionStorage transactionStorage,
EthereumTransactionDecoder transactionDecoder,
org.exoplatform.portal.config.UserACL userACL) |
| Modifier and Type | Method and Description |
|---|---|
EthereumWalletAccountService |
getAccountService() |
DeprecatedEthereumWalletService |
getDeprecatedWalletService() |
EthereumWalletService |
getEthereumWalletService() |
TransactionStorage |
getTransactionStorage() |
void |
start() |
void |
stop() |
public MigrationService(org.exoplatform.container.ExoContainer container,
EthereumWalletService ethereumWalletService,
EthereumWalletAccountService accountService,
TransactionStorage transactionStorage,
EthereumTransactionDecoder transactionDecoder,
org.exoplatform.portal.config.UserACL userACL)
public void start()
start in interface org.picocontainer.Startablepublic void stop()
stop in interface org.picocontainer.Startablepublic EthereumWalletService getEthereumWalletService()
public EthereumWalletAccountService getAccountService()
public TransactionStorage getTransactionStorage()
public DeprecatedEthereumWalletService getDeprecatedWalletService()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.