Set the session identifier for this session and notifies any associated listeners that a new session has been created. @param id The new session identifier
(String id)
| 128 | * @param id The new session identifier |
| 129 | */ |
| 130 | void setId(String id); |
| 131 | |
| 132 | |
| 133 | /** |
no outgoing calls