Interface KeysetHandleInterface.Entry

  • All Known Implementing Classes:
    KeysetHandle.Entry
    Enclosing interface:
    KeysetHandleInterface

    public static interface KeysetHandleInterface.Entry
    Provides the basic interface for KeysetHandle.Entry.
    • Method Detail

      • getKey

        Key getKey()
        Returns the key for this entry.
      • getStatus

        KeyStatus getStatus()
        Returns the key status for this entry.
      • getId

        int getId()
        Returns the ID for this entry.
      • isPrimary

        boolean isPrimary()
        True if this entry is the unique primary in a keyset.