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

B

balanceOf(String) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 

C

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

E

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

G

getAdminLevel(String) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getAdminWallet() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getAdminWalletAddress() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getContractTransactions(String, long, long) - Method in class org.exoplatform.addon.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.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getLastestBlockNumber() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
 
getNonce(String) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
Retruns current nonce to use for next transaction to use on blockchain for a selected wallet address
getStatisticParameters(String, Object, Object...) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
 
getStatisticParameters(String, Object, Object...) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
getTransaction(String) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
Get transaction by hash
getTransactionManager(Credentials) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
Return TransactionManager to use when interacting with blockchain
getTransactionReceipt(String) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
Get transaction receipt by hash
getWeb3j() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
 

I

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

O

onEvent(Event<Object, Map<String, Object>>) - Method in class org.exoplatform.addon.wallet.blockchain.listener.TransactionMinedListener
 
onEvent(Event<Object, ContractDetail>) - Method in class org.exoplatform.addon.wallet.blockchain.listener.WebSocketContractListener
 
onEvent(Event<Object, TransactionDetail>) - Method in class org.exoplatform.addon.wallet.blockchain.listener.WebSocketTransactionListener
 
onEvent(Event<Object, Wallet>) - Method in class org.exoplatform.addon.wallet.blockchain.listener.WebSocketWalletListener
 
org.exoplatform.addon.wallet.blockchain.listener - package org.exoplatform.addon.wallet.blockchain.listener
 
org.exoplatform.addon.wallet.blockchain.service - package org.exoplatform.addon.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.addon.wallet.blockchain.servlet - package org.exoplatform.addon.wallet.blockchain.servlet
 

R

refreshContractDetailFromBlockchain(ContractDetail, Set<String>) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
retrieveWalletInformationFromBlockchain(Wallet, ContractDetail, Set<String>) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
reward(TransactionDetail, String) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 

S

scanNewerBlocks() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumBlockchainTransactionService
 
sendEther(TransactionDetail, String) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
sendToken(TransactionDetail, String) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.addon.wallet.blockchain.servlet.ServiceLoaderServlet
 
ServiceLoaderServlet - Class in org.exoplatform.addon.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.addon.wallet.blockchain.servlet.ServiceLoaderServlet
 
start() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumBlockchainTransactionService
 
start() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
 
start(boolean) - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
 
start() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 
stop() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumBlockchainTransactionService
 
stop() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumClientConnector
 
stop() - Method in class org.exoplatform.addon.wallet.blockchain.service.EthereumWalletTokenAdminService
 

T

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

W

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

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