Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name. @param name Name to which the object should be bound @param value Object to be bound to the specified name
(String name, Object value)
| 369 | * @param value Object to be bound to the specified name |
| 370 | */ |
| 371 | void setNote(String name, Object value); |
| 372 | |
| 373 | |
| 374 | /** |
no outgoing calls
no test coverage detected