public class InMemorySessionRegistry extends Object implements SessionRegistry
| Constructor and Description |
|---|
InMemorySessionRegistry() |
| Modifier and Type | Method and Description |
|---|---|
ProducerSessionInformation |
get(String sessionId) |
Set<ProducerSessionInformation> |
getAll() |
void |
put(String sessionId,
ProducerSessionInformation sessionInformation) |
ProducerSessionInformation |
remove(String sessionId) |
public Set<ProducerSessionInformation> getAll()
getAll in interface SessionRegistrypublic ProducerSessionInformation get(String sessionId)
get in interface SessionRegistrypublic ProducerSessionInformation remove(String sessionId)
remove in interface SessionRegistrypublic void put(String sessionId, ProducerSessionInformation sessionInformation)
put in interface SessionRegistryCopyright © 2006-2014 GateIn. All Rights Reserved.