Return the set of active Sessions associated with this Manager. If this Manager has no active Sessions, a zero-length array is returned. @return All the currently active sessions managed by this manager
()
| 255 | * @return All the currently active sessions managed by this manager |
| 256 | */ |
| 257 | Session[] findSessions(); |
| 258 | |
| 259 | |
| 260 | /** |
no outgoing calls