Interface UserSessions<D,S>

Type Parameters:
D - deployment identifier type
S - session identifier type
All Known Implementing Classes:
MutableUserSessions

public interface UserSessions<D,S>
Represents an index of user sessions.
Author:
Paul Ferraro