Package org.jboss.as.web.session
Interface AffinityLocator
-
- All Known Implementing Classes:
SimpleAffinityLocator
public interface AffinityLocatorLocates the affinity most appropriate for a provided session identifier.- Author:
- Radoslav Husar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringlocate(String sessionID)Locates the affinity most appropriate for a provided session identifier.
-