Interface AffinitySupport<I>

  • Type Parameters:
    I - the bean type
    All Known Subinterfaces:
    BeanManager<I,​T,​B>

    public interface AffinitySupport<I>
    Defines the affinity requirements for remote clients.
    Author:
    Paul Ferraro
    • Method Detail

      • getStrictAffinity

        org.jboss.ejb.client.Affinity getStrictAffinity()
      • getWeakAffinity

        org.jboss.ejb.client.Affinity getWeakAffinity​(I id)