| Package | Description |
|---|---|
| org.gatein.wsrp | |
| org.gatein.wsrp.consumer | |
| org.gatein.wsrp.consumer.handlers | |
| org.gatein.wsrp.consumer.handlers.session | |
| org.gatein.wsrp.handler |
| Modifier and Type | Method and Description |
|---|---|
ProducerSessionInformation |
WSRPConsumer.getProducerSessionInformationFrom(javax.servlet.http.HttpSession session)
Retrieves the session information for the producer associated with this consumer.
|
ProducerSessionInformation |
WSRPConsumer.getProducerSessionInformationFrom(org.gatein.pc.api.invocation.PortletInvocation invocation)
Retrieves the session information for the producer associated with this consumer.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerSessionInformation |
WSRPConsumerImpl.getProducerSessionInformationFrom(javax.servlet.http.HttpSession session) |
ProducerSessionInformation |
WSRPConsumerImpl.getProducerSessionInformationFrom(org.gatein.pc.api.invocation.PortletInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
ProducerSessionInformation |
SessionHandler.getProducerSessionInformation(javax.servlet.http.HttpSession session)
Retrieves the ProducerSessionInformation from the specified session.
|
ProducerSessionInformation |
SessionHandler.getProducerSessionInformation(org.gatein.pc.api.invocation.PortletInvocation invocation)
Retrieves the ProducerSessionInformation containing the current state of what is known session-wise for this producer, creating a new one if none existed previously.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerSessionInformation |
InMemorySessionRegistry.get(String sessionId) |
ProducerSessionInformation |
SessionRegistry.get(String sessionId) |
ProducerSessionInformation |
InMemorySessionRegistry.remove(String sessionId) |
ProducerSessionInformation |
SessionRegistry.remove(String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
Set<ProducerSessionInformation> |
InMemorySessionRegistry.getAll() |
Set<ProducerSessionInformation> |
SessionRegistry.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemorySessionRegistry.put(String sessionId,
ProducerSessionInformation sessionInformation) |
void |
SessionRegistry.put(String sessionId,
ProducerSessionInformation sessionInformation) |
| Modifier and Type | Method and Description |
|---|---|
static ProducerSessionInformation |
RequestHeaderClientHandler.getCurrentProducerSessionInformation()
Retrieves the session metadata associated with the current interaction.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RequestHeaderClientHandler.setCurrentInfo(String groupId,
ProducerSessionInformation sessionInformation)
Updates the information associated with the current interactions with the specified information.
|
Copyright © 2006-2014 GateIn. All Rights Reserved.