Interface GroupMember<I extends Comparable<I>>

Type Parameters:
I - the group member identifier type
All Superinterfaces:
Comparable<GroupMember<I>>, GroupMember
All Known Subinterfaces:
CacheContainerGroupMember, ChannelGroupMember, LocalGroupMember
All Known Implementing Classes:
AbstractGroupMember, EmbeddedCacheManagerGroupMember, JChannelGroupMember, LocalEmbeddedCacheManagerGroupMember

public interface GroupMember<I extends Comparable<I>> extends GroupMember, Comparable<GroupMember<I>>
Exposes the unique identifier of a GroupMember.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the unique address of this group member

    Methods inherited from interface Comparable

    compareTo

    Methods inherited from interface GroupMember

    getName
  • Method Details

    • getId

      I getId()
      Returns the unique address of this group member
      Returns:
      the unique address of this group member