Package com.exonum.binding.core.runtime
Class ServiceRuntimeAdapter
- java.lang.Object
-
- com.exonum.binding.core.runtime.ServiceRuntimeAdapter
-
public class ServiceRuntimeAdapter extends Object
The adapter ofServiceRuntimeto the interface, convenient to the native code accessing it through JNI (simpler, faster, more reliable).For more detailed documentation on the operations, see the
ServiceRuntime.
-
-
Constructor Summary
Constructors Constructor Description ServiceRuntimeAdapter(ServiceRuntime serviceRuntime, AccessFactory accessFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceRuntimegetServiceRuntime()Returns the corresponding service runtime.
-
-
-
Constructor Detail
-
ServiceRuntimeAdapter
@Inject public ServiceRuntimeAdapter(ServiceRuntime serviceRuntime, AccessFactory accessFactory)
-
-
Method Detail
-
getServiceRuntime
public ServiceRuntime getServiceRuntime()
Returns the corresponding service runtime.
-
-