Package convex.peer
Class TransactionHandler
java.lang.Object
convex.peer.AThreadedComponent
convex.peer.TransactionHandler
Server component for handling client transactions and producing Blocks
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected final ArrayBlockingQueue<Message>Queue for incoming (unverified) transaction messagesFields inherited from class convex.peer.AThreadedComponent
server, thread -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close this threaded component, including interrupting any running thread(s).intprotected Stringbooleanprotected voidloop()protected SignedData<Block>maybeGenerateBlock(Peer peer) Checks for pending transactions, and if found propose them as a new Block.voidmaybeReportTransactions(Peer peer) booleanOffer a transaction for handlingprotected voidvoidstart()Start the threaded componentMethods inherited from class convex.peer.AThreadedComponent
finalize, getLoad
-
Field Details
-
txMessageQueue
Queue for incoming (unverified) transaction messages -
lastBlockPublishedTime
protected long lastBlockPublishedTime
-
-
Constructor Details
-
TransactionHandler
-
-
Method Details
-
offerTransaction
Offer a transaction for handling- Parameters:
m- Message offered- Returns:
- True if queued for handling, false otherwise
-
processMessage
-
maybeReportTransactions
-
maybeGenerateBlock
Checks for pending transactions, and if found propose them as a new Block.- Returns:
- True if a new block is published, false otherwise.
-
close
public void close()Description copied from class:AThreadedComponentClose this threaded component, including interrupting any running thread(s). Subclasses may override, but should call `super.close()` to close the main thread- Overrides:
closein classAThreadedComponent
-
start
public void start()Description copied from class:AThreadedComponentStart the threaded component- Overrides:
startin classAThreadedComponent
-
isAwaitingResults
public boolean isAwaitingResults() -
countInterests
public int countInterests() -
loop
- Specified by:
loopin classAThreadedComponent- Throws:
InterruptedException
-
getThreadName
- Specified by:
getThreadNamein classAThreadedComponent
-