Interface RealmEclipseStore

All Superinterfaces:
Realm

public interface RealmEclipseStore extends Realm
A realm based on the Eclipse Store framework. The framework uses internal threads and starting or shutting down the realm is taking measurable time.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the realm is shutdown

    Methods inherited from interface net.tangly.core.domain.Realm

    close
  • Method Details

    • isShutdown

      boolean isShutdown()
      Returns true if the realm is shutdown
      Returns:
      true, if the realm is shutdown otherwise false