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 ServiceInstanceSpecServiceInstanceSpec. 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 voidServiceRuntime. initiateAddingService(BlockchainData blockchainData, ServiceInstanceSpec instanceSpec, byte[] configuration)Starts registration of a new service instance with the given specification.voidServiceRuntime. initiateResumingService(BlockchainData blockchainData, ServiceInstanceSpec instanceSpec, byte[] arguments)Initiates resuming of previously stopped service instance.voidServiceRuntime. 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 ServiceInstanceSpecAbstractService. getInstanceSpec()Returns this service instance specification.Constructors in com.exonum.binding.core.service with parameters of type ServiceInstanceSpec Constructor Description AbstractService(ServiceInstanceSpec instanceSpec)