Package org.wildfly.clustering.ejb
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.ejb.client.AffinitygetStrictAffinity()org.jboss.ejb.client.AffinitygetWeakAffinity(I id)
-
-
-
Method Detail
-
getStrictAffinity
org.jboss.ejb.client.Affinity getStrictAffinity()
-
getWeakAffinity
org.jboss.ejb.client.Affinity getWeakAffinity(I id)
-
-