Uses of Interface
com.exonum.binding.core.service.ExecutionContext
Package | Description |
---|---|
com.exonum.binding.core.service |
-
Uses of ExecutionContext in com.exonum.binding.core.service
Methods in com.exonum.binding.core.service that return ExecutionContext Modifier and Type Method Description ExecutionContext
ExecutionContext.Builder. build()
Creates the transaction context instance.Methods in com.exonum.binding.core.service with parameters of type ExecutionContext Modifier and Type Method Description default void
Service. afterTransactions(ExecutionContext context)
Handles the changes made by all transactions included in the upcoming block.void
Configurable. applyConfiguration(ExecutionContext context, Configuration configuration)
Applies the given configuration to this service.default void
Service. beforeTransactions(ExecutionContext context)
An optional callback method invoked by the blockchain before any transactions in a block are executed.default void
Service. initialize(ExecutionContext context, Configuration configuration)
Performs an initial configuration of the service instance.default void
Service. resume(ExecutionContext context, byte[] arguments)
Resumes the previously stopped service instance.void
Configurable. verifyConfiguration(ExecutionContext context, Configuration configuration)
Verifies the correctness of the proposed configuration.