Interface HasRealmId

All Known Implementing Classes:
ConcurrentHashMapStorage, FileCrudOperations, FileMapStorage, HotRodUserSessionMapStorage, SingleUseObjectMapStorage

public interface HasRealmId
Interface for all objects which are bound to a realm and retain reference to its ID.
Author:
hmlnarik
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns realm ID of the entity.
    void
    setRealmId(String realmId)
    Sets the realm ID of this object.
  • Method Details

    • getRealmId

      String getRealmId()
      Returns realm ID of the entity.
      Returns:
      See description
    • setRealmId

      void setRealmId(String realmId)
      Sets the realm ID of this object.
      Parameters:
      realmId - Realm ID.