Package | Description |
---|---|
ome.services.sessions |
Modifier and Type | Method and Description |
---|---|
EventContext |
SessionManager.getEventContext(Principal principal)
Provides a partial
EventContext for the current Session . |
java.lang.Object |
SessionManager.getInput(java.lang.String session,
java.lang.String key)
Returns the input environment
Object stored under the given key
or null if none present. |
java.lang.Object |
SessionManagerImpl.getInput(java.lang.String session,
java.lang.String key) |
java.lang.Object |
SessionManager.getOutput(java.lang.String session,
java.lang.String key)
Returns the output environment
Object stored under the given key
or null if none present. |
java.lang.Object |
SessionManagerImpl.getOutput(java.lang.String session,
java.lang.String key) |
EventContext |
SessionManager.reload(java.lang.String uuid)
Similar to
SessionManager.getEventContext(Principal) but uses the internal
reload logic to get a fresh representation of the context. |
void |
SessionManager.setInput(java.lang.String session,
java.lang.String key,
java.lang.Object object)
Places the
argument in the input environment under the
given key, possibly initializing the Map Throws an exception if
there is no Session with the given identifier. |
void |
SessionManagerImpl.setInput(java.lang.String session,
java.lang.String key,
java.lang.Object object) |
void |
SessionManager.setOutput(java.lang.String session,
java.lang.String key,
java.lang.Object object)
Places the
argument in the output environment under the
given key, possibly initializing the Map Throws an exception if
there is no Session with the given identifier. |
void |
SessionManagerImpl.setOutput(java.lang.String session,
java.lang.String key,
java.lang.Object object) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.