Skip navigation links
B C E G I O R S T W 

B

balanceOf(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
BlockMinedListener - Class in org.exoplatform.wallet.blockchain.listener
 
BlockMinedListener(ExoContainer, WalletTransactionService, BlockchainTransactionService) - Constructor for class org.exoplatform.wallet.blockchain.listener.BlockMinedListener
 

C

checkPendingTransactions() - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
checkPendingTransactionValidity(TransactionDetail) - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
checkTransactionStatusOnBlockchain(String, boolean) - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
computeTransactionDetail(TransactionDetail, ContractDetail, Transaction, TransactionReceipt) - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
createAdminAccount() - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
createAdminAccount(String, String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 

E

EthereumBlockchainTransactionService - Class in org.exoplatform.wallet.blockchain.service
 
EthereumBlockchainTransactionService(SettingService, EthereumClientConnector, WalletTransactionService, WalletAccountService) - Constructor for class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
EthereumClientConnector - Class in org.exoplatform.wallet.blockchain.service
A Web3j connector class to interact with Ethereum Blockchain
EthereumClientConnector() - Constructor for class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
EthereumWalletTokenAdminService - Class in org.exoplatform.wallet.blockchain.service
 
EthereumWalletTokenAdminService(EthereumClientConnector) - Constructor for class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
executeReadOperation(String, String, Object...) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 

G

generateHash(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getAdminLevel(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getAdminWalletAddress() - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getContractTransactions(String, long, long) - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
Retrieve from blockchain transaction hashes from contract starting from a block number to a block number
getEtherBalanceOf(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getGasPrice() - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
getLastestBlockNumber() - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
getNonce(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
Retruns current nonce to use for next transaction to use on blockchain for a selected wallet address
getPoolingInterval() - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
getStatisticParameters(String, Object, Object...) - Method in class org.exoplatform.wallet.blockchain.listener.BlockMinedListener
 
getStatisticParameters(String, Object, Object...) - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
getStatisticParameters(String, Object, Object...) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getTransaction(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
Get transaction by hash
getTransactionReceipt(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
Get transaction receipt by hash
getWeb3j() - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 

I

init() - Method in class org.exoplatform.wallet.blockchain.servlet.ServiceLoaderServlet
 
initialize(TransactionDetail, String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
isApprovedAccount(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
isInitializedAccount(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 

O

onEvent(Event<EthBlock.Block, Boolean>) - Method in class org.exoplatform.wallet.blockchain.listener.BlockMinedListener
 
onEvent(Event<Object, Map<String, Object>>) - Method in class org.exoplatform.wallet.blockchain.listener.TransactionMinedListener
 
onEvent(Event<Object, ContractDetail>) - Method in class org.exoplatform.wallet.blockchain.listener.WebSocketContractListener
 
onEvent(Event<Object, TransactionDetail>) - Method in class org.exoplatform.wallet.blockchain.listener.WebSocketTransactionListener
 
onEvent(Event<Object, Wallet>) - Method in class org.exoplatform.wallet.blockchain.listener.WebSocketWalletListener
 
org.exoplatform.wallet.blockchain.listener - package org.exoplatform.wallet.blockchain.listener
 
org.exoplatform.wallet.blockchain.service - package org.exoplatform.wallet.blockchain.service
This package is added in Webapp to add a workaround for the bouncycastle dependency conflict with pre-bundeled version in eXo Platform.
org.exoplatform.wallet.blockchain.servlet - package org.exoplatform.wallet.blockchain.servlet
 

R

refreshBlockchainGasPrice() - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
refreshContractDetailFromBlockchain(ContractDetail, Set<String>) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
refreshTransactionFromBlockchain(String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
renewBlockSubscription(long) - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
retrieveWalletInformationFromBlockchain(Wallet, ContractDetail, Set<String>) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
reward(TransactionDetail, String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 

S

scanNewerBlocks() - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
sendEther(TransactionDetail, String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
sendRawTransactions() - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
sendToken(TransactionDetail, String) - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
sendTransactionToBlockchain(TransactionDetail) - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
Send raw transaction specified in Transaction detail
service(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.wallet.blockchain.servlet.ServiceLoaderServlet
 
ServiceLoaderServlet - Class in org.exoplatform.wallet.blockchain.servlet
A Servlet added to replace old bouncy castle provider loaded in parent class loader by a new one that defines more algorithms and a newer implementation.
ServiceLoaderServlet() - Constructor for class org.exoplatform.wallet.blockchain.servlet.ServiceLoaderServlet
 
setPoolingInterval(long) - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
start() - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
start() - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
start(boolean) - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
start() - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 
stop() - Method in class org.exoplatform.wallet.blockchain.service.EthereumBlockchainTransactionService
 
stop() - Method in class org.exoplatform.wallet.blockchain.service.EthereumClientConnector
 
stop() - Method in class org.exoplatform.wallet.blockchain.service.EthereumWalletTokenAdminService
 

T

TransactionMinedListener - Class in org.exoplatform.wallet.blockchain.listener
 
TransactionMinedListener() - Constructor for class org.exoplatform.wallet.blockchain.listener.TransactionMinedListener
 

W

WebSocketContractListener - Class in org.exoplatform.wallet.blockchain.listener
 
WebSocketContractListener() - Constructor for class org.exoplatform.wallet.blockchain.listener.WebSocketContractListener
 
WebSocketTransactionListener - Class in org.exoplatform.wallet.blockchain.listener
 
WebSocketTransactionListener() - Constructor for class org.exoplatform.wallet.blockchain.listener.WebSocketTransactionListener
 
WebSocketWalletListener - Class in org.exoplatform.wallet.blockchain.listener
 
WebSocketWalletListener() - Constructor for class org.exoplatform.wallet.blockchain.listener.WebSocketWalletListener
 
B C E G I O R S T W 
Skip navigation links

Copyright © 2003–2020 eXo Platform SAS. All rights reserved.