Load and return the Session associated with the specified session identifier from this Store, without removing it. If there is no such stored Session, return null . Implementations should expect, and correctly handle, concurrent calls to any method but in particular calls to {@code #
(String id)
| 88 | * @return the loaded Session instance |
| 89 | */ |
| 90 | Session load(String id) throws ClassNotFoundException, IOException; |
| 91 | |
| 92 | |
| 93 | /** |
no outgoing calls