Package | Description |
---|---|
ome.services.sessions |
Modifier and Type | Method and Description |
---|---|
EventContext |
SessionManager.getEventContext(Principal principal)
Provides a partial
EventContext for the current Session . |
Object |
SessionManager.getInput(String session,
String key)
Returns the input environment
Object stored under the given key
or null if none present. |
Object |
SessionManagerImpl.getInput(String session,
String key) |
Object |
SessionManager.getOutput(String session,
String key)
Returns the output environment
Object stored under the given key
or null if none present. |
Object |
SessionManagerImpl.getOutput(String session,
String key) |
EventContext |
SessionManager.reload(String uuid)
Similar to
SessionManager.getEventContext(Principal) but uses the internal
reload logic to get a fresh representation of the context. |
void |
SessionManager.setInput(String session,
String key,
Object object)
|
void |
SessionManagerImpl.setInput(String session,
String key,
Object object) |
void |
SessionManager.setOutput(String session,
String key,
Object object)
|
void |
SessionManagerImpl.setOutput(String session,
String key,
Object object) |
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.