Uses of Class
com.exonum.binding.core.runtime.ServiceInstanceSpec
Package | Description |
---|---|
com.exonum.binding.core.runtime | |
com.exonum.binding.core.service |
-
Uses of ServiceInstanceSpec in com.exonum.binding.core.runtime
Methods in com.exonum.binding.core.runtime that return ServiceInstanceSpec Modifier and Type Method Description static ServiceInstanceSpec
ServiceInstanceSpec. newInstance(java.lang.String name, int id, ServiceArtifactId artifactId)
Methods in com.exonum.binding.core.runtime with parameters of type ServiceInstanceSpec Modifier and Type Method Description void
ServiceRuntime. initiateAddingService(BlockchainData blockchainData, ServiceInstanceSpec instanceSpec, byte[] configuration)
Starts registration of a new service instance with the given specification.void
ServiceRuntime. initiateResumingService(BlockchainData blockchainData, ServiceInstanceSpec instanceSpec, byte[] arguments)
Initiates resuming of previously stopped service instance.void
ServiceRuntime. updateInstanceStatus(ServiceInstanceSpec instanceSpec, Lifecycle.InstanceStatus instanceStatus)
Modifies the state of the given service instance at the runtime either by activation it or stopping. -
Uses of ServiceInstanceSpec in com.exonum.binding.core.service
Methods in com.exonum.binding.core.service that return ServiceInstanceSpec Modifier and Type Method Description protected ServiceInstanceSpec
AbstractService. getInstanceSpec()
Returns this service instance specification.Constructors in com.exonum.binding.core.service with parameters of type ServiceInstanceSpec Constructor Description AbstractService(ServiceInstanceSpec instanceSpec)