Returns the object bound to this session identified by the specified key. If there is no object bound under the key, null is returned. @param key the unique name of the object bound to this session @return the object bound under the specified key name or null if there is no
(Object key)
| 182 | * this method. |
| 183 | */ |
| 184 | Object getAttribute(Object key) throws InvalidSessionException; |
| 185 | |
| 186 | /** |
| 187 | * Binds the specified {@code value} to this session, uniquely identified by the specified |
no outgoing calls