Package org.jboss.as.web.session
Interface AffinityLocator
- All Known Implementing Classes:
SimpleAffinityLocator
public interface AffinityLocator
Locates the affinity most appropriate for a provided session identifier.
- Author:
- Radoslav Husar
-
Method Summary
-
Method Details
-
locate
Locates the affinity most appropriate for a provided session identifier.- Parameters:
sessionID- a unique session identifier to be located- Returns:
- affinity of the corresponding instance
-