public interface SessionRegistry
| Modifier and Type | Method and Description |
|---|---|
ProducerSessionInformation |
get(String sessionId) |
Set<ProducerSessionInformation> |
getAll() |
void |
put(String sessionId,
ProducerSessionInformation sessionInformation) |
ProducerSessionInformation |
remove(String sessionId) |
Set<ProducerSessionInformation> getAll()
ProducerSessionInformation get(String sessionId)
ProducerSessionInformation remove(String sessionId)
void put(String sessionId, ProducerSessionInformation sessionInformation)
Copyright © 2006-2014 GateIn. All Rights Reserved.