Class ServiceRuntimeAdapter

java.lang.Object
com.exonum.binding.core.runtime.ServiceRuntimeAdapter

public class ServiceRuntimeAdapter
extends java.lang.Object
The adapter of ServiceRuntime to 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

    Modifier and Type Method Description
    ServiceRuntime getServiceRuntime()
    Returns the corresponding service runtime.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait